Searched refs:CONST_WIDE_HIGH16 (Results 1 – 9 of 9) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 55 return Instruction::CONST_4 <= opcode && opcode <= Instruction::CONST_WIDE_HIGH16; in IsInstructionDirectConst() 59 return Instruction::CONST_WIDE_16 <= opcode && opcode <= Instruction::CONST_WIDE_HIGH16; in IsInstructionConstWide()
|
D | dex_instruction_list.h | 47 …V(0x19, CONST_WIDE_HIGH16, "const-wide/high16", k21h, kIndexNone, kContinue, kRegBFieldOrConstant,…
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 45 CONST_WIDE_HIGH16, enumConstant
|
D | Instruction.java | 345 addOpcodeInfo(Opcode.CONST_WIDE_HIGH16, "const-wide/high16", 0x19, new Format21h()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 268 case Instruction::CONST_WIDE_HIGH16: { in ProcessDexInstruction()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 478 case Instruction::CONST_WIDE_HIGH16: in AnalyseMethodCode()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1204 case Instruction::CONST_WIDE_HIGH16: in HasTrivialClinit() 2165 case Instruction::CONST_WIDE_HIGH16: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 687 ALWAYS_INLINE void CONST_WIDE_HIGH16() REQUIRES_SHARED(Locks::mutator_lock_) { in CONST_WIDE_HIGH16() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2290 case Instruction::CONST_WIDE_HIGH16: { in CodeFlowVerifyInstruction()
|