Home
last modified time | relevance | path

Searched refs:CompileDebugCode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcompiler.h49 static bool CompileDebugCode(Handle<JSFunction> function);
50 static bool CompileDebugCode(Handle<SharedFunctionInfo> shared);
Dcompiler.cc1241 bool Compiler::CompileDebugCode(Handle<JSFunction> function) { in CompileDebugCode() function in v8::internal::Compiler
1269 bool Compiler::CompileDebugCode(Handle<SharedFunctionInfo> shared) { in CompileDebugCode() function in v8::internal::Compiler
/external/v8/src/debug/
Ddebug.cc1365 if (!Compiler::CompileDebugCode(functions.first())) return false; in PrepareFunctionForBreakPoints()
1488 if (!Compiler::CompileDebugCode(handle(shared))) break; in FindSharedFunctionInfoInScript()
1519 if (!Compiler::CompileDebugCode(handle(shared))) break; in FindSharedFunctionInfoInScript()
1521 if (!Compiler::CompileDebugCode(handle(closure))) break; in FindSharedFunctionInfoInScript()