OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VerifyInstruction
(Results
1 - 4
of
4
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
codetable_test.cc
92
void
VerifyInstruction
(unsigned char opcode,
133
VerifyInstruction
(/* opcode */ 131, VCD_COPY, /* size */ 0, /* mode */ 7);
140
VerifyInstruction
(/* opcode */ 1, VCD_ADD, /* size */ 0, /* mode */ 0);
147
VerifyInstruction
(/* opcode */ 0, VCD_RUN, /* size */ 0, /* mode */ 0);
154
VerifyInstruction
(/* opcode */ 0, VCD_RUN, /* size */ 0, /* mode */ 0);
162
VerifyInstruction
(/* opcode */ 131, VCD_COPY, /* size */ 0, /* mode */ 7);
170
VerifyInstruction
(/* opcode */ 1, VCD_ADD, /* size */ 0, /* mode */ 0);
176
VerifyInstruction
(/* opcode */ 0, VCD_RUN, /* size */ 0, /* mode */ 0);
182
VerifyInstruction
(/* opcode */ 20, VCD_COPY, /* size */ 4, /* mode */ 0);
192
VerifyInstruction
(/* opcode */ 20, VCD_COPY, /* size */ 4, /* mode */ 0)
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
codetable_test.cc
92
void
VerifyInstruction
(unsigned char opcode,
133
VerifyInstruction
(/* opcode */ 131, VCD_COPY, /* size */ 0, /* mode */ 7);
140
VerifyInstruction
(/* opcode */ 1, VCD_ADD, /* size */ 0, /* mode */ 0);
147
VerifyInstruction
(/* opcode */ 0, VCD_RUN, /* size */ 0, /* mode */ 0);
154
VerifyInstruction
(/* opcode */ 0, VCD_RUN, /* size */ 0, /* mode */ 0);
162
VerifyInstruction
(/* opcode */ 131, VCD_COPY, /* size */ 0, /* mode */ 7);
170
VerifyInstruction
(/* opcode */ 1, VCD_ADD, /* size */ 0, /* mode */ 0);
176
VerifyInstruction
(/* opcode */ 0, VCD_RUN, /* size */ 0, /* mode */ 0);
182
VerifyInstruction
(/* opcode */ 20, VCD_COPY, /* size */ 4, /* mode */ 0);
192
VerifyInstruction
(/* opcode */ 20, VCD_COPY, /* size */ 4, /* mode */ 0)
[
all
...]
/external/open-vcdiff/src/
codetable_test.cc
92
void
VerifyInstruction
(unsigned char opcode,
133
VerifyInstruction
(/* opcode */ 131, VCD_COPY, /* size */ 0, /* mode */ 7);
140
VerifyInstruction
(/* opcode */ 1, VCD_ADD, /* size */ 0, /* mode */ 0);
147
VerifyInstruction
(/* opcode */ 0, VCD_RUN, /* size */ 0, /* mode */ 0);
154
VerifyInstruction
(/* opcode */ 0, VCD_RUN, /* size */ 0, /* mode */ 0);
162
VerifyInstruction
(/* opcode */ 131, VCD_COPY, /* size */ 0, /* mode */ 7);
170
VerifyInstruction
(/* opcode */ 1, VCD_ADD, /* size */ 0, /* mode */ 0);
176
VerifyInstruction
(/* opcode */ 0, VCD_RUN, /* size */ 0, /* mode */ 0);
182
VerifyInstruction
(/* opcode */ 20, VCD_COPY, /* size */ 4, /* mode */ 0);
192
VerifyInstruction
(/* opcode */ 20, VCD_COPY, /* size */ 4, /* mode */ 0)
[
all
...]
/art/runtime/verifier/
method_verifier.cc
594
if (!
VerifyInstruction
(inst, dex_pc)) {
612
bool MethodVerifier::
VerifyInstruction
(const Instruction* inst, uint32_t code_offset) {
[
all
...]
Completed in 60 milliseconds