Home
last modified time | relevance | path

Searched defs:mem1 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dmem_map_allocator_test.cpp43 auto mem1 = memMapFreeList.GetMemFromList(size1); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dfmutex.h32 #define ATOMIC_CAS_WEAK(addr, old_val, new_val, mem1, mem2) \ argument
62 #define ATOMIC_CAS_WEAK(addr, old_val, new_val, mem1, mem2) \ argument
/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/compiler/optimizer/analysis/
Dalias_analysis.cpp285 AliasType AliasAnalysis::CheckInstAlias(Inst *mem1, Inst *mem2) const in CheckInstAlias()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp204 AliasType Graph::CheckInstAlias(Inst *mem1, Inst *mem2) in CheckInstAlias()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3426 auto &mem1 = static_cast<MemOperand&>(insn1->GetOperand(kInsnSecondOpnd)); in DoOptForStackStrInsns() local
3444 auto &mem1 = static_cast<MemOperand&>(insn1->GetOperand(kInsnSecondOpnd)); in CheckStrPairOpt() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp2456 auto mem1 = MemRef(src0, tmpOffset, 0); in VisitStoreArrayPair() local