Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java47 CONST_STRING_JUMBO, enumConstant
DCodeItem.java152 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in incrementIndex()
DInstruction.java347 addOpcodeInfo(Opcode.CONST_STRING_JUMBO, "const-string/jumbo", 0x1b, new Format31c()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java217 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in getInstructionOutputType()
/art/libdexfile/dex/
Ddex_instruction.cc345 if (Opcode() == CONST_STRING_JUMBO) { in DumpString()
Ddex_instruction_list.h49 …V(0x1B, CONST_STRING_JUMBO, "const-string/jumbo", k31c, kIndexStringRef, kContinue | kThrow, 0, kV…
/art/dexlayout/
Ddexlayout_test.cc705 Instruction::CONST_STRING_JUMBO); in TEST_F()
/art/tools/veridex/
Dflow_analysis.cc301 case Instruction::CONST_STRING_JUMBO: { in ProcessDexInstruction()
/art/compiler/driver/
Dcompiler_driver.cc797 case Instruction::CONST_STRING_JUMBO: { in ResolveConstStrings()
2438 } else if (inst->Opcode() == Instruction::CONST_STRING_JUMBO) { in InternStrings()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc522 case Instruction::CONST_STRING_JUMBO: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2895 case Instruction::CONST_STRING_JUMBO: { in ProcessDexInstruction()
/art/oatdump/
Doatdump.cc1022 case Instruction::CONST_STRING_JUMBO: { in WalkCodeItem()