OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMethodPrototype
(Results
1 - 3
of
3
) sorted by null
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliMethod.java
99
public SmaliMethodPrototype
getMethodPrototype
() {
105
return
getMethodPrototype
().getReturnType();
110
return
getMethodPrototype
().getReturnTypeElement();
114
return
getMethodPrototype
().getParameterList();
168
int parameterRegisterCount =
getMethodPrototype
().getParameterList().getParameterRegisterCount();
SmaliClass.java
396
smaliMethod.
getMethodPrototype
().getText());
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
SmaliPositionManager.java
74
smaliMethod.
getMethodPrototype
().getText().equals(methodSignature)) {
Completed in 208 milliseconds