Home | History | Annotate | Download | only in arm

Lines Matching defs:kInstrSize

703   static const int kInstrSize = sizeof(Instr);
712 static const int kCallTargetAddressOffset = 2 * kInstrSize;
718 static const int kCallTargetAddressOffset = kInstrSize;
727 static const int kPatchReturnSequenceAddressOffset = 0 * kInstrSize;
732 static const int kPatchReturnSequenceAddressOffset = kInstrSize;
741 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
746 static const int kPatchDebugBreakSlotAddressOffset = kInstrSize;
756 kDebugBreakSlotInstructions * kInstrSize;
1174 return SizeOfCodeGeneratedSince(label) / kInstrSize;
1273 static const int kMaxNumPendingRelocInfo = kMaxDistToPool/kInstrSize;
1363 static const int kCheckPoolInterval = kCheckPoolIntervalInst * kInstrSize;