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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp326 #define DO_BACKEDGE_CHECKS(skip, branch_pc) \ macro
1385 DO_BACKEDGE_CHECKS(skip, branch_pc); \
1393 DO_BACKEDGE_CHECKS(skip, branch_pc); \
1404 DO_BACKEDGE_CHECKS(skip, branch_pc); \
1414 DO_BACKEDGE_CHECKS(skip, branch_pc); \
1424 DO_BACKEDGE_CHECKS(skip, branch_pc); \
1451 DO_BACKEDGE_CHECKS(skip, branch_pc);
1471 DO_BACKEDGE_CHECKS(skip, branch_pc);
2453 DO_BACKEDGE_CHECKS(offset, branch_pc);
2469 DO_BACKEDGE_CHECKS(offse
[all...]

Completed in 36 milliseconds