Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DIndexType.java39 METHOD_REF, enumConstant
DOpcodeInfo.java480 InstructionCodec.FORMAT_35C, IndexType.METHOD_REF);
484 InstructionCodec.FORMAT_35C, IndexType.METHOD_REF);
488 InstructionCodec.FORMAT_35C, IndexType.METHOD_REF);
492 InstructionCodec.FORMAT_35C, IndexType.METHOD_REF);
496 InstructionCodec.FORMAT_35C, IndexType.METHOD_REF);
500 InstructionCodec.FORMAT_3RC, IndexType.METHOD_REF);
504 InstructionCodec.FORMAT_3RC, IndexType.METHOD_REF);
508 InstructionCodec.FORMAT_3RC, IndexType.METHOD_REF);
512 InstructionCodec.FORMAT_3RC, IndexType.METHOD_REF);
516 InstructionCodec.FORMAT_3RC, IndexType.METHOD_REF);
DCodeReader.java120 case METHOD_REF: visitor = methodVisitor; break; in callVisit()