Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator.h76 static inline bool IsFastTypeArray(JSType jsType);
Dobject_fast_operator-inl.h55 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
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h626 GateRef IsFastTypeArray(GateRef jsType);
Dstub_builder.cpp2205 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByIndex()
2420 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in GetPropertyByName()
2740 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in SetPropertyByIndex()
2903 Branch(IsFastTypeArray(jsType), &isFastTypeArray, &notFastTypeArray); in SetPropertyByName()
Dstub_builder-inl.h1735 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray() function