Searched refs:METHOD_REF (Results 1 – 3 of 3) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
D | IndexType.java | 39 METHOD_REF, enumConstant
|
D | OpcodeInfo.java | 480 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);
|
D | CodeReader.java | 120 case METHOD_REF: visitor = methodVisitor; break; in callVisit()
|