Home
last modified time | relevance | path

Searched defs:inc (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dmath_helpers.h196 struct inc { // NOLINT(readability-identifier-naming) struct
197 constexpr T operator()(const T &x) const in operator()
/arkcompiler/runtime_core/static_core/libpandafile/
Dpgo.cpp43 auto inc = static_cast<uint32_t>(setPgo); in MarkProfileItem() local
/arkcompiler/runtime_core/libpandafile/
Dpgo.cpp44 auto inc = static_cast<uint32_t>(set_pgo); in MarkProfileItem() local
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/phi/
Dphi.cpp91 AbckitInst *inc = nullptr; in TransformIR() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp59 auto inc = node->SetIcSlot(pg_->GetCurrentSlot()); in UpdateIcSlot() local
Dpandagen.h507 void IncreaseCurrentSlot(ICSlot inc) in IncreaseCurrentSlot()
Dpandagen.cpp2259 auto inc = ins->SetIcSlot(GetCurrentSlot()); in ReArrangeIc() local
2273 auto inc = ins->SetIcSlot(GetCurrentSlot()); in ReArrangeIc() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe_iterators.h432 auto inc = static_cast<int64_t>(sizeof(interpreter::VRegister) / sizeof(SlotType)); variable