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() 2535 BRANCH(IsFastTypeArray(arrayType), &thisObjIsFastTypedArray, slowPath); in Of() 2631 BRANCH(IsFastTypeArray(GetObjectType(LoadHClass(thisValue))), &typedArrayIsFast, slowPath); in Map() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 3266 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByIndex() 3516 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByName() 4210 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByIndex() 4421 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in DefinePropertyByIndex() 4590 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByName() 4874 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in DefinePropertyByName()
|
| D | stub_builder.h | 940 GateRef IsFastTypeArray(GateRef jsType);
|
| D | new_object_stub_builder.cpp | 2364 BRANCH(IsFastTypeArray(arrayType), &thisObjIsFastTypedArray, slowPath); in NewTypedArrayFromCtor()
|
| D | stub_builder-inl.h | 2424 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray() function
|