Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2201 Label notFastTypeArray(env); in GetPropertyByIndex() local
2205 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByIndex()
2212 Bind(&notFastTypeArray); in GetPropertyByIndex()
2419 Label notFastTypeArray(env); in GetPropertyByName() local
2420 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByName()
2435 Bind(&notFastTypeArray); in GetPropertyByName()
2735 Label notFastTypeArray(env); in SetPropertyByIndex() local
2740 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in SetPropertyByIndex()
2751 Bind(&notFastTypeArray); in SetPropertyByIndex()
2902 Label notFastTypeArray(env); in SetPropertyByName() local
[all …]