Searched defs:builtin_index (Results 1 – 5 of 5) sorted by relevance
128 void CodeSerializer::SerializeBuiltin(int builtin_index, HowToCode how_to_code, in SerializeBuiltin()
1748 int builtin_index, int arity, CallDescriptor::Flags flags) { in ReduceBuiltin()1844 const int builtin_index = shared->construct_stub()->builtin_index(); in ReduceJSCallConstruct() local1929 const int builtin_index = shared->code()->builtin_index(); in ReduceJSCallFunction() local
1710 int strong_index = 0, all_index = 0, tags_index = 0, builtin_index = 0; in FillReferences() local
3433 int builtin_index = Natives::GetDebuggerCount(); in InstallNatives() local
5204 int Code::builtin_index() { return READ_INT_FIELD(this, kBuiltinIndexOffset); } in builtin_index() function