Searched refs:IsStableJSArguments (Results 1 – 7 of 7) sorted by relevance
83 … Branch(IsStableJSArguments(glue, arrayObj), &taggedIsStableJsArg, &taggedNotStableJsArg); in Apply()130 …Branch(IsStableJSArguments(glue, arrayObj), &targetIsStableJSArguments, &targetNotStableJSArgument… in BuildArgumentsListFastElements()
67 if (arrayObj->IsStableJSArguments(thread)) { in BuildArgumentsListFast()
918 inline bool JSTaggedValue::IsStableJSArguments(JSThread *thread) const in IsStableJSArguments() function920 return IsHeapObject() && GetTaggedObject()->GetClass()->IsStableJSArguments() && in IsStableJSArguments()
489 bool IsStableJSArguments(JSThread *thread) const;
1644 inline bool IsStableJSArguments() const in IsStableJSArguments() function
421 GateRef IsStableJSArguments(GateRef glue, GateRef obj);
7886 GateRef StubBuilder::IsStableJSArguments(GateRef glue, GateRef obj) in IsStableJSArguments() function in panda::ecmascript::kungfu::StubBuilder