/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 38 /** {@code null-ok;} stack of labels of subroutines that this block is nested in */ 39 private final IntList subroutines; field in class:Frame 56 * @param subroutines {@code non-null;} list of subroutine start labels for 57 * subroutines this frame is nested in 60 ExecutionStack stack, IntList subroutines) { 69 subroutines.throwIfMutable(); 73 this.subroutines = subroutines; 98 return new Frame(locals.copy(), stack.copy(), subroutines); 107 // "subroutines" is always immutabl [all...] |
Ropper.java | 134 * {@code non-null;} list of subroutines indexed by label of start 136 private final Subroutine[] subroutines; field in class:Ropper 138 /** true if {@code subroutines} is non-empty */ 219 * Keeps track of subroutines that exist in java form and are inlined in 383 this.subroutines = new Subroutine[maxLabel]; 582 * @param subroutines {@code non-null;} subroutine label list 585 private void addBlock(BasicBlock block, IntList subroutines) { 591 subroutines.throwIfMutable(); 592 resultSubroutines.add(subroutines); 601 * @param subroutines {@code non-null;} subroutine label lis [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
SubroutineScanner.java | 30 * Discovers the subroutines in a method, and tracks all callers. 36 private Subroutine[] subroutines; field in class:SubroutineScanner 45 subroutines = new Subroutine[code.getCodeLength()]; 56 scan(handler, iter, subroutines[exceptions.startPc(i)]); 59 return subroutines; 82 subroutines[pos] = sub;
|
Analyzer.java | 90 private Subroutine[] subroutines; field in class:Analyzer 136 subroutines = scanner.scan(method); 174 Subroutine subroutine = subroutines[pos]; 195 mergeJsr(queue, frames[pos], subroutines[target], pos, lookAhead(iter, pos));
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
Analyzer.java | 68 private Subroutine[] subroutines;
field in class:Analyzer 109 subroutines = new Subroutine[n];
146 if (subroutines[i] != null && subroutines[i].start == null) {
147 subroutines[i] = null;
175 Subroutine subroutine = subroutines[insn];
241 subroutines[call],
307 if (subroutines[insn] != null) {
310 subroutines[insn] = sub.copy();
453 Subroutine oldSubroutine = subroutines[insn]; [all...] |
/external/chromium_org/tools/win/ |
copy-installer.bat | 87 REM All labels henceforth are subroutines intended to be invoked by CALL.
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
asm-analysis-3.3.jar | |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodWriter.java | 331 * The number of subroutines in this method.
333 private int subroutines;
field in class:MethodWriter 874 ++subroutines;
[all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm.h | 274 GLuint subroutines[BRW_WM_MAX_SUBROUTINE]; member in struct:brw_wm_compile
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm.h | 274 GLuint subroutines[BRW_WM_MAX_SUBROUTINE]; member in struct:brw_wm_compile
|
/prebuilts/devtools/tools/lib/ |
asm-analysis-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-analysis-4.0.jar | |
asm-debug-all-4.0.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/ |
asm-analysis-4.0.jar | |
/external/eigen/blas/testing/ |
cblat2.f | 105 * .. External Subroutines .. 222 * Read names of subroutines and flags which indicate 445 * .. External Subroutines .. 613 * See what data changed inside subroutines. 789 * .. External Subroutines .. [all...] |
dblat2.f | 101 * .. External Subroutines .. 217 * Read names of subroutines and flags which indicate 435 * .. External Subroutines .. 603 * See what data changed inside subroutines. 775 * .. External Subroutines .. [all...] |
dblat3.f | 79 * .. External Subroutines .. 164 * Read names of subroutines and flags which indicate 398 * .. External Subroutines .. 539 * See what data changed inside subroutines. 679 * .. External Subroutines .. 805 * See what data changed inside subroutines. [all...] |
sblat2.f | 101 * .. External Subroutines .. 217 * Read names of subroutines and flags which indicate 435 * .. External Subroutines .. 603 * See what data changed inside subroutines. 775 * .. External Subroutines .. [all...] |
sblat3.f | 79 * .. External Subroutines .. 164 * Read names of subroutines and flags which indicate 398 * .. External Subroutines .. 539 * See what data changed inside subroutines. 679 * .. External Subroutines .. 805 * See what data changed inside subroutines. [all...] |
zblat2.f | 106 * .. External Subroutines .. 223 * Read names of subroutines and flags which indicate 447 * .. External Subroutines .. 615 * See what data changed inside subroutines. 792 * .. External Subroutines .. [all...] |
cblat3.f | 85 * .. External Subroutines .. 171 * Read names of subroutines and flags which indicate 412 * .. External Subroutines .. 553 * See what data changed inside subroutines. 697 * .. External Subroutines .. 828 * See what data changed inside subroutines. [all...] |
zblat3.f | 86 * .. External Subroutines .. 172 * Read names of subroutines and flags which indicate 413 * .. External Subroutines .. 554 * See what data changed inside subroutines. 698 * .. External Subroutines .. 829 * See what data changed inside subroutines. [all...] |
/prebuilts/sdk/tools/darwin/lib/ |
dx.jar | |
/prebuilts/sdk/tools/lib/ |
dx.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/ |
asm-debug-all-4.0.jar | |