Home | History | Annotate | Download | only in mips

Lines Matching refs:Trampoline

740   // Class for scoping postponing the trampoline pool generation.
783 // Postpone the generation of the trampoline pool for the specified number of
847 // Block the emission of the trampoline pool before pc_offset.
885 // Repeated checking whether the trampoline pool should be emitted is rather
893 // Emission of the trampoline pool may be blocked in some code sequences.
983 // One trampoline consists of:
984 // - space for trampoline slots,
987 // Space for trampoline slots is equal to slot_count * 2 * kInstrSize.
988 // Space for trampoline slots preceeds space for labels. Each label is of one
991 class Trampoline {
993 Trampoline(int start, int slot_count, int label_count) {
1042 List<Trampoline> trampolines_;