Searched refs:CompileBuiltin (Results 1 – 2 of 2) sorted by relevance
97 static bool CompileBuiltin(Isolate* isolate, int index);
3767 bool Bootstrapper::CompileBuiltin(Isolate* isolate, int index) { in CompileBuiltin() function in v8::internal::Bootstrapper4853 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false; in InstallNatives()4883 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false; in InstallNatives()5235 if (!Bootstrapper::CompileBuiltin(isolate(), i)) return false; in InstallDebuggerNatives()