Home
last modified time | relevance | path

Searched refs:CONST_WIDE_HIGH16 (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_utils.h55 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()
H A Ddex_instruction_list.h47 …V(0x19, CONST_WIDE_HIGH16, "const-wide/high16", k21h, kIndexNone, kContinue, kRegBFieldOrConstant,…
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java45 CONST_WIDE_HIGH16, enumConstant
H A DInstruction.java345 addOpcodeInfo(Opcode.CONST_WIDE_HIGH16, "const-wide/high16", 0x19, new Format21h()); in addOpcodeInfo() argument
/aosp12/art/compiler/dex/
H A Dinline_method_analyser.cc478 case Instruction::CONST_WIDE_HIGH16: in AnalyseMethodCode()
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc291 case Instruction::CONST_WIDE_HIGH16: { in ProcessDexInstruction()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h549 HANDLER_ATTRIBUTES bool CONST_WIDE_HIGH16() { in CONST_WIDE_HIGH16() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc1405 case Instruction::CONST_WIDE_HIGH16: in HasTrivialClinit()
2651 case Instruction::CONST_WIDE_HIGH16: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2296 case Instruction::CONST_WIDE_HIGH16: { in CodeFlowVerifyInstruction()