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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.hpp36 static int native_entry(methodOop method, intptr_t UNUSED, TRAPS);
H A DcppInterpreter_zero.cpp199 int CppInterpreter::native_entry(methodOop method, intptr_t UNUSED, TRAPS) { function in class:CppInterpreter
816 return generate_entry((address) CppInterpreter::native_entry);
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp190 address native_entry();
H A DciMethod.cpp288 // ciMethod::native_entry
291 address ciMethod::native_entry() { function in class:ciMethod
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.cpp245 return (address) CppInterpreter::native_entry;

Completed in 40 milliseconds