Home
last modified time | relevance | path

Searched refs:CONST_4 (Results 1 – 10 of 10) sorted by relevance

/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliMethodTest.java263 checkSourcePosition(smaliMethod, 0, Opcode.CONST_4); in testGetSourcePositionForCodeOffset()
269 checkSourcePosition(smaliMethod, 18, Opcode.CONST_4); in testGetSourcePositionForCodeOffset()
DSmaliPositionManagerTest.java113 …Assert.assertEquals(Opcode.CONST_4, ((SmaliInstruction)sourcePosition.getElementAt()).getOpcode()); in testGetSourcePosition()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java50 /*02: 0x02*/ new ImmutableInstruction11n(Opcode.CONST_4, 2, 3), in testInstructionOffsetMap()
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/util/
DInstructionOffsetMapTest.java75 /*02: 0x02*/ new ImmutableInstruction11n(Opcode.CONST_4, 2, 3), in testInstructionOffsetMap()
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/tests/
Dreplace_cast_hacks_with_tf_xla_ops.mlir78 // CHECK-DAG: %[[CONST_4:.*]] = "tf.Const"() {value = dense<{{.*}}> : tensor<4x2xi32>} : () -> tens…
84 // CHECK: %[[PADV2_0:.*]] = "tf.PadV2"({{.*}}, %[[CONST_4]], %[[CONST_5]]) : (tensor<1x3x4x3xi8>, t…
164 // CHECK-DAG: %[[CONST_4:.*]] = "tf.Const"() {value = dense<0> : tensor<2x2xi32>} : () -> tensor<2x…
170 // CHECK: %[[XLACONVV2_0:.*]] = "tf.XlaConvV2"(%[[PADV2_0]], %[[CONST_2]], %[[CONST_3]], %[[CONST_4
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java130 Assert.assertEquals(Opcode.CONST_4, instruction.getOpcode()); in testSmalideaMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java62CONST_4(0x12, "const/4", ReferenceType.NONE, Format.Format11n, Opcode.CAN_CONTINUE | Opcode.SETS_R… enumConstant
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/
DOpcode.java61CONST_4(0x12, "const/4", ReferenceType.NONE, Format.Format11n, Opcode.CAN_CONTINUE | Opcode.SETS_R… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java642 case CONST_4:
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/
DMethodAnalyzer.java668 case CONST_4: