Searched refs:next_slot_ (Results 1 – 8 of 8) sorted by relevance
51 next_slot_(0) { } in VCDiffAddressCache()56 next_slot_(0) { } in VCDiffAddressCache()101 next_slot_ = 0; // in case Init() is called a second time to reinit in Init()120 near_addresses_[next_slot_] = address; in UpdateCache()121 next_slot_ = (next_slot_ + 1) % near_cache_size_; in UpdateCache()
204 int next_slot_; variable
1169 next_slot_ = 0; in Trampoline()1175 next_slot_ = start; in Trampoline()1194 trampoline_slot = next_slot_; in take_slot()1196 next_slot_ += kTrampolineSlotsSize; in take_slot()1204 int next_slot_; variable
1213 next_slot_ = 0; in Trampoline()1219 next_slot_ = start; in Trampoline()1238 trampoline_slot = next_slot_; in take_slot()1240 next_slot_ += kTrampolineSlotsSize; in take_slot()1248 int next_slot_; variable