Home
last modified time | relevance | path

Searched refs:dexMethodIndex (Results 1 – 2 of 2) sorted by relevance

/libcore/libart/src/main/java/java/lang/reflect/
DAbstractMethod.java67 protected int dexMethodIndex; field in AbstractMethod
142 return dexMethodIndex; in getDexMethodIndex()
162 short[] types = dex.parameterTypeIndicesFromMethodIndex(dexMethodIndex); in getParameterTypes()
185 this.dexMethodIndex == otherMethod.dexMethodIndex; in equals()
296 short[] types = dex.parameterTypeIndicesFromMethodIndex(dexMethodIndex); in equalMethodParameters()
310 short[] types = dex.parameterTypeIndicesFromMethodIndex(dexMethodIndex); in compareParameters()
/libcore/ojluni/src/main/java/java/lang/reflect/
DMethod.java105 int nameIndex = dex.nameIndexFromMethodIndex(dexMethodIndex); in getName()
148 int returnTypeIndex = dex.returnTypeIndexFromMethodIndex(dexMethodIndex); in getReturnType()