Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp447 Label isFastTypedArray(env); in Reverse() local
454 BRANCH(IsFastTypeArray(arrayType), &isFastTypedArray, slowPath); in Reverse()
455 Bind(&isFastTypedArray); in Reverse()
1418 Label isFastTypedArray(env); in Filter() local
1431 BRANCH(IsFastTypeArray(arrayType), &isFastTypedArray, slowPath); in Filter()
1432 Bind(&isFastTypedArray); in Filter()
1558 Label isFastTypedArray(env); in Slice() local
1565 BRANCH(IsFastTypeArray(arrayType), &isFastTypedArray, slowPath); in Slice()
1566 Bind(&isFastTypedArray); in Slice()
2717 Label isFastTypedArray(env); in ToReversed() local
[all …]