Searched defs:builtin_index (Results 1 – 6 of 6) sorted by relevance
545 int builtin_index = info->code()->builtin_index(); in FunctionHasNoSideEffect() local
141 void CodeSerializer::SerializeBuiltin(int builtin_index, HowToCode how_to_code, in SerializeBuiltin()
1885 int builtin_index, int arity, CallDescriptor::Flags flags) { in ReduceBuiltin()1981 const int builtin_index = shared->construct_stub()->builtin_index(); in ReduceJSConstruct() local2093 const int builtin_index = shared->code()->builtin_index(); in ReduceJSCall() local
1711 int strong_index = 0, all_index = 0, tags_index = 0, builtin_index = 0; in FillReferences() local
3913 int builtin_index = Natives::GetDebuggerCount(); in InstallNatives() local
5068 int Code::builtin_index() { return READ_INT_FIELD(this, kBuiltinIndexOffset); } in builtin_index() function