Home
last modified time | relevance | path

Searched refs:IsFastTypeArray (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h124 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
Dobject_fast_operator.h98 static inline bool IsFastTypeArray(JSType jsType);
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h772 GateRef IsFastTypeArray(GateRef jsType);
Dstub_builder.cpp2546 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByIndex()
2776 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByName()
3374 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in SetPropertyByIndex()
3580 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in SetPropertyByName()
Dstub_builder-inl.h2139 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray() function