HomeSort by relevance Sort by last modified time
    Searched refs:RETURN_VOID (Results 1 - 25 of 73) sorted by null

1 2 3

  /art/compiler/optimizing/
pretty_printer_test.cc 43 Instruction::RETURN_VOID);
72 Instruction::RETURN_VOID);
94 Instruction::RETURN_VOID);
115 Instruction::RETURN_VOID,
122 Instruction::RETURN_VOID,
129 Instruction::RETURN_VOID,
169 Instruction::RETURN_VOID,
198 Instruction::RETURN_VOID);
244 Instruction::RETURN_VOID);
suspend_check_test.cc 63 Instruction::RETURN_VOID);
72 Instruction::RETURN_VOID);
81 Instruction::RETURN_VOID);
90 Instruction::RETURN_VOID);
linearize_test.cc 74 Instruction::RETURN_VOID);
97 Instruction::RETURN_VOID,
123 Instruction::RETURN_VOID,
156 Instruction::RETURN_VOID);
183 Instruction::RETURN_VOID,
211 Instruction::RETURN_VOID,
239 Instruction::RETURN_VOID,
dominator_test.cc 52 Instruction::RETURN_VOID); // Block number 1
66 Instruction::RETURN_VOID); // Block number 2
82 Instruction::RETURN_VOID); // Block number 3
98 Instruction::RETURN_VOID, // Block number 2
113 Instruction::RETURN_VOID,
120 Instruction::RETURN_VOID,
148 Instruction::RETURN_VOID, // Block number 1
168 Instruction::RETURN_VOID);
251 Instruction::RETURN_VOID); // Block number 5
graph_checker_test.cc 60 Instruction::RETURN_VOID);
68 Instruction::RETURN_VOID);
78 Instruction::RETURN_VOID);
dead_code_elimination_test.cc 78 Instruction::RETURN_VOID);
144 Instruction::RETURN_VOID);
ssa_test.cc 124 Instruction::RETURN_VOID);
251 Instruction::RETURN_VOID);
459 Instruction::RETURN_VOID);
489 Instruction::RETURN_VOID);
528 Instruction::RETURN_VOID);
codegen_test.cc 321 const uint16_t data[] = ZERO_REGISTER_CODE_ITEM(Instruction::RETURN_VOID);
328 Instruction::RETURN_VOID);
337 Instruction::RETURN_VOID);
345 Instruction::RETURN_VOID,
352 Instruction::RETURN_VOID,
359 Instruction::RETURN_VOID,
367 Instruction::RETURN_VOID,
379 Instruction::RETURN_VOID);
387 Instruction::RETURN_VOID);
    [all...]
liveness_test.cc 91 Instruction::RETURN_VOID);
281 Instruction::RETURN_VOID);
find_loops_test.cc 36 Instruction::RETURN_VOID);
143 Instruction::RETURN_VOID);
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
FixGotoTest.java 29 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
52 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
75 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
111 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
FixOffsetsTest.java 91 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
  /frameworks/base/core/jni/
BindTest.cpp 75 RETURN_VOID;
86 RETURN_VOID;
97 RETURN_VOID;
168 RETURN_VOID;
196 RETURN_VOID;
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java 72 methodBuilder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
119 Assert.assertEquals(Opcode.RETURN_VOID, instructions.get(66000).getOpcode());
151 instructions.add(new ImmutableInstruction10x(Opcode.RETURN_VOID));
216 Assert.assertEquals(Opcode.RETURN_VOID, actualInstructions.get(66000).getOpcode());
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliInstructionTest.java 58 Assert.assertEquals(Opcode.RETURN_VOID, instructionElement.getOpcode());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CustomMethodInlineTableTest.java 61 new ImmutableInstruction10x(Opcode.RETURN_VOID));
88 new ImmutableInstruction10x(Opcode.RETURN_VOID));
115 new ImmutableInstruction10x(Opcode.RETURN_VOID));
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 34 RETURN_VOID,
  /art/compiler/dex/
dex_to_dex_compiler.cc 122 case Instruction::RETURN_VOID:
202 DCHECK_EQ(inst->Opcode(), Instruction::RETURN_VOID);
211 // Replace RETURN_VOID by RETURN_VOID_NO_BARRIER.
  /art/runtime/quick/
inline_method_analyser.cc 277 // of the parameters or 0 and the code must then finish with RETURN_VOID.
287 &Matcher::Required<&Matcher::Opcode<Instruction::RETURN_VOID>>,
305 instruction->Opcode() != Instruction::RETURN_VOID;
324 Instruction::RETURN_VOID);
471 case Instruction::RETURN_VOID:
671 if (return_opcode != Instruction::RETURN_VOID) {
  /art/runtime/
dex_instruction_utils.h 63 return Instruction::RETURN_VOID <= opcode && opcode <= Instruction::RETURN_OBJECT;
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 58 public static final int RETURN_VOID = 0x0e;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 202 MAP.put(Rops.RETURN_VOID, Dops.RETURN_VOID);
DalvOps.java 48 public static final int RETURN_VOID = 0x0e;
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 67 // Opcodes.RETURN_VOID
373 MAP.put(Rops.RETURN_VOID, Dops.RETURN_VOID);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 68 // Opcodes.RETURN_VOID
374 MAP.put(Rops.RETURN_VOID, Dops.RETURN_VOID);

Completed in 531 milliseconds

1 2 3