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

/external/v8/src/
H A Dbootstrapper.h118 static bool CompileBuiltin(Isolate* isolate, int index);
H A Dbootstrapper.cc2991 bool Bootstrapper::CompileBuiltin(Isolate* isolate, int index) { function in class:v8::internal::Bootstrapper
3916 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;
3918 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;
3950 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;
4336 if (!Bootstrapper::CompileBuiltin(isolate(), i)) return false;

Completed in 52 milliseconds