Home
last modified time | relevance | path

Searched refs:CONST_HIGH16 (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java41 CONST_HIGH16, enumConstant
DInstruction.java341 addOpcodeInfo(Opcode.CONST_HIGH16, "const/high16", 0x15, new Format21h()); in addOpcodeInfo() argument
/art/runtime/quick/
Dinline_method_analyser.cc102 case Instruction::CONST_HIGH16: in AnalyseMethodCode()
180 if (instruction->Opcode() == Instruction::CONST_HIGH16) { in AnalyseConstMethod()
/art/compiler/dex/
Dlocal_value_numbering_test.cc876 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()
Dlocal_value_numbering.cc1215 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()
Dtype_inference.cc739 case Instruction::CONST_HIGH16: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1204 case Instruction::CONST_HIGH16: in RecordMIR()
Dmir_optimization.cc83 case Instruction::CONST_HIGH16: in DoConstantPropagation()
Dmir_graph.cc2288 case Instruction::CONST_HIGH16: in GetConstant()
/art/runtime/
Ddex_instruction.cc169 if (Opcode() == CONST_HIGH16) { in DumpString()
Ddex_instruction_list.h42 …V(0x15, CONST_HIGH16, "const/high16", k21h, true, kNone, kContinue | kRegBFieldOrConstant, kVerify…
/art/compiler/dex/quick/
Dquick_compiler.cc159 Instruction::CONST_HIGH16,
Dmir_to_lir.cc588 case Instruction::CONST_HIGH16: in CompileDalvikInstruction()
/art/compiler/optimizing/
Dbuilder.cc1343 case Instruction::CONST_HIGH16: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc379 HANDLE_INSTRUCTION_START(CONST_HIGH16) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc281 case Instruction::CONST_HIGH16: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1848 case Instruction::CONST_HIGH16: { in CodeFlowVerifyInstruction()