Searched refs:CONST_HIGH16 (Results 1 – 11 of 11) 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/compiler/optimizing/ |
D | scheduler_test.cc | 391 Instruction::CONST_HIGH16 | 0 << 8, 0x4120, // const/high16 v0, #float 10.0 // #41200000 in TEST_F() 395 Instruction::CONST_HIGH16 | 5 << 8, 0x3f80, // const/high16 v5, #float 1.0 // #3f800000 in TEST_F()
|
D | instruction_builder.cc | 1836 case Instruction::CONST_HIGH16: { in ProcessDexInstruction()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 467 case Instruction::CONST_HIGH16: in AnalyseMethodCode() 556 if (instruction->Opcode() == Instruction::CONST_HIGH16) { in AnalyseConstMethod()
|
/art/runtime/ |
D | dex_instruction.cc | 170 if (Opcode() == CONST_HIGH16) { in DumpString()
|
D | dex_instruction_list.h | 43 …V(0x15, CONST_HIGH16, "const/high16", k21h, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRe…
|
/art/dexdump/ |
D | dexdump.cc | 1018 if (pDecInsn->Opcode() == Instruction::CONST_HIGH16) { in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 943 if (dec_insn->Opcode() == Instruction::CONST_HIGH16) { in DumpInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 420 case Instruction::CONST_HIGH16: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2279 case Instruction::CONST_HIGH16: { in CodeFlowVerifyInstruction()
|