Lines Matching full:builtin_index
2595 int builtin_index = Natives::GetDebuggerCount();
2597 DCHECK_EQ(builtin_index, Natives::GetIndex("prologue"));
2598 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;
2599 DCHECK_EQ(builtin_index, Natives::GetIndex("runtime"));
2600 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;
2634 while (builtin_index < Natives::GetBuiltinsCount()) {
2635 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;