Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3261 Label isFastTypeArray(env); in GetPropertyByIndex() local
3266 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByIndex()
3267 Bind(&isFastTypeArray); in GetPropertyByIndex()
3514 Label isFastTypeArray(env); in GetPropertyByName() local
3516 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByName()
3517 Bind(&isFastTypeArray); in GetPropertyByName()
4204 Label isFastTypeArray(env); in SetPropertyByIndex() local
4210 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in SetPropertyByIndex()
4211 Bind(&isFastTypeArray); in SetPropertyByIndex()
4415 Label isFastTypeArray(env); in DefinePropertyByIndex() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2231 Label isFastTypeArray(env); in Set() local
2232 BRANCH(IsFastTypeArray(srcType), &isFastTypeArray, slowPath); in Set()
2233 Bind(&isFastTypeArray); in Set()