Searched refs:CompileBuiltin (Results 1 – 2 of 2) sorted by relevance
113 static bool CompileBuiltin(Isolate* isolate, int index);
1795 bool Bootstrapper::CompileBuiltin(Isolate* isolate, int index) { in CompileBuiltin() function in v8::internal::Bootstrapper2598 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false; in InstallNatives()2600 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false; in InstallNatives()2635 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false; in InstallNatives()2905 if (!Bootstrapper::CompileBuiltin(isolate(), i)) return false; in InstallDebuggerNatives()