Searched refs:num_slots (Results 1 – 3 of 3) sorted by relevance
97 bool AtomicBumpBack(size_t num_slots, StackReference<T>** start_address, in AtomicBumpBack() argument107 new_index = index + num_slots; in AtomicBumpBack()
971 size_t num_slots = numOfSlots[idx]; in InspectAllSlots() local973 DCHECK_EQ(slot_base + num_slots * bracket_size, in InspectAllSlots()977 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized in InspectAllSlots()980 DCHECK_LT(slot_idx, num_slots); in InspectAllSlots()986 DCHECK_LT(slot_idx, num_slots); in InspectAllSlots()990 for (size_t slot_idx = 0; slot_idx < num_slots; ++slot_idx) { in InspectAllSlots()1875 const size_t num_slots = numOfSlots[idx]; in Verify() local1877 CHECK_EQ(slot_base + num_slots * bracket_size, in Verify()1949 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized in Verify()1953 DCHECK_LT(slot_idx, num_slots); in Verify()[all …]
48 size_t num_slots = shorty_len + 1; // +1 in case of receiver. in ArgArray() local49 if (LIKELY((num_slots * 2) < kSmallArgArraySize)) { in ArgArray()57 num_slots++; in ArgArray()60 if (num_slots <= kSmallArgArraySize) { in ArgArray()63 large_arg_array_.reset(new uint32_t[num_slots]); in ArgArray()