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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp76 main_loop(0, THREAD);
82 void CppInterpreter::main_loop(int recurse, TRAPS) { function in class:CppInterpreter
89 main_loop(recurse - 1, THREAD);

Completed in 32 milliseconds