Home
last modified time | relevance | path

Searched refs:CONST_STRING_JUMBO (Results 1 – 17 of 17) 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/tools/dexanalyze/
Ddexanalyze_bytecode.cc293 case Instruction::CONST_STRING_JUMBO: { in ProcessCodeItem()
294 const bool is_jumbo = opcode == Instruction::CONST_STRING_JUMBO; in ProcessCodeItem()
Ddexanalyze_experiments.cc371 case Instruction::CONST_STRING_JUMBO: { in ProcessDexFile()
/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/runtime/interpreter/mterp/
Dnterp.cc480 case Instruction::CONST_STRING_JUMBO: { in NterpLoadObject()
/art/dexlayout/
Ddexlayout_test.cc692 Instruction::CONST_STRING_JUMBO); in TEST_F()
/art/tools/veridex/
Dflow_analysis.cc309 case Instruction::CONST_STRING_JUMBO: { in ProcessDexInstruction()
/art/dex2oat/driver/
Dcompiler_driver.cc726 case Instruction::CONST_STRING_JUMBO: { in ResolveConstStrings()
2450 } else if (inst->Opcode() == Instruction::CONST_STRING_JUMBO) { in InternStrings()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h605 HANDLER_ATTRIBUTES bool CONST_STRING_JUMBO() { in CONST_STRING_JUMBO() function
/art/compiler/optimizing/
Dinstruction_builder.cc1285 case Instruction::CONST_STRING_JUMBO: in HasTrivialClinit()
3324 case Instruction::CONST_STRING_JUMBO: { in ProcessDexInstruction()
/art/dex2oat/
Ddex2oat_test.cc2334 Instruction::CONST_STRING_JUMBO); in TEST_F()
/art/runtime/
Dthread.cc4073 inst->Opcode() == Instruction::CONST_STRING_JUMBO) { in SweepInterpreterCache()
/art/runtime/verifier/
Dmethod_verifier.cc2315 case Instruction::CONST_STRING_JUMBO: in CodeFlowVerifyInstruction()