Home
last modified time | relevance | path

Searched refs:CompileBuiltin (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dbootstrapper.h97 static bool CompileBuiltin(Isolate* isolate, int index);
Dbootstrapper.cc3767 bool Bootstrapper::CompileBuiltin(Isolate* isolate, int index) { in CompileBuiltin() function in v8::internal::Bootstrapper
4853 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()