Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2542 Label notFastTypeArray(env); in GetPropertyByIndex() local
2546 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByIndex()
2553 Bind(&notFastTypeArray); in GetPropertyByIndex()
2775 Label notFastTypeArray(env); in GetPropertyByName() local
2776 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByName()
2791 Bind(&notFastTypeArray); in GetPropertyByName()
3369 Label notFastTypeArray(env); in SetPropertyByIndex() local
3374 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in SetPropertyByIndex()
3385 Bind(&notFastTypeArray); in SetPropertyByIndex()
3579 Label notFastTypeArray(env); in SetPropertyByName() local
[all …]