Home
last modified time | relevance | path

Searched refs:RETURN_VOID (Results 1 – 20 of 20) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DMethodAnalyzerTest.java70 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingEqz_art()
73 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingEqz_art()
101 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingEqz_dalvik()
104 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingEqz_dalvik()
133 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingNez_art()
136 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingNez_art()
164 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingNez_dalvik()
167 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingNez_dalvik()
197 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingAfterMove_art()
200 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingAfterMove_art()
[all …]
DCustomMethodInlineTableTest.java62 new ImmutableInstruction10x(Opcode.RETURN_VOID)); in testCustomMethodInlineTable_Virtual()
91 new ImmutableInstruction10x(Opcode.RETURN_VOID)); in testCustomMethodInlineTable_Static()
120 new ImmutableInstruction10x(Opcode.RETURN_VOID)); in testCustomMethodInlineTable_Direct()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DFixGotoTest.java29 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testFixGotoToGoto16()
52 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testFixGotoToGoto32()
75 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testFixGoto16ToGoto32()
111 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testFixGotoCascading()
DFixOffsetsTest.java91 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testFixOffsets()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DJumboStringConversionTest.java72 methodBuilder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testJumboStringConversion()
119 Assert.assertEquals(Opcode.RETURN_VOID, instructions.get(66000).getOpcode()); in testJumboStringConversion()
151 instructions.add(new ImmutableInstruction10x(Opcode.RETURN_VOID)); in testJumboStringConversion_NonMethodBuilder()
216 Assert.assertEquals(Opcode.RETURN_VOID, actualInstructions.get(66000).getOpcode()); in testJumboStringConversion_NonMethodBuilder()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/WebAssembly/
Dint-type-register-class-name.mir12 RETURN_VOID implicit-def dead $arguments
Dtyped-immediate-operand-invalid0.mir12 RETURN_VOID implicit-def dead $arguments
Dtyped-immediate-operand-invalid1.mir12 RETURN_VOID implicit-def dead $arguments
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td86 def RETURN_VOID : I<(outs), (ins), [(WebAssemblyreturn)], "return">;
88 // This is to RETURN_VOID what FALLTHROUGH_RETURN_#vt is to RETURN_#vt.
DWebAssemblyPeephole.cpp189 case WebAssembly::RETURN_VOID: in runOnMachineFunction()
DWebAssemblyFastISel.cpp1118 TII.get(WebAssembly::RETURN_VOID)); in selectRet()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dexplicit-locals.mir22 RETURN_VOID implicit-def dead $arguments
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliInstructionTest.java58 Assert.assertEquals(Opcode.RETURN_VOID, instructionElement.getOpcode()); in testSingleInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td129 defm RETURN_VOID : NRI<(outs), (ins), [(WebAssemblyreturn)], "return", 0x0f>;
131 // This is to RETURN_VOID what FALLTHROUGH_RETURN_#vt is to RETURN_#vt.
DWebAssemblyPeephole.cpp200 case WebAssembly::RETURN_VOID: in runOnMachineFunction()
DWebAssemblyFastISel.cpp1269 TII.get(WebAssembly::RETURN_VOID)); in selectRet()
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java125 Assert.assertEquals(Opcode.RETURN_VOID, instruction.getOpcode()); in testSmalideaMethod()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java829 addInstruction(new PlainInsn(Rops.RETURN_VOID, sourcePosition, null, in returnVoid()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java633 case RETURN_VOID:
1152 Instruction10x deodexedInstruction = new ImmutableInstruction10x(Opcode.RETURN_VOID);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java58 RETURN_VOID(0x0e, "return-void", ReferenceType.NONE, Format.Format10x), enumConstant