Searched refs:IsJsArray (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 60 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in With() 193 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in Unshift() 433 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in Concat() 569 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in Filter() 572 …GateRef protoIsJSArray = LogicAndBuilder(env).And(TaggedIsHeapObject(prototype)).And(IsJsArray(pro… in Filter() 735 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in Map() 738 …GateRef protoIsJSArray = LogicAndBuilder(env).And(TaggedIsHeapObject(prototype)).And(IsJsArray(pro… in Map() 878 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in ForEach() 1160 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in Slice() 1406 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in SortAfterArgs() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 432 GateRef IsJsArray(GateRef obj);
|
| D | stub_builder.cpp | 1399 …Branch(LogicOrBuilder(env_).Or(IsJsArray(receiver)).Or(IsTypedArray(receiver)).Done(), &isArray, &… in SetHasConstructorCondition() 3796 BRANCH(IsJsArray(receiver), &isArray, ¬Array); in AddElementInternal() 3980 BRANCH(BitOr(IsProtoTypeHClass(hclass), IsJsArray(receiver)), &isProtoType, &exit); in NotifyStableArrayElementsGuardians()
|
| D | stub_builder-inl.h | 1491 inline GateRef StubBuilder::IsJsArray(GateRef obj) in IsJsArray() function
|