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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp131 assert(!_oop_recorder->is_complete(), "not frozen yet");
144 assert(!_oop_recorder->is_complete(), "not frozen yet");
382 assert(!_oop_recorder->is_complete(), "not frozen yet");
388 assert(!_oop_recorder->is_complete(), "not frozen yet");
H A DoopRecorder.hpp84 bool is_complete() { return _complete; } function in class:OopRecorder
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp75 bool is_complete() const { return _is_complete; } function in class:CompileTask
H A DcompileBroker.cpp337 tty->print_cr(" osr_bci=%d is_blocking=%s is_complete=%s is_success=%s>",
1508 while (!task->is_complete())
1513 assert(task->is_complete(), "Compilation should have completed");
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3041 if (is_complete()) return false;
3047 assert(!is_complete(), "caller responsibility");
3063 if (init == NULL || init->is_complete()) return false;
3270 if (is_complete())
3404 assert(!is_complete(), "");
3723 assert(!is_complete(), "not already complete");
3874 if (is_complete())
H A Dmemnode.hpp1033 bool is_complete() { return _is_complete != Incomplete; } function in class:InitializeNode
H A Dmacro.cpp1591 if (!init->is_complete()) {
H A Dlibrary_call.cpp4609 assert(init->is_complete(), "we just did this");

Completed in 99 milliseconds