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()
9507 Label storeToNormalArray(env); in SetValueWithElementsKind() local9509 BRANCH(TaggedIsHeapObject(rawValue), &storeToNormalArray, &storeToMutantArray); in SetValueWithElementsKind()9510 Bind(&storeToNormalArray); in SetValueWithElementsKind()9537 Label storeToNormalArray(env); in FastSetValueWithElementsKind() local9539 BRANCH(TaggedIsHeapObject(rawValue), &storeToNormalArray, &storeToMutantArray); in FastSetValueWithElementsKind()9540 Bind(&storeToNormalArray); in FastSetValueWithElementsKind()