Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h119 kIndexMethodHandleRef, // constant method handle reference index enumerator
Ddex_instruction_list.h280 …V(0xFE, CONST_METHOD_HANDLE, "const-method-handle", k21c, kIndexMethodHandleRef, kContinue | kThro…
/tools/dexter/slicer/
Dcode_ir.cc645 case dex::kIndexMethodHandleRef: in GetIndexedOperand()
Dreader.cc987 case dex::kIndexMethodHandleRef: in ParseInstructions()
Dwriter.cc945 case dex::kIndexMethodHandleRef: { in WriteInstructions()