Searched defs:entry_point (Results 1 - 25 of 63) sorted by relevance

123

/openjdk10/hotspot/src/cpu/zero/vm/
H A DicBuffer_zero.cpp41 assemble_ic_buffer_code(address code_begin, void* cached_oop, address entry_point) argument
H A Dentry_zero.hpp41 address entry_point() const { function in class:ZeroEntry
44 void set_entry_point(address entry_point) { argument
/openjdk10/hotspot/src/share/vm/runtime/
H A DserviceThread.hpp39 ServiceThread(ThreadFunction entry_point) : JavaThread(entry_point) {}; argument
H A DjavaCalls.cpp357 address entry_point = method->from_interpreted_entry(); local
/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
/openjdk10/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp65 void CppInterpreter::invoke_method(Method* method, address entry_point, TRAPS) { argument
69 invoke_osr(Method* method, address entry_point, address osr_buf, TRAPS) argument
H A DcppInterpreterGenerator.hpp63 static address generate_entry_impl(MacroAssembler* masm, address entry_point) { argument
71 address generate_entry(address entry_point) { argument
H A DcppInterpreterGenerator.cpp81 address entry_point = NULL; local
[all...]
H A DtemplateTable.cpp71 void TemplateTable::call_VM(Register oop_result, address entry_point) { argument
77 void TemplateTable::call_VM(Register oop_result, address entry_point, Register arg_1) { argument
83 void TemplateTable::call_VM(Register oop_result, address entry_point, Register arg_1, Register arg_2) { argument
89 void TemplateTable::call_VM(Register oop_result, address entry_point, Register arg_1, Register arg_2, Register arg_3) { argument
95 void TemplateTable::call_VM(Register oop_result, Register last_java_sp, address entry_point) { argument
101 call_VM(Register oop_result, Register last_java_sp, address entry_point, Register arg_1) argument
107 call_VM(Register oop_result, Register last_java_sp, address entry_point, Register arg_1, Register arg_2) argument
113 call_VM(Register oop_result, Register last_java_sp, address entry_point, Register arg_1, Register arg_2, Register arg_3) argument
[all...]
H A DtemplateInterpreterGenerator.cpp400 address entry_point = NULL; local
[all...]
/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
/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
H A DmethodHandles_aarch64.cpp189 address entry_point = __ pc(); local
H A Dc1_MacroAssembler_aarch64.cpp261 Label entry_point, loop; local
/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
H A Dinterp_masm_ppc.hpp186 void call_VM(Register oop_result, Register last_java_sp, address entry_point, bool check_exceptions = true) {ShouldNotReachHere();} argument
187 void call_VM(Register oop_result, Register last_java_sp, address entry_point, Register arg_1, bool check_exceptions = true) {ShouldNotReachHere();} argument
188 void call_VM(Register oop_result, Register last_java_sp, address entry_point, Register arg_1, Register arg_2, bool check_exceptions = true) {ShouldNotReachHere();} argument
189 void call_VM(Register oop_result, Register last_java_sp, address entry_point, Registe argument
[all...]
H A DmethodHandles_ppc.cpp223 address entry_point = __ pc(); local
/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
/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
H A Dinterp_masm_arm.cpp58 void InterpreterMacroAssembler::call_VM_helper(Register oop_result, address entry_point, int number_of_arguments, bool check_exceptions) { argument
/openjdk10/test/lib/sun/hotspot/code/
H A DNMethod.java46 public final long entry_point; field in class:NMethod
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_new.cpp137 entry_point(void) { function
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp186 void set_ic_destination(address entry_point) { argument
191 void set_ic_destination_and_value(address entry_point, void* value) { argument
194 void set_ic_destination_and_value(address entry_point, Metadata* value) { argument
197 void set_ic_destination_and_value(address entry_point, CompiledICHolder* value) { argument
[all...]
H A DvtableStubs.hpp62 address entry_point() const { return code_begin(); } function in class:VtableStub
H A DcompiledIC.cpp69 void CompiledIC::internal_set_ic_destination(address entry_point, bool is_icstub, void* cache, bool is_icholder) { argument

Completed in 214 milliseconds

123