Searched refs:codelet_containing (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.hpp147 static InterpreterCodelet* codelet_containing(address pc) { return (InterpreterCodelet*)_code->stub_containing(pc); } function in class:Interpreter
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp965 InterpreterCodelet* desc = Interpreter::codelet_containing(fr.pc());
H A Dframe.cpp562 InterpreterCodelet* desc = Interpreter::codelet_containing(pc());
H A Dos.cpp824 InterpreterCodelet* i = Interpreter::codelet_containing(addr);

Completed in 1593 milliseconds