Searched refs:isFastTypedArray (Results 1 – 1 of 1) sorted by relevance
447 Label isFastTypedArray(env); in Reverse() local454 BRANCH(IsFastTypeArray(arrayType), &isFastTypedArray, slowPath); in Reverse()455 Bind(&isFastTypedArray); in Reverse()1418 Label isFastTypedArray(env); in Filter() local1431 BRANCH(IsFastTypeArray(arrayType), &isFastTypedArray, slowPath); in Filter()1432 Bind(&isFastTypedArray); in Filter()1558 Label isFastTypedArray(env); in Slice() local1565 BRANCH(IsFastTypeArray(arrayType), &isFastTypedArray, slowPath); in Slice()1566 Bind(&isFastTypedArray); in Slice()2717 Label isFastTypedArray(env); in ToReversed() local[all …]