Searched refs:prologue_size (Results 1 – 1 of 1) sorted by relevance
406 int prologue_size = require_jump ? kInstrSize : 0; in SizeIfEmittedAtCurrentPc() local407 prologue_size += 2 * kInstrSize; in SizeIfEmittedAtCurrentPc()408 prologue_size += in SizeIfEmittedAtCurrentPc()409 IsAligned(assm_->pc_offset() + prologue_size, 8) ? 0 : kInstrSize; in SizeIfEmittedAtCurrentPc()412 return prologue_size + EntryCount() * kPointerSize; in SizeIfEmittedAtCurrentPc()