Home
last modified time | relevance | path

Searched refs:CONST_16 (Results 1 – 11 of 11) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRegisterClobber.java91 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_16); in applyMutation()
DNewArrayLengthChanger.java131 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_16); in applyMutation()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java39 CONST_16, enumConstant
DInstruction.java339 addOpcodeInfo(Opcode.CONST_16, "const/16", 0x13, new Format21s()); in addOpcodeInfo() argument
/art/compiler/optimizing/
Dscheduler_test.cc440 Instruction::CONST_16 | 5 << 8, 0x000a, // const/16 v5, #int 10 in TEST_F()
Dinstruction_builder.cc1215 case Instruction::CONST_16: in HasTrivialClinit()
2137 case Instruction::CONST_16: { in ProcessDexInstruction()
/art/compiler/dex/
Dinline_method_analyser.cc468 case Instruction::CONST_16: in AnalyseMethodCode()
/art/tools/veridex/
Dflow_analysis.cc244 case Instruction::CONST_16: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h41 V(0x13, CONST_16, "const/16", k21s, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRegA) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h545 HANDLER_ATTRIBUTES bool CONST_16() { in CONST_16() function
/art/runtime/verifier/
Dmethod_verifier.cc2263 case Instruction::CONST_16: { in CodeFlowVerifyInstruction()