Home | History | Annotate | Download | only in runtime

Lines Matching defs:num_slots

41     size_t num_slots = shorty_len + 1;  // +1 in case of receiver.
42 if (LIKELY((num_slots * 2) < kSmallArgArraySize)) {
50 num_slots++;
53 if (num_slots <= kSmallArgArraySize) {
56 large_arg_array_.reset(new uint32_t[num_slots]);