Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3262 Label notFastTypeArray(env); in GetPropertyByIndex() local
3266 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByIndex()
3273 Bind(&notFastTypeArray); in GetPropertyByIndex()
3515 Label notFastTypeArray(env); in GetPropertyByName() local
3516 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByName()
3531 Bind(&notFastTypeArray); in GetPropertyByName()
4205 Label notFastTypeArray(env); in SetPropertyByIndex() local
4210 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in SetPropertyByIndex()
4221 Bind(&notFastTypeArray); in SetPropertyByIndex()
4416 Label notFastTypeArray(env); in DefinePropertyByIndex() local
[all …]