Home
last modified time | relevance | path

Searched refs:kIndexProtoRef (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.h140 kIndexProtoRef, // prototype reference index enumerator
Ddex_instruction_list.h277 …V(0xFF, CONST_METHOD_TYPE, "const-method-type", k21c, kIndexProtoRef, kContinue | kThrow, 0, kVeri…
/art/dexdump/
Ddexdump.cc888 case Instruction::kIndexProtoRef: in indexString()