HomeSort by relevance Sort by last modified time
    Searched refs:dexMethodIndex (Results 1 - 2 of 2) sorted by null

  /libcore/libart/src/main/java/java/lang/reflect/
AbstractMethod.java 67 protected int dexMethodIndex;
142 return dexMethodIndex;
162 short[] types = dex.parameterTypeIndicesFromMethodIndex(dexMethodIndex);
185 this.dexMethodIndex == otherMethod.dexMethodIndex;
296 short[] types = dex.parameterTypeIndicesFromMethodIndex(dexMethodIndex);
310 short[] types = dex.parameterTypeIndicesFromMethodIndex(dexMethodIndex);
  /libcore/ojluni/src/main/java/java/lang/reflect/
Method.java 105 int nameIndex = dex.nameIndexFromMethodIndex(dexMethodIndex);
148 int returnTypeIndex = dex.returnTypeIndexFromMethodIndex(dexMethodIndex);

Completed in 133 milliseconds