Home | History | Annotate | Download | only in arm64

Lines Matching refs:kInstructionSize

195   CpuFeatures::FlushICache(pc_, instruction_count * kInstructionSize);
360 return 4 * kInstructionSize + EntryCount() * kPointerSize;
372 int prologue_size = require_jump ? kInstructionSize : 0;
373 prologue_size += 2 * kInstructionSize;
375 0 : kInstructionSize;
916 return RoundUp(size, kInstructionSize) / kInstructionSize;
921 return kPrintfLength / kInstructionSize;
2214 DCHECK(RoundUp(len, kInstructionSize) <= static_cast<size_t>(kGap));
2218 STATIC_ASSERT(sizeof(pad) == kInstructionSize);
2219 EmitData(pad, RoundUp(pc_offset(), kInstructionSize) - pc_offset());
2873 int pc_limit = pc_offset() + instructions * kInstructionSize;
2925 int needed_space = worst_case_size + kGap + 1 * kInstructionSize;
2944 int protection_offset = 2 * kInstructionSize;
3118 CHECK(InstructionAt((i + 1) * kInstructionSize)->IsNop(ADR_FAR_NOP));
3121 InstructionAt((kAdrFarPatchableNInstrs - 1) * kInstructionSize);