Searched defs:isAdd (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | free_object_list.cpp | 129 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 D | allocator-inl.h | 178 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 D | adjust_arefs.cpp | 184 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 D | lowering.cpp | 756 bool isAdd = (inst->GetOpcode() == Opcode::Add); in LowerAddSub() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_mop_split.h | 329 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 D | constantfold.cpp | 51 std::optional<IntVal> AddSub(const std::optional<IntVal> &v1, const std::optional<IntVal> &v2, bool isAdd) in AddSub() argument
|
Completed in 16 milliseconds