Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/interpreter/
Dmath_helpers.h198 struct inc : public std::unary_function<T, T> { // NOLINT(readability-identifier-naming) struct
199 constexpr T operator()(const T &x) const in operator()
/arkcompiler/runtime_core/libpandafile/
Dpgo.cpp43 auto inc = static_cast<uint32_t>(set_pgo); in MarkProfileItem() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp55 auto inc = node->SetIcSlot(pg_->GetCurrentSlot()); in UpdateIcSlot() local
Dpandagen.h480 void IncreaseCurrentSlot(ICSlot inc) in IncreaseCurrentSlot()
/arkcompiler/runtime_core/runtime/include/
Dcframe_iterators.h440 size_t inc = sizeof(interpreter::VRegister) / sizeof(SlotType); variable