Searched refs:prologue_size (Results 1 – 5 of 5) sorted by relevance
775 int prologue_size; in get_fast_unwind_plan() local779 prologue_size = sizeof (i386_prologue); in get_fast_unwind_plan()783 prologue_size = sizeof (x86_64_prologue); in get_fast_unwind_plan()819 row->SetOffset (prologue_size); /// 3 or 4 bytes depending on arch in get_fast_unwind_plan()
118 …if _newclass: prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that…
91 …if _newclass: prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that…
372 int prologue_size = require_jump ? kInstructionSize : 0; in SizeIfEmittedAtCurrentPc() local373 prologue_size += 2 * kInstructionSize; in SizeIfEmittedAtCurrentPc()374 prologue_size += IsAligned(assm_->pc_offset() + prologue_size, 8) ? in SizeIfEmittedAtCurrentPc()378 return prologue_size + EntryCount() * kPointerSize; in SizeIfEmittedAtCurrentPc()
3026 lldb.SBFunction.prologue_size lldb.SBFunction-class.html#prologue_size3562 lldb.SBSymbol.prologue_size lldb.SBSymbol-class.html#prologue_size