Home | History | Annotate | Download | only in arm64

Lines Matching refs:kInstructionSize

914   static const int kCallSizeWithoutRelocation = 4 * kInstructionSize;
915 static const int kCallSizeWithRelocation = 2 * kInstructionSize;
944 return SizeOfCodeGeneratedSince(label) / kInstructionSize;
960 kDebugBreakSlotInstructions * kInstructionSize;
962 static const int kPatchDebugBreakSlotReturnOffset = 2 * kInstructionSize;
1904 static const int kMaxVeneerCodeSize = 1 * kInstructionSize;
2078 next_constant_pool_check_ = pc_offset() + instructions * kInstructionSize;
2084 STATIC_ASSERT(sizeof(instruction) == kInstructionSize);
2261 count * kInstructionSize + kGap) {
2266 : Assembler(NULL, start, count * kInstructionSize + kGap) {