Home
last modified time | relevance | path

Searched defs:inc (Results 1 – 7 of 7) 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.cpp46 auto inc = static_cast<uint32_t>(set_pgo); in MarkProfileItem() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp61 auto inc = node->SetIcSlot(pg_->GetCurrentSlot()); in UpdateIcSlot() local
Dpandagen.h503 void IncreaseCurrentSlot(ICSlot inc) in IncreaseCurrentSlot()
Dpandagen.cpp2213 auto inc = ins->SetIcSlot(GetCurrentSlot()); in ReArrangeIc() local
2227 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