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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.hpp34 // By specialising the BytecodeClosure, all kinds of bytecode traces can
40 class BytecodeClosure;
43 static BytecodeClosure* _closure;
46 static BytecodeClosure* std_closure(); // a printing closure
47 static BytecodeClosure* closure() { return _closure; }
48 static void set_closure(BytecodeClosure* closure) { _closure = closure; }
55 // For each bytecode, a BytecodeClosure's trace() routine will be called.
57 class BytecodeClosure { class

Completed in 21 milliseconds