Searched refs:isFastTypeArray (Results 1 – 2 of 2) sorted by relevance
3261 Label isFastTypeArray(env); in GetPropertyByIndex() local3266 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByIndex()3267 Bind(&isFastTypeArray); in GetPropertyByIndex()3514 Label isFastTypeArray(env); in GetPropertyByName() local3516 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByName()3517 Bind(&isFastTypeArray); in GetPropertyByName()4204 Label isFastTypeArray(env); in SetPropertyByIndex() local4210 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByIndex()4211 Bind(&isFastTypeArray); in SetPropertyByIndex()4415 Label isFastTypeArray(env); in DefinePropertyByIndex() local[all …]
2231 Label isFastTypeArray(env); in Set() local2232 BRANCH(IsFastTypeArray(srcType), &isFastTypeArray, slowPath); in Set()2233 Bind(&isFastTypeArray); in Set()