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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DFrame.java595 InterpreterFrameClosure blk = new InterpreterFrameClosure(this, maxLocals, (int) m.getMaxStack(), oopVisitor);
651 class InterpreterFrameClosure implements OffsetClosure { class in inherits:OffsetClosure
660 InterpreterFrameClosure(Frame fr, int maxLocals, int maxStack, AddressVisitor f) { method in class:InterpreterFrameClosure
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp744 class InterpreterFrameClosure : public OffsetClosure { class in inherits:OffsetClosure
752 InterpreterFrameClosure(frame* fr, int max_locals, int max_stack, function in class:InterpreterFrameClosure
966 InterpreterFrameClosure blk(this, max_locals, m->max_stack(), f);
1234 InterpreterFrameClosure value_blk(this, max_locals, m->max_stack(),
1236 InterpreterFrameClosure oop_blk(this, max_locals, m->max_stack(),
1238 InterpreterFrameClosure dead_blk(this, max_locals, m->max_stack(),

Completed in 439 milliseconds