Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h140 kIndexMethodHandleRef, // constant method handle reference index enumerator
Ddex_instruction_list.h276 …V(0xFE, CONST_METHOD_HANDLE, "const-method-handle", k21c, kIndexMethodHandleRef, kContinue | kThro…
/art/dexdump/
Ddexdump.cc923 case Instruction::kIndexMethodHandleRef: in indexString()