Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp184 …fs::InsertPointerArithmetic(Inst *input, uint64_t imm, Inst *insertBefore, uint32_t pc, bool isAdd) in InsertPointerArithmetic()
234 bool isAdd; in ProcessIndex() local
Dlowering.cpp782 bool isAdd = (inst->GetOpcode() == Opcode::Add); in LowerAddSub() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_list.cpp140 void FreeObjectList<T>::Free(uintptr_t start, size_t size, bool isAdd) in Free()
179 void FreeObjectList<MemDesc>::Free(uintptr_t start, size_t size, bool isAdd) in Free()
Dallocator-inl.h178 void FreeListAllocator<T>::Free(uintptr_t begin, size_t size, bool isAdd) in Free()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_mop_split.h329 inline void AddSubWithLslSplit(Insn *insn, bool isAdd, bool is64Bits, bool isAfterRegAlloc, InsnBui… in AddSubWithLslSplit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp41 …tional<IntVal> AddSub(const std::optional<IntVal> &v1, const std::optional<IntVal> &v2, bool isAdd) in AddSub()