Searched refs:IsFastTypeArray (Results 1 – 5 of 5) sorted by relevance
76 static inline bool IsFastTypeArray(JSType jsType);
55 if (IsFastTypeArray(jsType)) { in GetPropertyByName()123 if (IsFastTypeArray(jsType)) { in SetPropertyByName()236 if (IsFastTypeArray(jsType)) { in GetPropertyByIndex()292 if (IsFastTypeArray(jsType)) { in SetPropertyByIndex()596 bool ObjectFastOperator::IsFastTypeArray(JSType jsType) in IsFastTypeArray() function
626 GateRef IsFastTypeArray(GateRef jsType);
2210 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByIndex()2425 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByName()2745 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByIndex()2908 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByName()
1736 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray() function