Searched refs:storeToNormalArray (Results 1 – 2 of 2) sorted by relevance
770 Label storeToNormalArray(env); in ExtendArray() local780 &storeToMutantArray, &storeToNormalArray); in ExtendArray()781 Bind(&storeToNormalArray); in ExtendArray()
9503 Label storeToNormalArray(env); in SetValueWithElementsKind() local9505 BRANCH(TaggedIsHeapObject(rawValue), &storeToNormalArray, &storeToMutantArray); in SetValueWithElementsKind()9506 Bind(&storeToNormalArray); in SetValueWithElementsKind()9533 Label storeToNormalArray(env); in FastSetValueWithElementsKind() local9535 BRANCH(TaggedIsHeapObject(rawValue), &storeToNormalArray, &storeToMutantArray); in FastSetValueWithElementsKind()9536 Bind(&storeToNormalArray); in FastSetValueWithElementsKind()