Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java41 CONST_HIGH16, enumConstant
H A DInstruction.java341 addOpcodeInfo(Opcode.CONST_HIGH16, "const/high16", 0x15, new Format21h()); in addOpcodeInfo() argument
/aosp12/art/compiler/optimizing/
H A Dscheduler_test.cc440 Instruction::CONST_HIGH16 | 0 << 8, 0x4120, // const/high16 v0, #float 10.0 // #41200000 in TEST_F()
444 Instruction::CONST_HIGH16 | 5 << 8, 0x3f80, // const/high16 v5, #float 1.0 // #3f800000 in TEST_F()
H A Dinstruction_builder.cc1401 case Instruction::CONST_HIGH16: in HasTrivialClinit()
2615 case Instruction::CONST_HIGH16: { in ProcessDexInstruction()
/aosp12/art/compiler/dex/
H A Dinline_method_analyser.cc469 case Instruction::CONST_HIGH16: in AnalyseMethodCode()
558 if (instruction->Opcode() == Instruction::CONST_HIGH16) { in AnalyseConstMethod()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.cc190 if (Opcode() == CONST_HIGH16) { in DumpString()
H A Ddex_instruction_list.h43 …V(0x15, CONST_HIGH16, "const/high16", k21h, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRe…
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc281 case Instruction::CONST_HIGH16: { in ProcessDexInstruction()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h529 HANDLER_ATTRIBUTES bool CONST_HIGH16() { in CONST_HIGH16() function
/aosp12/art/dexdump/
H A Ddexdump.cc1045 if (pDecInsn->Opcode() == Instruction::CONST_HIGH16) { in dumpInstruction()
/aosp12/art/dexlayout/
H A Ddexlayout.cc901 if (dec_insn->Opcode() == Instruction::CONST_HIGH16) { in DumpInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2268 case Instruction::CONST_HIGH16: { in CodeFlowVerifyInstruction()