Home
last modified time | relevance | path

Searched defs:smaliMethod (Results 1 – 6 of 6) sorted by relevance

/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliMethodTest.java95 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testStaticRegisterCount() local
135 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testMethodParams() local
178 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testVarArgsMethod() local
241 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testGetInstructions() local
247 private void checkSourcePosition(SmaliMethod smaliMethod, int codeOffset, Opcode opcode) { in checkSourcePosition()
261 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testGetSourcePositionForCodeOffset() local
284 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testThrowsList() local
303 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testPrimitiveReturnType() local
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java92 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testSmalideaMethod() local
346 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testCatchBlocks() local
418 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testPackedSwitch() local
484 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testSparseSwitch() local
559 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testArrayData() local
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaSparseSwitchPayload.java53 SmaliMethod smaliMethod = psiInstruction.getParentMethod(); in getSwitchElements() local
DSmalideaPackedSwitchPayload.java54 SmaliMethod smaliMethod = psiInstruction.getParentMethod(); in getSwitchElements() local
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java67 SmaliMethod smaliMethod = findAncestorByClass(SmaliMethod.class); in getParentMethod() local
DSmaliMethodParameter.java154 SmaliMethod smaliMethod = findStubOrPsiAncestorOfType(SmaliMethod.class); in getParentMethod() local