Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfree_object_list.cpp129 void FreeObjectList<T>::FreeImpl(U* region, uintptr_t start, size_t size, bool isAdd) in FreeImpl() argument
167 void FreeObjectList<T>::Free(uintptr_t start, size_t size, bool isAdd) in Free() argument
176 void FreeObjectList<MemDesc>::Free(uintptr_t start, size_t size, bool isAdd) in Free() argument
H A Dallocator-inl.h178 void FreeListAllocator<T>::Free(uintptr_t begin, size_t size, bool isAdd) in Free() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dadjust_arefs.cpp184 Inst *AdjustRefs::InsertPointerArithmetic(Inst *input, uint64_t imm, Inst *insertBefore, uint32_t pc, bool isAdd) in InsertPointerArithmetic() argument
234 bool isAdd; in ProcessIndex() local
H A Dlowering.cpp756 bool isAdd = (inst->GetOpcode() == Opcode::Add); in LowerAddSub() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_mop_split.h329 inline void AddSubWithLslSplit(Insn *insn, bool isAdd, bool is64Bits, bool isAfterRegAlloc, InsnBuilder *insnBuilder, in AddSubWithLslSplit() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp51 std::optional<IntVal> AddSub(const std::optional<IntVal> &v1, const std::optional<IntVal> &v2, bool isAdd) in AddSub() argument

Completed in 16 milliseconds