Home | History | Annotate | Download | only in mips

Lines Matching defs:kInstrSize

581         instruction_payload - kInstructionsFor32BitConstant * kInstrSize,
593 static const int kInstrSize = sizeof(Instr);
617 static const int kCallTargetAddressOffset = 4 * kInstrSize;
625 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
636 kDebugBreakSlotInstructions * kInstrSize;
864 return SizeOfCodeGeneratedSince(label) / kInstrSize;
1105 static const int kCheckConstInterval = kCheckConstIntervalInst * kInstrSize;
1205 // Space for trampoline slots is equal to slot_count * 2 * kInstrSize.
1208 // label_count * kInstrSize.
1260 static const int kTrampolineSlotsSize = 4 * kInstrSize;