Searched defs:thisArray (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_TypedArrays.cpp | 43 static void EtsEscompatTypedArraySet(T *thisArray, EtsInt pos, typename T::ElementType val) in EtsEscompatTypedArraySet() 60 typename T::ElementType EtsEscompatTypedArrayGet(T *thisArray, EtsInt pos) in EtsEscompatTypedArrayGet() 77 typename T::ElementType EtsEscompatTypedArrayGetUnsafe(T *thisArray, EtsInt pos) in EtsEscompatTypedArrayGetUnsafe() 90 extern "C" void EtsEscompatInt8ArraySetInt(ark::ets::EtsEscompatInt8Array *thisArray, EtsInt pos, E… in EtsEscompatInt8ArraySetInt() 95 extern "C" void EtsEscompatInt8ArraySetByte(ark::ets::EtsEscompatInt8Array *thisArray, EtsInt pos, … in EtsEscompatInt8ArraySetByte() 100 extern "C" EtsDouble EtsEscompatInt8ArrayGet(ark::ets::EtsEscompatInt8Array *thisArray, EtsInt pos) in EtsEscompatInt8ArrayGet() 105 extern "C" EtsByte EtsEscompatInt8ArrayGetUnsafe(ark::ets::EtsEscompatInt8Array *thisArray, EtsInt … in EtsEscompatInt8ArrayGetUnsafe() 111 static void EtsEscompatTypedArraySetValuesImpl(T *thisArray, T *srcArray, EtsInt pos) in EtsEscompatTypedArraySetValuesImpl() 135 extern "C" void EtsEscompatInt8ArraySetValues(ark::ets::EtsEscompatInt8Array *thisArray, in EtsEscompatInt8ArraySetValues() 141 extern "C" void EtsEscompatInt8ArraySetValuesWithOffset(ark::ets::EtsEscompatInt8Array *thisArray, in EtsEscompatInt8ArraySetValuesWithOffset() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_native_inline_lowering.cpp | 2815 GateRef thisArray = acc_.GetValueIn(gate, 0); in LowerArrayIteratorBuiltin() local 3448 GateRef thisArray = acc_.GetValueIn(gate, 0); in LowerArraySlice() local
|
| D | native_inline_lowering.cpp | 1477 GateRef thisArray = acc_.GetValueIn(gate, 0); in TryInlineIndexOfIncludes() local
|
| D | mcr_circuit_builder.cpp | 1952 GateRef CircuitBuilder::ArrayIteratorBuiltin(GateRef thisArray, GateRef callID) in ArrayIteratorBuiltin()
|