Searched refs:get_utf (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp459 static void get_utf(oopDesc* src, address dst);
H A DsharedRuntime.cpp2704 void SharedRuntime::get_utf(oopDesc* src, address dst) { function in class:SharedRuntime
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3238 __ call(CAST_FROM_FN_PTR(address, SharedRuntime::get_utf),
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp2638 // will be destroyed by the call to get_utf so we store
2754 address, SharedRuntime::get_utf), string_oop, rax);
H A DsharedRuntime_x86_64.cpp3127 CAST_FROM_FN_PTR(address, SharedRuntime::get_utf)));
3136 // The get_utf call killed all the c_arg registers

Completed in 73 milliseconds