Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h131 kIndexStringRef, // string reference index enumerator
Ddex_instruction_list.h48 …V(0x1A, CONST_STRING, "const-string", k21c, kIndexStringRef, kContinue | kThrow, kVerifyRegA | kVe…
49 …V(0x1B, CONST_STRING_JUMBO, "const-string/jumbo", k31c, kIndexStringRef, kContinue | kThrow, kVeri…
/art/dexlayout/
Ddex_ir.cc174 case Instruction::kIndexStringRef: in GetIdFromInstruction()
Ddexlayout.cc423 case Instruction::kIndexStringRef: in IndexString()
/art/dexdump/
Ddexdump.cc844 case Instruction::kIndexStringRef: in indexString()