Home
last modified time | relevance | path

Searched refs:CONST_STRING (Results 1 – 20 of 20) sorted by relevance

/art/test/418-const-string/
Dinfo.txt1 Small test case for testing CONST_STRING.
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat21c.java67 if (info.opcode == Opcode.CONST_STRING) { in getPoolIndexKind()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNonsenseStringPrinter.java123 constStringInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_STRING); in applyMutation()
DValuePrinter.java217 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java46 CONST_STRING, enumConstant
DCodeItem.java152 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in incrementIndex()
DInstruction.java346 addOpcodeInfo(Opcode.CONST_STRING, "const-string", 0x1a, new Format21c()); in addOpcodeInfo() argument
/art/compiler/dex/
Dlocal_value_numbering_test.cc502 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()
Dlocal_value_numbering.cc1650 case Instruction::CONST_STRING: in GetValueNumber()
1653 res = gvn_->LookupValue(Instruction::CONST_STRING, Low16Bits(mir->dalvikInsn.vB), in GetValueNumber()
Dtype_inference.cc779 case Instruction::CONST_STRING: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1105 case Instruction::CONST_STRING: in RecordMIR()
/art/runtime/
Ddex_instruction.cc181 case CONST_STRING: in DumpString()
Ddex_instruction_list.h47 …V(0x1A, CONST_STRING, "const-string", k21c, true, kStringRef, kContinue | kThrow, kVerifyRegA | kV…
/art/compiler/dex/quick/
Dquick_compiler.cc164 Instruction::CONST_STRING,
Dmir_to_lir.cc642 case Instruction::CONST_STRING: in CompileDalvikInstruction()
Dralloc_util.cc1179 case Instruction::CONST_STRING: in AnalyzeMIR()
/art/compiler/optimizing/
Dbuilder.cc2184 case Instruction::CONST_STRING: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc411 HANDLE_INSTRUCTION_START(CONST_STRING) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc313 case Instruction::CONST_STRING: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1883 case Instruction::CONST_STRING: in CodeFlowVerifyInstruction()