Searched refs:prologue_size (Results 1 – 1 of 1) sorted by relevance
362 int prologue_size = require_jump ? kInstructionSize : 0; in SizeIfEmittedAtCurrentPc() local363 prologue_size += 2 * kInstructionSize; in SizeIfEmittedAtCurrentPc()364 prologue_size += IsAligned(assm_->pc_offset() + prologue_size, 8) ? in SizeIfEmittedAtCurrentPc()368 return prologue_size + EntryCount() * kPointerSize; in SizeIfEmittedAtCurrentPc()