Searched refs:GetMemoryAttribute (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | post_schedule.cpp | 404 MemoryAttribute mAttr = acc_.GetMemoryAttribute(gate); in GetWriteBarrierKind() 451 builder_.StoreWithoutBarrier(type, addr, value, acc_.GetMemoryAttribute(gate)); in LoweringStoreNoBarrierAndPrepareScheduleGate() 462 MemoryAttribute mAttr = acc_.GetMemoryAttribute(gate); in GetShareKind() 476 builder_.StoreWithoutBarrier(type, addr, value, acc_.GetMemoryAttribute(gate)); in LoweringStoreWithBarrierAndPrepareScheduleGate() 514 builder_.StoreWithoutBarrier(type, addr, value, acc_.GetMemoryAttribute(gate)); in LoweringStoreUnknownBarrierAndPrepareScheduleGate()
|
H A D | mcr_gate_meta_data.h | 460 MemoryAttribute GetMemoryAttribute() const in GetMemoryAttribute() function in panda::ecmascript::kungfu::LoadStoreAccessor 481 MemoryAttribute GetMemoryAttribute() const in GetMemoryAttribute() function in panda::ecmascript::kungfu::LoadStoreConstOffsetAccessor
|
H A D | early_elimination.cpp | 389 if (acc_.GetMemoryAttribute(lhs).Value() != acc_.GetMemoryAttribute(rhs).Value()) { in CheckReplacement()
|
H A D | gate_accessor.cpp | 135 MemoryAttribute GateAccessor::GetMemoryAttribute(GateRef gate) const in GetMemoryAttribute() function in panda::ecmascript::kungfu::GateAccessor 144 return accessor.GetMemoryAttribute(); in GetMemoryAttribute() 149 return accessor.GetMemoryAttribute(); in GetMemoryAttribute()
|
H A D | gate_accessor.h | 390 MemoryAttribute GetMemoryAttribute(GateRef gate) const;
|
H A D | mcr_lowering.cpp | 168 GateRef result = builder_.Load(type, receiver, offset, acc_.GetMemoryAttribute(gate)); in LowerLoadConstOffset() 197 builder_.Store(type, glue_, receiver, offset, value, acc_.GetMemoryAttribute(gate)); in LowerStoreConstOffset()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_ir_builder.cpp | 1592 auto order = acc_.GetMemoryAttribute(gate); in VisitLoad() 1623 auto order = acc_.GetMemoryAttribute(gate); in VisitStore()
|
Completed in 21 milliseconds