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

  /external/v8/src/debug/
debug-evaluate.cc 545 int builtin_index = info->code()->builtin_index(); local
546 if (builtin_index >= 0 && builtin_index < Builtins::builtin_count &&
547 BuiltinHasNoSideEffect(static_cast<Builtins::Name>(builtin_index))) {
  /external/v8/src/compiler/
js-typed-lowering.cc 1981 const int builtin_index = shared->construct_stub()->builtin_index(); local
1999 ReduceBuiltin(isolate(), jsgraph(), node, builtin_index, arity, flags); local
2093 const int builtin_index = shared->code()->builtin_index(); local
2143 ReduceBuiltin(isolate(), jsgraph(), node, builtin_index, arity, flags); local
    [all...]
  /external/v8/src/
bootstrapper.cc 3913 int builtin_index = Natives::GetDebuggerCount(); local
    [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 361 milliseconds