Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2357 Label thisObjIsFastTypedArray(env); in NewTypedArrayFromCtor() local
2367 BRANCH(IsFastTypeArray(arrayType), &thisObjIsFastTypedArray, slowPath); in NewTypedArrayFromCtor()
2368 Bind(&thisObjIsFastTypedArray); in NewTypedArrayFromCtor()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2520 Label thisObjIsFastTypedArray(env); in Of() local
2543 BRANCH(IsFastTypeArray(arrayType), &thisObjIsFastTypedArray, slowPath); in Of()
2544 Bind(&thisObjIsFastTypedArray); in Of()