Home
last modified time | relevance | path

Searched refs:storeToNormalArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp770 Label storeToNormalArray(env); in ExtendArray() local
780 &storeToMutantArray, &storeToNormalArray); in ExtendArray()
781 Bind(&storeToNormalArray); in ExtendArray()
Dstub_builder.cpp9503 Label storeToNormalArray(env); in SetValueWithElementsKind() local
9505 BRANCH(TaggedIsHeapObject(rawValue), &storeToNormalArray, &storeToMutantArray); in SetValueWithElementsKind()
9506 Bind(&storeToNormalArray); in SetValueWithElementsKind()
9533 Label storeToNormalArray(env); in FastSetValueWithElementsKind() local
9535 BRANCH(TaggedIsHeapObject(rawValue), &storeToNormalArray, &storeToMutantArray); in FastSetValueWithElementsKind()
9536 Bind(&storeToNormalArray); in FastSetValueWithElementsKind()