Searched refs:IsFastTypeArray (Results 1 – 5 of 5) sorted by relevance
124 if (IsFastTypeArray(jsType)) { in GetPropertyByName()195 if (IsFastTypeArray(jsType)) { in SetPropertyByName()323 if (IsFastTypeArray(jsType)) { in GetPropertyByIndex()377 if (IsFastTypeArray(jsType)) { in SetPropertyByIndex()723 bool ObjectFastOperator::IsFastTypeArray(JSType jsType) in IsFastTypeArray() function
98 static inline bool IsFastTypeArray(JSType jsType);
772 GateRef IsFastTypeArray(GateRef jsType);
2546 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByIndex()2776 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByName()3374 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByIndex()3580 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByName()
2139 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray() function