Lines Matching refs:kInstrSize
713 static const int kInstrSize = sizeof(Instr);
720 static const int kPatchDebugBreakSlotAddressOffset = 2 * kInstrSize;
728 kDebugBreakSlotInstructions * kInstrSize;
1286 return SizeOfCodeGeneratedSince(label) / kInstrSize;
1440 static const int kMaxNumPending32Constants = kMaxDistToIntPool / kInstrSize;
1441 static const int kMaxNumPending64Constants = kMaxDistToFPPool / kInstrSize;
1501 int start = pc_offset() + kInstrSize + 2 * kPointerSize;
1548 static const int kCheckPoolInterval = kCheckPoolIntervalInst * kInstrSize;