Home
last modified time | relevance | path

Searched refs:prologue_size (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp775 int prologue_size; in get_fast_unwind_plan() local
779 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()
/external/lldb/scripts/Python/interface/
DSBFunction.i118 …if _newclass: prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that…
DSBSymbol.i91 …if _newclass: prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that…
/external/v8/src/arm64/
Dassembler-arm64.cc372 int prologue_size = require_jump ? kInstructionSize : 0; in SizeIfEmittedAtCurrentPc() local
373 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()
/external/lldb/www/python_reference/
Dapi-objects.txt3026 lldb.SBFunction.prologue_size lldb.SBFunction-class.html#prologue_size
3562 lldb.SBSymbol.prologue_size lldb.SBSymbol-class.html#prologue_size