HomeSort by relevance Sort by last modified time
    Searched refs:GetNextInstruction (Results 1 - 10 of 10) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
decodetable_test.cc 96 if (inst == VCD_NOOP) return; // GetNextInstruction skips NOOPs
99 unsigned char found_inst = reader_.GetNextInstruction(&found_size,
159 // The size and mode returned by GetNextInstruction().
173 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
183 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
193 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
203 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
208 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
217 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
223 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_)
    [all...]
decodetable.h 39 // In any case, the Init() method must be called before GetNextInstruction()
56 // This method must be called before GetNextInstruction() may be used.
73 // after using UpdatePointers(); GetNextInstruction() must be called first.
100 VCDiffInstructionType GetNextInstruction(int32_t* size, unsigned char* mode);
103 // instruction stream. The next call to GetNextInstruction()
106 // GetNextInstruction() will have no additional effect; you can
127 // to interpret opcodes in GetNextInstruction().
decodetable.cc 49 VCDiffInstructionType VCDiffCodeTableReader::GetNextInstruction(
53 LOG(ERROR) << "Internal error: GetNextInstruction() called before Init()"
82 // by the next call to GetNextInstruction
vcdecoder.cc     [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 152 LInstruction* GetNextInstruction();
lithium-codegen-arm.cc 234 LInstruction* LCodeGen::GetNextInstruction() {
767 LInstruction* next = GetNextInstruction();
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 141 LInstruction* GetNextInstruction();
lithium-codegen-ia32.cc 230 LInstruction* LCodeGen::GetNextInstruction() {
710 LInstruction* next = GetNextInstruction();
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 136 LInstruction* GetNextInstruction();
lithium-codegen-x64.cc 243 LInstruction* LCodeGen::GetNextInstruction() {
711 LInstruction* next = GetNextInstruction();
    [all...]

Completed in 754 milliseconds