HomeSort by relevance Sort by last modified time
    Searched refs:subroutines (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /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 135 * {@code non-null;} list of subroutines indexed by label of start
137 private final Subroutine[] subroutines; field in class:Ropper
139 /** true if {@code subroutines} is non-empty */
220 * Keeps track of subroutines that exist in java form and are inlined in
386 this.subroutines = new Subroutine[maxLabel];
585 * @param subroutines {@code non-null;} subroutine label list
588 private void addBlock(BasicBlock block, IntList subroutines) {
594 subroutines.throwIfMutable();
595 resultSubroutines.add(subroutines);
604 * @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/mesa3d/src/compiler/glsl/
lower_subroutine.cpp 27 * lowers subroutines to an if ladder.
90 ir_function *fn = this->state->subroutines[s];
glsl_parser_extras.h 824 ir_function **subroutines; member in struct:_mesa_glsl_parse_state
glsl_parser_extras.cpp 199 this->subroutines = NULL;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-analysis/3.3.1/
asm-analysis-3.3.1.jar 
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
asm-analysis-5.0.3.jar 
asm-analysis-5.0.4.jar 
  /prebuilts/misc/common/asm/
asm-analysis-5.2.jar 
  /prebuilts/misc/common/robolectric/lib/
asm-analysis-5.0.1.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.1/
asm-analysis-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.3/
asm-analysis-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.4/
asm-analysis-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.1/
asm-analysis-5.1.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-analysis/5.0.4/
asm-analysis-5.0.4.jar 
  /external/cblas/testing/
c_cblat2.f 104 * .. External Subroutines ..
234 * Read names of subroutines and flags which indicate
510 * .. External Subroutines ..
685 * See what data changed inside subroutines.
    [all...]
c_cblat3.f 85 * .. External Subroutines ..
185 * Read names of subroutines and flags which indicate
472 * .. External Subroutines ..
614 * See what data changed inside subroutines.
802 * .. External Subroutines ..
    [all...]
c_dblat2.f 100 * .. External Subroutines ..
230 * Read names of subroutines and flags which indicate
501 * .. External Subroutines ..
676 * See what data changed inside subroutines.
    [all...]
c_dblat3.f 79 * .. External Subroutines ..
180 * Read names of subroutines and flags which indicate
459 * .. External Subroutines ..
601 * See what data changed inside subroutines.
783 * .. External Subroutines ..
    [all...]

Completed in 2491 milliseconds

1 2 3 4 5 6