Searched defs:InterpreterFrameClosure (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DFrame.java641 class InterpreterFrameClosure implements OffsetClosure { class in inherits:OffsetClosure
650 InterpreterFrameClosure(Frame fr, int maxLocals, int maxStack, AddressVisitor f) { method in class:InterpreterFrameClosure
/openjdk10/hotspot/src/share/vm/runtime/
H A Dframe.cpp748 class InterpreterFrameClosure : public OffsetClosure { class in inherits:OffsetClosure
756 InterpreterFrameClosure(frame* fr, int max_locals, int max_stack, function in class:InterpreterFrameClosure

Completed in 94 milliseconds