Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-evaluate.cc545 int builtin_index = info->code()->builtin_index(); in FunctionHasNoSideEffect() local
/external/v8/src/snapshot/
Dcode-serializer.cc141 void CodeSerializer::SerializeBuiltin(int builtin_index, HowToCode how_to_code, in SerializeBuiltin()
/external/v8/src/compiler/
Djs-typed-lowering.cc1885 int builtin_index, int arity, CallDescriptor::Flags flags) { in ReduceBuiltin()
1981 const int builtin_index = shared->construct_stub()->builtin_index(); in ReduceJSConstruct() local
2093 const int builtin_index = shared->code()->builtin_index(); in ReduceJSCall() local
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1711 int strong_index = 0, all_index = 0, tags_index = 0, builtin_index = 0; in FillReferences() local
/external/v8/src/
Dbootstrapper.cc3913 int builtin_index = Natives::GetDebuggerCount(); in InstallNatives() local
Dobjects-inl.h5068 int Code::builtin_index() { return READ_INT_FIELD(this, kBuiltinIndexOffset); } in builtin_index() function