Home
last modified time | relevance | path

Searched refs:kIndexStringRef (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_list.h48 …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…
Ddex_instruction.h132 kIndexStringRef, // string reference index enumerator
/art/dexlayout/
Ddex_ir_builder.cc1067 case Instruction::kIndexStringRef: in GetIdFromInstruction()
/art/dexdump/
Ddexdump.cc819 case Instruction::kIndexStringRef: in indexString()