Searched refs:kIndexStringRef (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 48 …V(0x1A, CONST_STRING, "const-string", k21c, kIndexStringRef, kContinue | kThrow, 0, kVerifyRegA | … 49 …V(0x1B, CONST_STRING_JUMBO, "const-string/jumbo", k31c, kIndexStringRef, kContinue | kThrow, 0, kV…
|
D | dex_instruction.h | 133 kIndexStringRef, // string reference index enumerator
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 1068 case Instruction::kIndexStringRef: in GetIdFromInstruction()
|
D | dexlayout.cc | 414 case Instruction::kIndexStringRef: in IndexString()
|
/art/dexdump/ |
D | dexdump.cc | 858 case Instruction::kIndexStringRef: in indexString()
|