Searched refs:CONST_STRING_JUMBO (Results 1 – 11 of 11) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 47 CONST_STRING_JUMBO, enumConstant
|
D | CodeItem.java | 152 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in incrementIndex()
|
D | Instruction.java | 347 addOpcodeInfo(Opcode.CONST_STRING_JUMBO, "const-string/jumbo", 0x1b, new Format31c()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 217 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in getInstructionOutputType()
|
/art/runtime/ |
D | dex_instruction.cc | 357 if (Opcode() == CONST_STRING_JUMBO) { in DumpString()
|
D | dex_instruction_list.h | 48 …V(0x1B, CONST_STRING_JUMBO, "const-string/jumbo", k31c, true, kIndexStringRef, kContinue | kThrow,…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2595 case Instruction::CONST_STRING_JUMBO: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 452 HANDLE_INSTRUCTION_START(CONST_STRING_JUMBO) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 393 case Instruction::CONST_STRING_JUMBO: { in ExecuteSwitchImpl()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 803 case Instruction::CONST_STRING_JUMBO: { in ResolveConstStrings()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2261 case Instruction::CONST_STRING_JUMBO: in CodeFlowVerifyInstruction()
|