Searched refs:get_method (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp70 void get_method(Register reg);
79 void get_method(Register reg) { movptr(reg, Address(rbp, frame::interpreter_frame_method_offset * wordSize)); } function in class:InterpreterMacroAssembler
80 void get_const(Register reg) { get_method(reg); movptr(reg, Address(reg, methodOopDesc::const_offset())); }
H A Dinterp_masm_x86_64.hpp65 void get_method(Register reg);
83 void get_method(Register reg) { function in class:InterpreterMacroAssembler
88 get_method(reg);
H A Dinterp_masm_x86_32.cpp55 void InterpreterMacroAssembler::get_method(Register reg) { function in class:InterpreterMacroAssembler
821 get_method(rbx);
849 get_method(rbx);
1361 get_method(rbx);
1369 get_method(rbx);
1405 get_method(rcx);
H A Dinterp_masm_x86_64.cpp56 void InterpreterMacroAssembler::get_method(Register reg) { function in class:InterpreterMacroAssembler
835 get_method(rbx);
863 get_method(rbx);
1424 get_method(c_rarg1);
1431 get_method(c_rarg1);
1466 get_method(c_rarg1);
H A DtemplateInterpreter_x86_32.cpp990 __ get_method(method);
1004 __ get_method(method);
1018 __ get_method(method); // slow path call blows RBX on DevStudio 5.0
1050 __ get_method(method);
1206 __ get_method(method); // method is junk from thread_in_native to now.
1426 __ get_method(rbx);
1726 __ get_method(rax);
H A DtemplateInterpreter_x86_64.cpp969 __ get_method(method);
990 __ get_method(method);
1008 __ get_method(method); // slow path can do a GC, reload RBX
1050 __ get_method(method);
1196 __ get_method(method);
1450 __ get_method(rbx);
1751 __ get_method(rax);
H A DtemplateTable_x86_32.cpp248 __ get_method(temp_reg);
1332 __ get_method(rcx);
1351 __ get_method(rcx);
1576 __ get_method(rcx); // ECX holds method
1824 __ get_method(rax);
1837 __ get_method(rax);
3520 __ get_method(rcx);
3525 __ get_method(rcx);
H A DtemplateTable_x86_64.cpp254 __ get_method(temp_reg);
1600 __ get_method(rcx); // rcx holds method
1861 __ get_method(rax);
1873 __ get_method(rax);
3584 __ get_method(c_rarg1);
3592 __ get_method(c_rarg1);
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp262 ciMethod* get_method(bool& will_link, ciSignature* *declared_signature_result);
H A DciStreams.cpp355 // ciBytecodeStream::get_method
360 ciMethod* ciBytecodeStream::get_method(bool& will_link, ciSignature* *declared_signature_result) { function in class:ciBytecodeStream
H A DciMethod.cpp752 return iter.get_method(will_link, declared_signature);
H A DbcEscapeAnalyzer.cpp874 ciMethod* target = s.get_method(ignored_will_link, &declared_signature);
H A DciTypeFlow.cpp649 ciMethod* callee = str->get_method(will_link, &declared_signature);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp112 method = iter()->get_method(will_link);
1246 ciMethod *dest_method = iter()->get_method(will_link);
/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp373 ciMethod* orig_callee = iter().get_method(will_link, &declared_signature); // callee in the bytecode
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1651 ciMethod* target = stream()->get_method(will_link, &declared_signature);

Completed in 92 milliseconds