OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNextInstruction
(Results
1 - 16
of
16
) 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/chromium_org/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
VCD_ERROR << "Internal error:
GetNextInstruction
() called before Init()"
82
// by the next call to
GetNextInstruction
vcdecoder.cc
[
all
...]
/external/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
VCD_ERROR << "Internal error:
GetNextInstruction
() called before Init()"
82
// by the next call to
GetNextInstruction
vcdecoder.cc
[
all
...]
/external/chromium_org/v8/src/arm/
lithium-codegen-arm.h
174
LInstruction*
GetNextInstruction
();
/external/chromium_org/v8/src/mips/
lithium-codegen-mips.h
174
LInstruction*
GetNextInstruction
();
/external/v8/src/arm/
lithium-codegen-arm.h
164
LInstruction*
GetNextInstruction
();
/external/v8/src/mips/
lithium-codegen-mips.h
161
LInstruction*
GetNextInstruction
();
Completed in 75 milliseconds