Searched refs:build_interpreter_method_data (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.cpp277 methodOopDesc::build_interpreter_method_data(mh, CHECK_AND_CLEAR);
H A Ddeoptimization.cpp1593 methodOopDesc::build_interpreter_method_data(m, THREAD);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp340 static void build_interpreter_method_data(methodHandle method, TRAPS);
H A DmethodOop.cpp302 void methodOopDesc::build_interpreter_method_data(methodHandle method, TRAPS) { function in class:methodOopDesc
317 tty->print("build_interpreter_method_data for ");
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp263 methodOopDesc::build_interpreter_method_data(trap_method, THREAD);
868 methodOopDesc::build_interpreter_method_data(method, THREAD);
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp830 methodOopDesc::build_interpreter_method_data(h_m, THREAD);

Completed in 299 milliseconds