Searched refs:IsStableJSArguments (Results 1 – 7 of 7) sorted by relevance
71 if (arrayObj->IsStableJSArguments(thread)) { in BuildArgumentsListFast()
883 inline bool JSTaggedValue::IsStableJSArguments(JSThread *thread) const in IsStableJSArguments() function885 return IsHeapObject() && GetTaggedObject()->GetClass()->IsStableJSArguments() && in IsStableJSArguments()
541 bool IsStableJSArguments(JSThread *thread) const;
1524 inline bool IsStableJSArguments() const in IsStableJSArguments() function
919 … Branch(IsStableJSArguments(glue, arrayObj), &taggedIsStableJsArg, &taggedNotStableJsArg); in DECLARE_BUILTINS()
371 GateRef IsStableJSArguments(GateRef glue, GateRef obj);
4888 …Branch(IsStableJSArguments(glue, arrayObj), &targetIsStableJSArguments, &targetNotStableJSArgument… in BuildArgumentsListFastElements()6446 GateRef StubBuilder::IsStableJSArguments(GateRef glue, GateRef obj) in IsStableJSArguments() function in panda::ecmascript::kungfu::StubBuilder