Searched refs:CONST_16 (Results 1 – 11 of 11) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RegisterClobber.java | 91 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_16); in applyMutation()
|
D | NewArrayLengthChanger.java | 131 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_16); in applyMutation()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 39 CONST_16, enumConstant
|
D | Instruction.java | 339 addOpcodeInfo(Opcode.CONST_16, "const/16", 0x13, new Format21s()); in addOpcodeInfo() argument
|
/art/compiler/optimizing/ |
D | scheduler_test.cc | 413 Instruction::CONST_16 | 5 << 8, 0x000a, // const/16 v5, #int 10 in TEST_F()
|
D | instruction_builder.cc | 1198 case Instruction::CONST_16: in HasTrivialClinit() 2115 case Instruction::CONST_16: { in ProcessDexInstruction()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 244 case Instruction::CONST_16: { in ProcessDexInstruction()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 468 case Instruction::CONST_16: in AnalyseMethodCode()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 41 V(0x13, CONST_16, "const/16", k21s, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRegA) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 642 ALWAYS_INLINE void CONST_16() REQUIRES_SHARED(Locks::mutator_lock_) { in CONST_16() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2250 case Instruction::CONST_16: { in CodeFlowVerifyInstruction()
|