| /external/javassist/src/main/javassist/bytecode/analysis/ | 
| Analyzer.java | 90     private Subroutine[] subroutines; 174         Subroutine subroutine = subroutines[pos];  local
 177             executor.execute(method, pos, iter, frame, subroutine);
 189             mergeRet(queue, iter, pos, frame, subroutine);
 306     private void mergeJsr(IntQueue queue, Frame frame, Subroutine sub, int pos, int next) throws BadBytecode {
 308             throw new BadBytecode("No subroutine at jsr target! [pos = " + pos + "]");
 318                 // Skip everything accessed by a subroutine, mergeRet must handle this
 361     private void mergeRet(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine) throws BadBytecode
 [all...]
 | 
| Executor.java | 55      * Execute the instruction, modeling the effects on the specified frame and subroutine. 56      * If a subroutine is passed, the access flags will be modified if this instruction accesses
 63      * @param subroutine the optional subroutine this instruction belongs to.
 66     public void execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBytecode {
 114                 evalLoad(Type.INTEGER, iter.byteAt(pos + 1), frame, subroutine);
 117                 evalLoad(Type.LONG, iter.byteAt(pos + 1), frame, subroutine);
 120                 evalLoad(Type.FLOAT, iter.byteAt(pos + 1), frame, subroutine);
 123                 evalLoad(Type.DOUBLE, iter.byteAt(pos + 1), frame, subroutine);
 [all...]
 | 
| /external/elfutils/src/ | 
| addr2line.c | 354 	     own line.  Just print the first subroutine name.  */ 747 	  Dwarf_Die subroutine;  local
 750 			dieoff, &subroutine);  local
 754 	  nscopes = dwarf_getscopes_die (&subroutine, &scopes);
 
 | 
| /dalvik/dx/src/com/android/dx/cf/code/ | 
| Ropper.java | 116      * {@code non-null;} list of subroutine-nest labels 137     private final Subroutine[] subroutines;
 223     private class Subroutine {
 224         /** list of all blocks that jsr to this subroutine */
 226         /** List of all blocks that return from this subroutine */
 228         /** first block in this subroutine */
 234          * @param startBlock First block of the subroutine.
 236         Subroutine(int startBlock) {
 246          * @param startBlock First block of the subroutine.
 248          * subroutine
 1570  Subroutine subroutine;  local
 1698  Subroutine subroutine = subroutines[i];  local
 [all...]
 | 
| /external/jarjar/lib/ | 
| asm-commons-4.0.jar |  | 
| /external/owasp/sanitizer/tools/findbugs/lib/ | 
| asm-commons-3.3.jar |  | 
| /prebuilts/misc/common/asm/ | 
| asm-commons-5.2.jar |  | 
| /prebuilts/misc/common/robolectric/lib/ | 
| asm-commons-5.0.1.jar |  | 
| /prebuilts/tools/common/asm-tools/ | 
| asm-commons-4.0.jar |  | 
| asm-debug-all-4.0.jar |  | 
| /prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/ | 
| asm-commons-3.3.jar |  | 
| /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.1/ | 
| asm-commons-5.0.1.jar |  | 
| /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.3/ | 
| asm-commons-5.0.3.jar |  | 
| /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.4/ | 
| asm-commons-5.0.4.jar |  | 
| /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.2/ | 
| asm-commons-5.2.jar |  | 
| /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-commons/5.0.4/ | 
| asm-commons-5.0.4.jar |  | 
| /external/jacoco/ | 
| asm-debug-all-5.0.1.jar |  | 
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/ | 
| asm-debug-all-4.0.jar |  | 
| /prebuilts/misc/common/jacoco/lib/ | 
| asm-debug-all-5.0.1.jar |  | 
| jacocoagent.jar |  | 
| /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/ | 
| asm-debug-all-5.0.1.jar |  | 
| /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/ | 
| asm-debug-all-5.0.2.jar |  | 
| /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/ | 
| asm-debug-all-5.0.4.jar |  | 
| /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/ | 
| asm-debug-all-5.1.jar |  | 
| /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.1/ | 
| asm-debug-all-5.0.1.jar |  |