Searched refs:thisObjIsFastTypedArray (Results 1 – 2 of 2) sorted by relevance
2357 Label thisObjIsFastTypedArray(env); in NewTypedArrayFromCtor() local2367 BRANCH(IsFastTypeArray(arrayType), &thisObjIsFastTypedArray, slowPath); in NewTypedArrayFromCtor()2368 Bind(&thisObjIsFastTypedArray); in NewTypedArrayFromCtor()
2520 Label thisObjIsFastTypedArray(env); in Of() local2543 BRANCH(IsFastTypeArray(arrayType), &thisObjIsFastTypedArray, slowPath); in Of()2544 Bind(&thisObjIsFastTypedArray); in Of()