Home
last modified time | relevance | path

Searched refs:compilation_state (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/runtime/
Druntime-debug.cc1413 if (script->compilation_state() != Script::COMPILATION_STATE_INITIAL) { in RUNTIME_FUNCTION()
/external/v8/src/
Dobjects-inl.h5785 Script::CompilationState Script::compilation_state() { in compilation_state() function
Dobjects.h6649 inline CompilationState compilation_state();
Dapi.cc9150 return Utils::OpenHandle(this)->compilation_state() == in WasCompiled()