Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2205 Label isFastTypeArray(env); in GetPropertyByIndex() local
2210 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByIndex()
2211 Bind(&isFastTypeArray); in GetPropertyByIndex()
2423 Label isFastTypeArray(env); in GetPropertyByName() local
2425 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByName()
2426 Bind(&isFastTypeArray); in GetPropertyByName()
2739 Label isFastTypeArray(env); in SetPropertyByIndex() local
2745 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in SetPropertyByIndex()
2746 Bind(&isFastTypeArray); in SetPropertyByIndex()
2906 Label isFastTypeArray(env); in SetPropertyByName() local
[all …]