Searched refs:CONST_HIGH16 (Results 1 – 12 of 12) 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 | 411 Instruction::CONST_HIGH16 | 0 << 8, 0x4120, // const/high16 v0, #float 10.0 // #41200000 in TEST_F() 415 Instruction::CONST_HIGH16 | 5 << 8, 0x3f80, // const/high16 v5, #float 1.0 // #3f800000 in TEST_F()
|
D | instruction_builder.cc | 1200 case Instruction::CONST_HIGH16: in HasTrivialClinit() 2129 case Instruction::CONST_HIGH16: { in ProcessDexInstruction()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 469 case Instruction::CONST_HIGH16: in AnalyseMethodCode() 558 if (instruction->Opcode() == Instruction::CONST_HIGH16) { in AnalyseConstMethod()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 190 if (Opcode() == CONST_HIGH16) { in DumpString()
|
D | dex_instruction_list.h | 43 …V(0x15, CONST_HIGH16, "const/high16", k21h, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRe…
|
/art/tools/veridex/ |
D | flow_analysis.cc | 258 case Instruction::CONST_HIGH16: { in ProcessDexInstruction()
|
/art/dexdump/ |
D | dexdump.cc | 1006 if (pDecInsn->Opcode() == Instruction::CONST_HIGH16) { in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 900 if (dec_insn->Opcode() == Instruction::CONST_HIGH16) { in DumpInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 662 ALWAYS_INLINE void CONST_HIGH16() REQUIRES_SHARED(Locks::mutator_lock_) { in CONST_HIGH16() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2262 case Instruction::CONST_HIGH16: { in CodeFlowVerifyInstruction()
|