Home
last modified time | relevance | path

Searched refs:IsStableJSArguments (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp83 … Branch(IsStableJSArguments(glue, arrayObj), &taggedIsStableJsArg, &taggedNotStableJsArg); in Apply()
130 …Branch(IsStableJSArguments(glue, arrayObj), &targetIsStableJSArguments, &targetNotStableJSArgument… in BuildArgumentsListFastElements()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp67 if (arrayObj->IsStableJSArguments(thread)) { in BuildArgumentsListFast()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h918 inline bool JSTaggedValue::IsStableJSArguments(JSThread *thread) const in IsStableJSArguments() function
920 return IsHeapObject() && GetTaggedObject()->GetClass()->IsStableJSArguments() && in IsStableJSArguments()
Djs_tagged_value.h489 bool IsStableJSArguments(JSThread *thread) const;
Djs_hclass.h1644 inline bool IsStableJSArguments() const in IsStableJSArguments() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h421 GateRef IsStableJSArguments(GateRef glue, GateRef obj);
Dstub_builder.cpp7886 GateRef StubBuilder::IsStableJSArguments(GateRef glue, GateRef obj) in IsStableJSArguments() function in panda::ecmascript::kungfu::StubBuilder