Home
last modified time | relevance | path

Searched defs:mem2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dmem_map_allocator_test.cpp47 auto mem2 = memMapFreeList.GetMemFromList(size2); in HWTEST_F_L0() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.h34 #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/
Dfmutex.h32 #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/
Dgraph.cpp203 AliasType Graph::CheckInstAlias(Inst *mem1, Inst *mem2) in CheckInstAlias()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ebo.cpp446 const MemOperand &mem2 = static_cast<const MemOperand &>(op2); in OperandEqSpecial() local
Daarch64_peep.cpp618 auto &mem2 = static_cast<MemOperand &>(ldr2->GetOperand(kInsnSecondOpnd)); in CheckInsns() local