Home | History | Annotate | Download | only in mips64

Lines Matching refs:slot_count

1334   // Space for trampoline slots is equal to slot_count * 2 * kInstrSize.
1346 Trampoline(int start, int slot_count) {
1349 free_slot_count_ = slot_count;
1350 end_ = start + slot_count * kTrampolineSlotsSize;