Searched refs:MemoryType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | early_elimination.cpp | 252 ASSERT(acc_.GetMemoryType(rhs) == MemoryType::ELEMENT_TYPE); in MayAccessOneMemory()
|
| D | gate_accessor.h | 389 MemoryType GetMemoryType(GateRef gate) const;
|
| D | gate_accessor.cpp | 175 MemoryType GateAccessor::GetMemoryType(GateRef gate) const in GetMemoryType() 179 return static_cast<MemoryType>(gatePtr->GetOneParameterMetaData()->GetValue()); in GetMemoryType()
|
| D | type_mcr_lowering.cpp | 888 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()
|
| D | gate_meta_data.h | 171 enum class MemoryType : uint8_t { enum
|
| D | circuit_builder.h | 542 …GateRef StoreMemory(MemoryType Op, VariableType type, GateRef receiver, GateRef index, GateRef val…
|
| D | circuit_builder.cpp | 1065 GateRef CircuitBuilder::StoreMemory(MemoryType Op, VariableType type, GateRef receiver, GateRef ind… in StoreMemory()
|