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.cpp257 Label storeToNormalArray(env); in ExtendArray() local
267 &storeToMutantArray, &storeToNormalArray); in ExtendArray()
268 Bind(&storeToNormalArray); in ExtendArray()
Dstub_builder.cpp8320 Label storeToNormalArray(env); in SetValueWithElementsKind() local
8322 Branch(TaggedIsHeapObject(rawValue), &storeToNormalArray, &storeToMutantArray); in SetValueWithElementsKind()
8323 Bind(&storeToNormalArray); in SetValueWithElementsKind()