Home
last modified time | relevance | path

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

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