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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp957 int bc_depth = - Bytecodes::depth(iter().cur_bc()); local
958 assert(bc_depth == 1 || bc_depth == 2, "only two kinds of branches");
961 assert(bc_depth == 1 || argument(1) != NULL, "two must exist");
962 inc_sp(bc_depth);
963 return bc_depth;

Completed in 42 milliseconds