Searched refs:prologue_size (Results 1 - 4 of 4) sorted by relevance

/external/lldb/scripts/Python/interface/
H A DSBFunction.i117 __swig_getmethods__["prologue_size"] = GetPrologueByteSize
118 if _newclass: prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the size in bytes of the prologue instructions as an unsigned integer.''')
H A DSBSymbol.i90 __swig_getmethods__["prologue_size"] = GetPrologueByteSize
91 if _newclass: prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the size in bytes of the prologue instructions as an unsigned integer.''')
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp775 int prologue_size; local
779 prologue_size = sizeof (i386_prologue);
783 prologue_size = sizeof (x86_64_prologue);
819 row->SetOffset (prologue_size); /// 3 or 4 bytes depending on arch
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc372 int prologue_size = require_jump ? kInstructionSize : 0; local
373 prologue_size += 2 * kInstructionSize;
374 prologue_size += IsAligned(assm_->pc_offset() + prologue_size, 8) ?
378 return prologue_size + EntryCount() * kPointerSize;

Completed in 152 milliseconds