Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp258 Label storeToMutantArray(env); in ExtendArray() local
267 &storeToMutantArray, &storeToNormalArray); in ExtendArray()
274 Bind(&storeToMutantArray); in ExtendArray()
Dstub_builder.cpp8321 Label storeToMutantArray(env); in SetValueWithElementsKind() local
8322 Branch(TaggedIsHeapObject(rawValue), &storeToNormalArray, &storeToMutantArray); in SetValueWithElementsKind()
8328 Bind(&storeToMutantArray); in SetValueWithElementsKind()