Home
last modified time | relevance | path

Searched refs:kIndexStringRef (Results 1 – 5 of 5) 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.h133 kIndexStringRef, // string reference index enumerator
/art/dexlayout/
Ddex_ir_builder.cc1068 case Instruction::kIndexStringRef: in GetIdFromInstruction()
Ddexlayout.cc414 case Instruction::kIndexStringRef: in IndexString()
/art/dexdump/
Ddexdump.cc858 case Instruction::kIndexStringRef: in indexString()