Home
last modified time | relevance | path

Searched defs:builtin_index (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/snapshot/
Dcode-serializer.cc128 void CodeSerializer::SerializeBuiltin(int builtin_index, HowToCode how_to_code, in SerializeBuiltin()
/external/v8/src/compiler/
Djs-typed-lowering.cc1748 int builtin_index, int arity, CallDescriptor::Flags flags) { in ReduceBuiltin()
1844 const int builtin_index = shared->construct_stub()->builtin_index(); in ReduceJSCallConstruct() local
1929 const int builtin_index = shared->code()->builtin_index(); in ReduceJSCallFunction() local
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1710 int strong_index = 0, all_index = 0, tags_index = 0, builtin_index = 0; in FillReferences() local
/external/v8/src/
Dbootstrapper.cc3433 int builtin_index = Natives::GetDebuggerCount(); in InstallNatives() local
Dobjects-inl.h5204 int Code::builtin_index() { return READ_INT_FIELD(this, kBuiltinIndexOffset); } in builtin_index() function