Searched defs:codelet_containing (Results 1 - 1 of 1) 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

Completed in 79 milliseconds