HomeSort by relevance Sort by last modified time
    Searched refs:builtin_index (Results 1 - 7 of 7) sorted by null

  /external/v8/src/snapshot/
code-serializer.cc 72 SerializeBuiltin(code_object->builtin_index(), how_to_code,
114 void CodeSerializer::SerializeBuiltin(int builtin_index, HowToCode how_to_code,
119 DCHECK_LT(builtin_index, Builtins::builtin_count);
120 DCHECK_LE(0, builtin_index);
124 isolate()->builtins()->name(builtin_index));
128 sink_.PutInt(builtin_index, "builtin_index");
code-serializer.h 41 void SerializeBuiltin(int builtin_index, HowToCode how_to_code,
  /external/v8/src/
bootstrapper.cc 2909 int builtin_index = Natives::GetDebuggerCount(); local
    [all...]
log.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 1711 int strong_index = 0, all_index = 0, tags_index = 0, builtin_index = 0; local
    [all...]

Completed in 280 milliseconds