Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.h167 enum class MemoryType : uint8_t { class
H A Dearly_elimination.cpp264 ASSERT(acc_.GetMemoryType(rhs) == MemoryType::ELEMENT_TYPE); in MayAccessOneMemory()
H A Dgate_accessor.h404 MemoryType GetMemoryType(GateRef gate) const;
H A Dgate_accessor.cpp380 MemoryType GateAccessor::GetMemoryType(GateRef gate) const in GetMemoryType()
384 return static_cast<MemoryType>(gatePtr->GetOneParameterMetaData()->GetValue()); in GetMemoryType()
H A Dtyped_hcr_lowering.cpp1364 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 Dcircuit_builder.h654 GateRef StoreMemory(MemoryType Op, VariableType type, GateRef receiver, GateRef index, GateRef value);
H A Dmcr_circuit_builder.cpp853 GateRef CircuitBuilder::StoreMemory(MemoryType Op, VariableType type, GateRef receiver, GateRef index, GateRef value) in StoreMemory()

Completed in 19 milliseconds