Searched refs:MemoryType (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_gate_meta_data.h | 167 enum class MemoryType : uint8_t { class
|
H A D | early_elimination.cpp | 264 ASSERT(acc_.GetMemoryType(rhs) == MemoryType::ELEMENT_TYPE); in MayAccessOneMemory()
|
H A D | gate_accessor.h | 404 MemoryType GetMemoryType(GateRef gate) const;
|
H A D | gate_accessor.cpp | 380 MemoryType GateAccessor::GetMemoryType(GateRef gate) const in GetMemoryType() 384 return static_cast<MemoryType>(gatePtr->GetOneParameterMetaData()->GetValue()); in GetMemoryType()
|
H A D | typed_hcr_lowering.cpp | 1364 builder_.StoreMemory(MemoryType::ELEMENT_TYPE, VariableType::VOID(), data, offset, value); in BuildOnHeapTypedArrayStoreElement() 1375 builder_.StoreMemory(MemoryType::ELEMENT_TYPE, VariableType::VOID(), block, in BuildNotOnHeapTypedArrayStoreElement() 1390 builder_.StoreMemory(MemoryType::ELEMENT_TYPE, VariableType::VOID(), *data, offset, value); in BuildTypedArrayStoreElement() 1400 builder_.StoreMemory(MemoryType::ELEMENT_TYPE, VariableType::VOID(), block, in BuildTypedArrayStoreElement()
|
H A D | circuit_builder.h | 654 GateRef StoreMemory(MemoryType Op, VariableType type, GateRef receiver, GateRef index, GateRef value);
|
H A D | mcr_circuit_builder.cpp | 853 GateRef CircuitBuilder::StoreMemory(MemoryType Op, VariableType type, GateRef receiver, GateRef index, GateRef value) in StoreMemory()
|
Completed in 19 milliseconds