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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp378 bool should_repeat; variable
398 should_repeat = false;
442 should_repeat = true;
445 } while (should_repeat == true);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp1294 bool should_repeat; local
1305 should_repeat = false;
1312 should_repeat = true;
1314 } while (should_repeat && (current_bci != -1));

Completed in 42 milliseconds