HomeSort by relevance Sort by last modified time
    Searched full:return_void (Results 1 - 25 of 59) sorted by null

1 2 3

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/
Test_return_void.java 17 package dot.junit.opcodes.return_void;
21 import dot.junit.opcodes.return_void.d.T_return_void_1;
22 import dot.junit.opcodes.return_void.d.T_return_void_3;
37 loadAndRun("dot.junit.opcodes.return_void.d.T_return_void_3",
46 load("dot.junit.opcodes.return_void.d.T_return_void_5", VerifyError.class);
54 load("dot.junit.opcodes.return_void.d.T_return_void_6", VerifyError.class);
62 load("dot.junit.opcodes.return_void.d.T_return_void_7", VerifyError.class);
  /art/compiler/optimizing/
codegen_test.cc 100 const uint16_t data[] = ZERO_REGISTER_CODE_ITEM(Instruction::RETURN_VOID);
107 Instruction::RETURN_VOID);
116 Instruction::RETURN_VOID);
124 Instruction::RETURN_VOID,
131 Instruction::RETURN_VOID,
138 Instruction::RETURN_VOID,
146 Instruction::RETURN_VOID,
158 Instruction::RETURN_VOID);
166 Instruction::RETURN_VOID);
dominator_test.cc 48 Instruction::RETURN_VOID); // Block number 1
62 Instruction::RETURN_VOID); // Block number 2
78 Instruction::RETURN_VOID); // Block number 3
94 Instruction::RETURN_VOID, // Block number 2
109 Instruction::RETURN_VOID,
116 Instruction::RETURN_VOID,
143 Instruction::RETURN_VOID, // Block number 1
163 Instruction::RETURN_VOID);
246 Instruction::RETURN_VOID); // Block number 5
pretty_printer_test.cc 44 Instruction::RETURN_VOID);
71 Instruction::RETURN_VOID);
92 Instruction::RETURN_VOID);
112 Instruction::RETURN_VOID,
119 Instruction::RETURN_VOID,
126 Instruction::RETURN_VOID,
165 Instruction::RETURN_VOID,
195 Instruction::RETURN_VOID);
242 Instruction::RETURN_VOID);
linearize_test.cc 78 Instruction::RETURN_VOID);
101 Instruction::RETURN_VOID,
127 Instruction::RETURN_VOID,
160 Instruction::RETURN_VOID);
187 Instruction::RETURN_VOID,
ssa_test.cc 126 Instruction::RETURN_VOID);
251 Instruction::RETURN_VOID);
464 Instruction::RETURN_VOID);
494 Instruction::RETURN_VOID);
533 Instruction::RETURN_VOID);
find_loops_test.cc 44 Instruction::RETURN_VOID);
146 Instruction::RETURN_VOID);
liveness_test.cc 89 Instruction::RETURN_VOID);
279 Instruction::RETURN_VOID);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/
T_return_void_1.d 16 .class public dot.junit.opcodes.return_void.d.T_return_void_1
34 invoke-static {}, dot/junit/opcodes/return_void/d/T_return_void_1/test()V
T_return_void_3.d 16 .class public dot.junit.opcodes.return_void.d.T_return_void_3
42 invoke-direct {v0}, dot/junit/opcodes/return_void/d/T_return_void_3/test()V
T_return_void_1.java 17 package dot.junit.opcodes.return_void.d;
T_return_void_3.java 17 package dot.junit.opcodes.return_void.d;
T_return_void_5.d 16 .class public dot.junit.opcodes.return_void.d.T_return_void_5
T_return_void_7.d 16 .class public dot.junit.opcodes.return_void.d.T_return_void_7
T_return_void_6.d 16 .class public dot.junit.opcodes.return_void.d.T_return_void_6
  /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/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CustomMethodInlineTableTest.java 60 new ImmutableInstruction10x(Opcode.RETURN_VOID));
87 new ImmutableInstruction10x(Opcode.RETURN_VOID));
114 new ImmutableInstruction10x(Opcode.RETURN_VOID));
  /art/compiler/dex/
dex_to_dex_compiler.cc 103 case Instruction::RETURN_VOID:
157 DCHECK(inst->Opcode() == Instruction::RETURN_VOID);
167 // Replace RETURN_VOID by RETURN_VOID_BARRIER.
global_value_numbering.cc 111 (bb->last_mir_insn->dalvikInsn.opcode == Instruction::RETURN_VOID ||
  /external/smali/dexlib2/src/main/ragel/
Opcodes.rl 15 define return_void 14
SyntheticAccessorFSM.rl 169 invoke_accessor = invoke (return_void | (any_move_result return_something)) @ {
  /art/runtime/quick/
inline_method_analyser.cc 100 case Instruction::RETURN_VOID:
273 if (return_opcode != Instruction::RETURN_VOID) {

Completed in 492 milliseconds

1 2 3