Searched defs:GetNextInstruction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Ddecodetable.cc49 VCDiffInstructionType VCDiffCodeTableReader::GetNextInstruction( function in class:open_vcdiff::VCDiffCodeTableReader
53 VCD_ERROR << "Internal error: GetNextInstruction() called before Init()"
82 // by the next call to GetNextInstruction
/external/lldb/examples/python/
H A Ddisasm-stress-test.py77 def GetNextInstruction(self): member in class:SequentialInstructionProvider
91 ret = self.GetNextInstruction()
104 def GetNextInstruction(self): member in class:RandomInstructionProvider
113 ret = self.GetNextInstruction()

Completed in 170 milliseconds