Searched refs:CONST_STRING (Results 1 – 19 of 19) sorted by relevance
/art/test/418-const-string/ |
D | info.txt | 1 Small test case for testing CONST_STRING.
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format21c.java | 67 if (info.opcode == Opcode.CONST_STRING) { in getPoolIndexKind()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NonsenseStringPrinter.java | 123 constStringInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_STRING); in applyMutation()
|
D | ValuePrinter.java | 217 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 46 CONST_STRING, enumConstant
|
D | CodeItem.java | 152 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in incrementIndex()
|
D | Instruction.java | 346 addOpcodeInfo(Opcode.CONST_STRING, "const-string", 0x1a, new Format21c()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 73 case Instruction::CONST_STRING: { in CollectAccesses()
|
D | flow_analysis.cc | 324 case Instruction::CONST_STRING: { in ProcessDexInstruction()
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 292 case Instruction::CONST_STRING: in ProcessCodeItem() 298 new_opcode = Instruction::CONST_STRING; in ProcessCodeItem()
|
D | dexanalyze_experiments.cc | 323 case Instruction::CONST_STRING: { in ProcessDexFile()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 595 case Instruction::CONST_STRING: in NterpLoadObject() 599 (inst->Opcode() == Instruction::CONST_STRING) in NterpLoadObject()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 202 case CONST_STRING: in DumpString()
|
D | dex_instruction_list.h | 48 …V(0x1A, CONST_STRING, "const-string", k21c, kIndexStringRef, kContinue | kThrow, 0, kVerifyRegA | …
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 596 case Instruction::CONST_STRING: in ResolveConstStrings() 598 dex::StringIndex string_index((inst->Opcode() == Instruction::CONST_STRING) in ResolveConstStrings() 2360 if (inst->Opcode() == Instruction::CONST_STRING) { in InternStrings()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 554 HANDLER_ATTRIBUTES bool CONST_STRING() { in CONST_STRING() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1406 case Instruction::CONST_STRING: in HasTrivialClinit() 3471 case Instruction::CONST_STRING: { in ProcessDexInstruction()
|
/art/runtime/ |
D | thread.cc | 4207 } else if (inst->Opcode() == Instruction::CONST_STRING || in SweepInterpreterCache()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2303 case Instruction::CONST_STRING: in CodeFlowVerifyInstruction()
|