Home
last modified time | relevance | path

Searched refs:MemoryType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp252 ASSERT(acc_.GetMemoryType(rhs) == MemoryType::ELEMENT_TYPE); in MayAccessOneMemory()
Dgate_accessor.h389 MemoryType GetMemoryType(GateRef gate) const;
Dgate_accessor.cpp175 MemoryType GateAccessor::GetMemoryType(GateRef gate) const in GetMemoryType()
179 return static_cast<MemoryType>(gatePtr->GetOneParameterMetaData()->GetValue()); in GetMemoryType()
Dtype_mcr_lowering.cpp888 builder_.StoreMemory(MemoryType::ELEMENT_TYPE, VariableType::VOID(), data, offset, value); in LowerTypedArrayStoreElement()
933 builder_.StoreMemory(MemoryType::ELEMENT_TYPE, VariableType::VOID(), data, offset, value); in LowerUInt8ClampedArrayStoreElement()
Dgate_meta_data.h171 enum class MemoryType : uint8_t { enum
Dcircuit_builder.h542 …GateRef StoreMemory(MemoryType Op, VariableType type, GateRef receiver, GateRef index, GateRef val…
Dcircuit_builder.cpp1065 GateRef CircuitBuilder::StoreMemory(MemoryType Op, VariableType type, GateRef receiver, GateRef ind… in StoreMemory()