Home | History | Annotate | Download | only in src

Lines Matching defs:builtin_index

2909   int builtin_index = Natives::GetDebuggerCount();
2911 DCHECK_EQ(builtin_index, Natives::GetIndex("prologue"));
2912 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;
2913 DCHECK_EQ(builtin_index, Natives::GetIndex("runtime"));
2914 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;
2945 while (builtin_index < Natives::GetBuiltinsCount()) {
2946 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;