Searched defs:inc (Results 1 – 9 of 9) sorted by relevance
45 function inc(a: number) { return a + 1 } function
196 struct inc { // NOLINT(readability-identifier-naming) struct197 constexpr T operator()(const T &x) const in operator()
43 auto inc = static_cast<uint32_t>(set_pgo); in MarkProfileItem() local
43 auto inc = static_cast<uint32_t>(setPgo); in MarkProfileItem() local
60 auto inc = node->SetIcSlot(pg_->GetCurrentSlot()); in UpdateIcSlot() local
529 void IncreaseCurrentSlot(ICSlot inc) in IncreaseCurrentSlot()
2210 auto inc = ins->SetIcSlot(GetCurrentSlot()); in ReArrangeIc() local2224 auto inc = ins->SetIcSlot(GetCurrentSlot()); in ReArrangeIc() local
431 size_t inc = sizeof(interpreter::VRegister) / sizeof(SlotType); variable