Searched refs:CONST_HIGH16 (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 41 CONST_HIGH16, enumConstant
|
D | Instruction.java | 341 addOpcodeInfo(Opcode.CONST_HIGH16, "const/high16", 0x15, new Format21h()); in addOpcodeInfo() argument
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 102 case Instruction::CONST_HIGH16: in AnalyseMethodCode() 180 if (instruction->Opcode() == Instruction::CONST_HIGH16) { in AnalyseConstMethod()
|
/art/compiler/dex/ |
D | local_value_numbering_test.cc | 876 DEF_CONST(Instruction::CONST_HIGH16, 9u, 1), // Effectively 1 << 16. in TEST_F() 877 DEF_CONST(Instruction::CONST_HIGH16, 10u, 0xffff), // Effectively -1 << 16. in TEST_F() 892 DEF_CONST(Instruction::CONST_HIGH16, 24u, 1), // Effectively 1 << 16. in TEST_F() 893 DEF_CONST(Instruction::CONST_HIGH16, 25u, 0xffff), // Effectively -1 << 16. in TEST_F()
|
D | local_value_numbering.cc | 1215 Instruction::Code op = raw_dest.fp ? Instruction::CONST_HIGH16 : Instruction::CONST; in HandleConst() 1224 Instruction::Code op = raw_dest.fp ? Instruction::CONST_HIGH16 : Instruction::CONST; in HandleConstWide() 1693 case Instruction::CONST_HIGH16: in GetValueNumber()
|
D | type_inference.cc | 739 case Instruction::CONST_HIGH16: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1204 case Instruction::CONST_HIGH16: in RecordMIR()
|
D | mir_optimization.cc | 83 case Instruction::CONST_HIGH16: in DoConstantPropagation()
|
D | mir_graph.cc | 2288 case Instruction::CONST_HIGH16: in GetConstant()
|
/art/runtime/ |
D | dex_instruction.cc | 169 if (Opcode() == CONST_HIGH16) { in DumpString()
|
D | dex_instruction_list.h | 42 …V(0x15, CONST_HIGH16, "const/high16", k21h, true, kNone, kContinue | kRegBFieldOrConstant, kVerify…
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 159 Instruction::CONST_HIGH16,
|
D | mir_to_lir.cc | 588 case Instruction::CONST_HIGH16: in CompileDalvikInstruction()
|
/art/compiler/optimizing/ |
D | builder.cc | 1343 case Instruction::CONST_HIGH16: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 379 HANDLE_INSTRUCTION_START(CONST_HIGH16) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 281 case Instruction::CONST_HIGH16: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1848 case Instruction::CONST_HIGH16: { in CodeFlowVerifyInstruction()
|