Searched refs:thisObjIsFastTypedArray (Results 1 – 2 of 2) sorted by relevance
2354 Label thisObjIsFastTypedArray(env); in NewTypedArrayFromCtor() local2364 BRANCH(IsFastTypeArray(arrayType), &thisObjIsFastTypedArray, slowPath); in NewTypedArrayFromCtor()2365 Bind(&thisObjIsFastTypedArray); in NewTypedArrayFromCtor()
2513 Label thisObjIsFastTypedArray(env); in Of() local2536 BRANCH(IsFastTypeArray(arrayType), &thisObjIsFastTypedArray, slowPath); in Of()2537 Bind(&thisObjIsFastTypedArray); in Of()