HomeSort by relevance Sort by last modified time
    Searched full:prologue_size (Results 1 - 8 of 8) sorted by null

  /external/lldb/scripts/Python/interface/
SBSymbol.i 90 __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.''')
SBFunction.i 117 __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.''')
  /external/lldb/www/python_reference/
identifier-index-P.html 113 <td width="33%" class="link-index"><a href="lldb.SBFunction-class.html#prologue_size">prologue_size</a><br />
121 <td width="33%" class="link-index"><a href="lldb.SBSymbol-class.html#prologue_size">prologue_size</a><br />
lldb.SBFunction-class.html 71 <area shape="rect" id="node20" href="lldb.SBFunction-class.html#prologue_size" title="A read only property that returns the size in bytes of the prologue &#160;instructions as an unsigned integer." alt="" coords="17,180,197,199"/>
632 <a href="lldb.SBFunction-class.html#prologue_size" class="summary-name">prologue_size</a><br />
    [all...]
lldb.SBSymbol-class.html 71 <area shape="rect" id="node41" href="lldb.SBSymbol-class.html#prologue_size" title="A read only property that returns the size in bytes of the prologue &#160;instructions as an unsigned integer." alt="" coords="17,180,197,199"/>
618 <a href="lldb.SBSymbol-class.html#prologue_size" class="summary-name">prologue_size</a><br />
    [all...]
api-objects.txt     [all...]
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp 775 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/v8/src/arm64/
assembler-arm64.cc 372 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;
    [all...]

Completed in 826 milliseconds