Searched refs:CONST_16 (Results 1 – 17 of 17) sorted by relevance
/art/compiler/dex/ |
D | local_value_numbering_test.cc | 870 DEF_CONST(Instruction::CONST_16, 3u, 1 << 4), in TEST_F() 871 DEF_CONST(Instruction::CONST_16, 4u, -1 << 4), in TEST_F() 872 DEF_CONST(Instruction::CONST_16, 5u, (1 << 4) + 1), in TEST_F() 873 DEF_CONST(Instruction::CONST_16, 6u, (1 << 4) - 1), in TEST_F() 874 DEF_CONST(Instruction::CONST_16, 7u, -(1 << 4) + 1), in TEST_F() 875 DEF_CONST(Instruction::CONST_16, 8u, -(1 << 4) - 1), in TEST_F() 886 DEF_CONST(Instruction::CONST_16, 18u, 1 << 4), in TEST_F() 887 DEF_CONST(Instruction::CONST_16, 19u, -1 << 4), in TEST_F() 888 DEF_CONST(Instruction::CONST_16, 20u, (1 << 4) + 1), in TEST_F() 889 DEF_CONST(Instruction::CONST_16, 21u, (1 << 4) - 1), in TEST_F() [all …]
|
D | mir_optimization.cc | 79 case Instruction::CONST_16: in DoConstantPropagation() 215 case Instruction::CONST_16: in SelectKind()
|
D | type_inference.cc | 737 case Instruction::CONST_16: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1202 case Instruction::CONST_16: in RecordMIR()
|
D | local_value_numbering.cc | 1698 case Instruction::CONST_16: in GetValueNumber()
|
D | mir_graph.cc | 2282 case Instruction::CONST_16: in GetConstant()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 39 CONST_16, enumConstant
|
D | Instruction.java | 339 addOpcodeInfo(Opcode.CONST_16, "const/16", 0x13, new Format21s()); in addOpcodeInfo() argument
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 101 case Instruction::CONST_16: in AnalyseMethodCode()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 157 Instruction::CONST_16,
|
D | mir_to_lir.cc | 584 case Instruction::CONST_16: in CompileDalvikInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 40 V(0x13, CONST_16, "const/16", k21s, true, kNone, kContinue | kRegBFieldOrConstant, kVerifyRegA) \
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 164 case Instruction::CONST_16: in InexpensiveConstantInt()
|
/art/compiler/optimizing/ |
D | builder.cc | 1329 case Instruction::CONST_16: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 357 HANDLE_INSTRUCTION_START(CONST_16) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 259 case Instruction::CONST_16: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1836 case Instruction::CONST_16: { in CodeFlowVerifyInstruction()
|