Lines Matching refs:depth
853 int max_depth = youngest_jvms->depth();
861 for (int depth = 1; depth <= max_depth; depth++) {
862 JVMState* jvms = youngest_jvms->of_depth(depth);
956 assert(!jvms->should_reexecute() || depth == max_depth, "reexecute allowed only for the youngest");
1034 int max_depth = youngest_jvms->depth();
1037 for (int depth = 1; depth <= max_depth; depth++) {
1038 JVMState* jvms = youngest_jvms->of_depth(depth);
1040 assert(!jvms->should_reexecute() || depth==max_depth, "reexecute allowed only for the youngest");