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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp308 #define BACKEDGE_COUNT METHOD->backedge_counter() macro
330 BACKEDGE_COUNT->increment(); \
331 if (do_OSR) do_OSR = BACKEDGE_COUNT->reached_InvocationLimit(); \

Completed in 29 milliseconds