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

  /external/v8/src/snapshot/
code-serializer.cc 86 SerializeBuiltin(code_object->builtin_index(), how_to_code,
93 if (code_object->builtin_index() == -1) {
96 SerializeBuiltin(code_object->builtin_index(), how_to_code,
141 void CodeSerializer::SerializeBuiltin(int builtin_index, HowToCode how_to_code,
146 DCHECK_LT(builtin_index, Builtins::builtin_count);
147 DCHECK_LE(0, builtin_index);
151 isolate()->builtins()->name(builtin_index));
155 sink_.PutInt(builtin_index, "builtin_index");
code-serializer.h 47 void SerializeBuiltin(int builtin_index, HowToCode how_to_code,
  /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/wasm/
wasm-code-specialization.cc 144 code->builtin_index() != Builtins::kIllegal)
215 old_code->builtin_index() != Builtins::kIllegal)
wasm-module.cc 185 target->builtin_index() == Builtins::kIllegal) {
    [all...]
  /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...]
js-call-reducer.cc 517 switch (shared->code()->builtin_index()) {
    [all...]
  /external/v8/src/
bootstrapper.cc 3913 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 743 milliseconds