Searched defs:code_begin (Results 1 - 18 of 18) sorted by relevance

/openjdk10/hotspot/src/cpu/zero/vm/
H A DicBuffer_zero.cpp41 void InlineCacheBuffer::assemble_ic_buffer_code(address code_begin, argument
48 address InlineCacheBuffer::ic_buffer_entry_point(address code_begin) { argument
54 void* InlineCacheBuffer::ic_buffer_cached_value(address code_begin) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A DicBuffer_s390.cpp41 void InlineCacheBuffer::assemble_ic_buffer_code(address code_begin, void* cached_oop, address entry_point) { argument
57 address InlineCacheBuffer::ic_buffer_entry_point(address code_begin) { argument
62 void* InlineCacheBuffer::ic_buffer_cached_value(address code_begin) { argument
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DicBuffer_sparc.cpp40 void InlineCacheBuffer::assemble_ic_buffer_code(address code_begin, void* cached_value, address entry_point) { argument
60 address InlineCacheBuffer::ic_buffer_entry_point(address code_begin) { argument
67 void* InlineCacheBuffer::ic_buffer_cached_value(address code_begin) { argument
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DicBuffer_aarch64.cpp42 void InlineCacheBuffer::assemble_ic_buffer_code(address code_begin, void* cached_value, address entry_point) { argument
64 address InlineCacheBuffer::ic_buffer_entry_point(address code_begin) { argument
71 void* InlineCacheBuffer::ic_buffer_cached_value(address code_begin) { argument
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DicBuffer_ppc.cpp42 void InlineCacheBuffer::assemble_ic_buffer_code(address code_begin, void* cached_value, address entry_point) { argument
59 address InlineCacheBuffer::ic_buffer_entry_point(address code_begin) { argument
65 void* InlineCacheBuffer::ic_buffer_cached_value(address code_begin) { argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A DicBuffer_x86.cpp52 void InlineCacheBuffer::assemble_ic_buffer_code(address code_begin, void* cached_value, address entry_point) { argument
66 address InlineCacheBuffer::ic_buffer_entry_point(address code_begin) { argument
81 void* InlineCacheBuffer::ic_buffer_cached_value(address code_begin) { argument
/openjdk10/hotspot/src/cpu/arm/vm/
H A DicBuffer_arm.cpp41 void InlineCacheBuffer::assemble_ic_buffer_code(address code_begin, void* cached_value, address entry_point) { argument
54 address InlineCacheBuffer::ic_buffer_entry_point(address code_begin) { argument
61 void* InlineCacheBuffer::ic_buffer_cached_value(address code_begin) { argument
/openjdk10/hotspot/src/share/vm/code/
H A DicBuffer.hpp66 address code_begin() const { return (address)this + align_up(sizeof(ICStub), CodeEntryAlignment); } function in class:ICStub
H A DvtableStubs.hpp60 address code_begin() const { return (address)(this + 1); } function in class:VtableStub
H A Dstubs.hpp72 address code_begin() const { ShouldNotCallThis(); return NULL; } // points to the first byte of the code function in class:VALUE_OBJ_CLASS_SPEC
H A DcodeBlob.hpp144 address code_begin() const { return _code_begin; } function in class:VALUE_OBJ_CLASS_SPEC
242 CodeBlobLayout(address code_begin, address code_end, address content_begin, address content_end, address data_end, address relocation_begin, address relocation_end) : argument
307 address code_begin() const { return _code_begin; } function in class:CodeBlobLayout
[all...]
H A DcompiledMethod.hpp107 address code_begin() const { return _code_begin; } function in class:PcDescSearch
/openjdk10/hotspot/src/share/vm/interpreter/
H A Dinterpreter.hpp66 address code_begin() const { return (address)this + align_up(sizeof(InterpreterCodelet), CodeEntryAlignment); } function in class:InterpreterCodelet
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiExport.hpp413 JvmtiCodeBlobDesc(const char *name, address code_begin, address code_end) { argument
421 address code_begin() { return _code_begin; } function in class:JvmtiCodeBlobDesc
H A DjvmtiImpl.hpp470 const void* code_begin; member in struct:VALUE_OBJ_CLASS_SPEC::__anon621::__anon622
474 const void* code_begin; member in struct:VALUE_OBJ_CLASS_SPEC::__anon621::__anon623
H A DjvmtiImpl.cpp925 dynamic_code_generated_event( const char* name, const void* code_begin, const void* code_end) argument
H A DjvmtiExport.cpp2093 void JvmtiExport::post_dynamic_code_generated_internal(const char *name, const void *code_begin, const void *code_end) { argument
2121 void JvmtiExport::post_dynamic_code_generated(const char *name, const void *code_begin, const void *code_end) { argument
988 post_compiled_method_unload( jmethodID method, const void *code_begin) argument
2065 post_compiled_method_load(JvmtiEnv* env, const jmethodID method, const jint length, const void *code_begin, const jint map_length, const jvmtiAddrLocationMap* map) argument
2139 post_dynamic_code_generated(JvmtiEnv* env, const char *name, const void *code_begin, const void *code_end) argument
2161 post_dynamic_code_generated_while_holding_locks(const char* name, address code_begin, address code_end) argument
[all...]
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.hpp93 AOTCompiledMethodLayout(address code_begin, address code_end, address relocation_begin, address relocation_end) : argument

Completed in 308 milliseconds