Home
last modified time | relevance | path

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

/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliMethod.java99 public SmaliMethodPrototype getMethodPrototype() { in getMethodPrototype() method in SmaliMethod
105 return getMethodPrototype().getReturnType(); in getReturnType()
110 return getMethodPrototype().getReturnTypeElement(); in getReturnTypeElement()
114 return getMethodPrototype().getParameterList(); in getParameterList()
168 … int parameterRegisterCount = getMethodPrototype().getParameterList().getParameterRegisterCount(); in getParameterRegisterCount()
DSmaliClass.java402 smaliMethod.getMethodPrototype().getText()); in getLocationForSourcePosition()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliPositionManager.java81 smaliMethod.getMethodPrototype().getText().equals(methodSignature)) { in getSourcePosition()