Searched refs:get_vm_result (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp333 llvm::LoadInst* get_vm_result() const { function in class:SharkTopLevelBlock
H A DsharkTopLevelBlock.cpp1761 slow_object = get_vm_result();
1793 push(SharkValue::create_generic(array_klass, get_vm_result(), true));
1812 push(SharkValue::create_generic(array_klass, get_vm_result(), true));
1847 push(SharkValue::create_generic(array_klass, get_vm_result(), true));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp96 get_vm_result (oop_result1);
H A DtemplateInterpreter_sparc.cpp1890 // %%% changed set_vm_result_2 to set_vm_result and get_vm_result_2 to get_vm_result. Is there a bug here?
1896 __ get_vm_result(Oexception);
H A Dassembler_sparc.cpp1090 get_vm_result(oop_result);
1226 void MacroAssembler::get_vm_result(Register oop_result) { function in class:MacroAssembler
H A DsharedRuntime_sparc.cpp3892 __ get_vm_result(G5_method);
H A Dassembler_sparc.hpp2313 void get_vm_result (Register oop_result);

Completed in 85 milliseconds