HomeSort by relevance Sort by last modified time
    Searched defs:subroutines (Results 1 - 24 of 24) sorted by null

  /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 130 * {@code non-null;} list of subroutines indexed by label of start
132 private final Subroutine[] subroutines; field in class:Ropper
134 /** true if {@code subroutines} is non-empty */
138 * Keeps track of subroutines that exist in java form and are inlined in
298 this.subroutines = new Subroutine[maxLabel];
493 * @param subroutines {@code non-null;} subroutine label list
496 private void addBlock(BasicBlock block, IntList subroutines) {
502 subroutines.throwIfMutable();
503 resultSubroutines.add(subroutines);
512 * @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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 124 milliseconds