Searched refs:CompileDebugCode (Results 1 – 3 of 3) sorted by relevance
49 static bool CompileDebugCode(Handle<JSFunction> function);50 static bool CompileDebugCode(Handle<SharedFunctionInfo> shared);
1241 bool Compiler::CompileDebugCode(Handle<JSFunction> function) { in CompileDebugCode() function in v8::internal::Compiler1269 bool Compiler::CompileDebugCode(Handle<SharedFunctionInfo> shared) { in CompileDebugCode() function in v8::internal::Compiler
1365 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()