Searched refs:CONST_STRING_JUMBO (Results 1 – 17 of 17) 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/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 293 case Instruction::CONST_STRING_JUMBO: { in ProcessCodeItem() 294 const bool is_jumbo = opcode == Instruction::CONST_STRING_JUMBO; in ProcessCodeItem()
|
D | dexanalyze_experiments.cc | 371 case Instruction::CONST_STRING_JUMBO: { in ProcessDexFile()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 327 if (Opcode() == CONST_STRING_JUMBO) { in DumpString()
|
D | dex_instruction_list.h | 49 …V(0x1B, CONST_STRING_JUMBO, "const-string/jumbo", k31c, kIndexStringRef, kContinue | kThrow, 0, kV…
|
/art/dexlayout/ |
D | dexlayout_test.cc | 692 Instruction::CONST_STRING_JUMBO); in TEST_F()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 596 case Instruction::CONST_STRING_JUMBO: { in NterpLoadObject()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 332 case Instruction::CONST_STRING_JUMBO: { in ProcessDexInstruction()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 597 case Instruction::CONST_STRING_JUMBO: { in ResolveConstStrings() 2364 } else if (inst->Opcode() == Instruction::CONST_STRING_JUMBO) { in InternStrings()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 558 HANDLER_ATTRIBUTES bool CONST_STRING_JUMBO() { in CONST_STRING_JUMBO() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1407 case Instruction::CONST_STRING_JUMBO: in HasTrivialClinit() 3478 case Instruction::CONST_STRING_JUMBO: { in ProcessDexInstruction()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 2069 Instruction::CONST_STRING_JUMBO); in TEST_F()
|
/art/runtime/ |
D | thread.cc | 4208 inst->Opcode() == Instruction::CONST_STRING_JUMBO) { in SweepInterpreterCache()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2307 case Instruction::CONST_STRING_JUMBO: in CodeFlowVerifyInstruction()
|