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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp53 BytecodeInterpreter::runWithChecks(&start_msg);
H A DbytecodeInterpreter.hpp531 static void runWithChecks(interpreterState istate);
H A DbytecodeInterpreter.cpp429 * BytecodeInterpreter::runWithChecks(interpreterState istate)
435 * The runWithChecks is used if JVMTI is enabled.
440 BytecodeInterpreter::runWithChecks(interpreterState istate) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp107 BytecodeInterpreter::runWithChecks(istate);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1617 BytecodeInterpreter::runWithChecks
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1787 RuntimeAddress checking(CAST_FROM_FN_PTR(address, BytecodeInterpreter::runWithChecks));

Completed in 57 milliseconds