Searched refs:IsFastTypeArray (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator.h | 132 static inline bool IsFastTypeArray(JSType jsType);
|
| D | object_fast_operator-inl.h | 262 if (IsFastTypeArray(jsType)) { in GetPropertyByName() 418 if (IsFastTypeArray(jsType)) { in SetPropertyByName() 582 if (IsFastTypeArray(jsType)) { in GetPropertyByIndex() 643 if (IsFastTypeArray(jsType)) { in SetPropertyByIndex() 1015 bool ObjectFastOperator::IsFastTypeArray(JSType jsType) in IsFastTypeArray() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 446 BRANCH(IsFastTypeArray(arrayType), &isFastTypedArray, slowPath); in Reverse() 888 BRANCH(IsFastTypeArray(jsType), &typedArray, slowPath); in CopyWithin() 1423 BRANCH(IsFastTypeArray(arrayType), &isFastTypedArray, slowPath); in Filter() 1557 BRANCH(IsFastTypeArray(arrayType), &isFastTypedArray, slowPath); in Slice() 2133 BRANCH(IsFastTypeArray(GetObjectType(LoadHClass(thisValue))), &typedArray, slowPath); in Sort() 2183 BRANCH(IsFastTypeArray(GetObjectType(LoadHClass(thisValue))), &typedArrayIsFast, slowPath); in Set() 2224 BRANCH(IsFastTypeArray(srcType), &isFastTypeArray, slowPath); in Set() 2481 BRANCH(IsFastTypeArray(GetObjectType(LoadHClass(thisValue))), &typedArray, slowPath); in ToSorted() 2536 BRANCH(IsFastTypeArray(arrayType), &thisObjIsFastTypedArray, slowPath); in Of() 2632 BRANCH(IsFastTypeArray(GetObjectType(LoadHClass(thisValue))), &typedArrayIsFast, slowPath); in Map() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 3245 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByIndex() 3495 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByName() 4189 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByIndex() 4400 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in DefinePropertyByIndex() 4569 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByName() 4853 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in DefinePropertyByName()
|
| D | stub_builder.h | 938 GateRef IsFastTypeArray(GateRef jsType);
|
| D | new_object_stub_builder.cpp | 2364 BRANCH(IsFastTypeArray(arrayType), &thisObjIsFastTypedArray, slowPath); in NewTypedArrayFromCtor()
|
| D | stub_builder-inl.h | 2419 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray() function
|