Searched defs:mem1 (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | mem_map_allocator_test.cpp | 42 auto mem1 = memMapFreeList.GetMemFromList(size1); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | fmutex.h | 34 #define ATOMIC_CAS_WEAK(addr, old_val, new_val, mem1, mem2) \ argument 58 #define ATOMIC_CAS_WEAK(addr, old_val, new_val, mem1, mem2) \ argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| D | fmutex.h | 32 #define ATOMIC_CAS_WEAK(addr, old_val, new_val, mem1, mem2) \ argument 57 #define ATOMIC_CAS_WEAK(addr, old_val, new_val, mem1, mem2) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.cpp | 203 AliasType Graph::CheckInstAlias(Inst *mem1, Inst *mem2) in CheckInstAlias()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_ebo.cpp | 445 const MemOperand &mem1 = static_cast<const MemOperand &>(op1); in OperandEqSpecial() local
|
| D | aarch64_peep.cpp | 616 auto &mem1 = static_cast<MemOperand &>(ldr1->GetOperand(kInsnSecondOpnd)); in CheckInsns() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.cpp | 312 AliasType AliasAnalysis::CheckInstAlias(Inst *mem1, Inst *mem2) const in CheckInstAlias()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.cpp | 2464 auto mem1 = MemRef(src0, tmpOffset, 0); in VisitStoreArrayPair() local
|