Searched refs:CONST_STRING (Results 1 – 20 of 20) 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/compiler/dex/ |
D | local_value_numbering_test.cc | 502 DEF_CONST_STRING(Instruction::CONST_STRING, 0u, 0u), in TEST_F() 503 DEF_CONST_STRING(Instruction::CONST_STRING, 1u, 0u), in TEST_F() 504 DEF_CONST_STRING(Instruction::CONST_STRING, 2u, 2u), in TEST_F() 505 DEF_CONST_STRING(Instruction::CONST_STRING, 3u, 0u), in TEST_F() 507 DEF_CONST_STRING(Instruction::CONST_STRING, 4u, 2u), in TEST_F()
|
D | local_value_numbering.cc | 1650 case Instruction::CONST_STRING: in GetValueNumber() 1653 res = gvn_->LookupValue(Instruction::CONST_STRING, Low16Bits(mir->dalvikInsn.vB), in GetValueNumber()
|
D | type_inference.cc | 779 case Instruction::CONST_STRING: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1105 case Instruction::CONST_STRING: in RecordMIR()
|
/art/runtime/ |
D | dex_instruction.cc | 181 case CONST_STRING: in DumpString()
|
D | dex_instruction_list.h | 47 …V(0x1A, CONST_STRING, "const-string", k21c, true, kStringRef, kContinue | kThrow, kVerifyRegA | kV…
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 164 Instruction::CONST_STRING,
|
D | mir_to_lir.cc | 642 case Instruction::CONST_STRING: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1179 case Instruction::CONST_STRING: in AnalyzeMIR()
|
/art/compiler/optimizing/ |
D | builder.cc | 2184 case Instruction::CONST_STRING: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 411 HANDLE_INSTRUCTION_START(CONST_STRING) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 313 case Instruction::CONST_STRING: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1883 case Instruction::CONST_STRING: in CodeFlowVerifyInstruction()
|