HomeSort by relevance Sort by last modified time
    Searched full:locals (Results 1 - 25 of 722) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalSnapshot.java 31 private final RegisterSpecSet locals; field in class:LocalSnapshot
38 * @param locals {@code non-null;} associated local variable state
40 public LocalSnapshot(SourcePosition position, RegisterSpecSet locals) {
43 if (locals == null) {
44 throw new NullPointerException("locals == null");
47 this.locals = locals;
53 return new LocalSnapshot(getPosition(), locals.withOffset(delta));
59 return new LocalSnapshot(getPosition(), locals);
68 return locals;
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalSnapshot.java 31 private final RegisterSpecSet locals; field in class:LocalSnapshot
38 * @param locals {@code non-null;} associated local variable state
40 public LocalSnapshot(SourcePosition position, RegisterSpecSet locals) {
43 if (locals == null) {
44 throw new NullPointerException("locals == null");
47 this.locals = locals;
53 return new LocalSnapshot(getPosition(), locals.withOffset(delta));
59 return new LocalSnapshot(getPosition(), locals);
68 return locals;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalSnapshot.java 31 private final RegisterSpecSet locals; field in class:LocalSnapshot
38 * @param locals {@code non-null;} associated local variable state
40 public LocalSnapshot(SourcePosition position, RegisterSpecSet locals) {
43 if (locals == null) {
44 throw new NullPointerException("locals == null");
47 this.locals = locals;
53 return new LocalSnapshot(getPosition(), locals.withOffset(delta));
59 return new LocalSnapshot(getPosition(), locals);
68 return locals;
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 35 private final TypeBearer[] locals; field in class:OneLocalsArray
38 * Constructs an instance. The locals array initially consists of
41 * @param maxLocals {@code >= 0;} the maximum number of locals this instance
46 locals = new TypeBearer[maxLocals];
51 OneLocalsArray result = new OneLocalsArray(locals.length);
53 System.arraycopy(locals, 0, result.locals, 0, locals.length);
60 for (int i = 0; i < locals.length; i++) {
61 TypeBearer type = locals[i]
    [all...]
Frame.java 27 * of a set of locals and a value stack, and it can be told to act on
32 /** {@code non-null;} the locals */
33 private final LocalsArray locals; field in class:Frame
44 * @param locals {@code non-null;} the locals array to use
47 private Frame(LocalsArray locals, ExecutionStack stack) {
48 this(locals, stack, IntList.EMPTY);
54 * @param locals {@code non-null;} the locals array to use
59 private Frame(LocalsArray locals,
    [all...]
LocalsArraySet.java 31 * have different locals sets for each caller.
40 * The primary LocalsArray represents the locals as seen from
42 * individual locals states.
47 * Indexed by label of caller block: the locals specific to each caller's
53 * Constructs an instance. The locals array initially consists of
56 * @param maxLocals {@code >= 0;} the maximum number of locals this instance
68 * @param primary {@code non-null;} primary locals to use
126 ex.addContext("(locals array set; primary)");
134 ex.addContext("(locals array set: primary for caller "
146 sb.append("(locals array set; primary)\n")
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Frame.java 24 private Type[] locals; field in class:Frame
33 * @param locals the number of local variable table entries
36 public Frame(int locals, int stack) {
37 this.locals = new Type[locals];
48 return locals[index];
58 locals[index] = type;
108 return locals.length;
151 Frame frame = new Frame(locals.length, stack.length);
152 System.arraycopy(locals, 0, frame.locals, 0, locals.length)
    [all...]
  /external/clang/test/CodeGen/
2002-02-16-RenamingTest.c 3 /* test that locals are renamed with . notation */
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized.js 38 { locals: {a0: 1, b0: 2}, args: { names: ["i", "x0", "y0"], values: [0, 3, 4] } },
39 { locals: {a1: 3, b1: 4}, args: { names: ["i", "x1", "y1"], values: [1, 5, 6] } },
40 { locals: {a2: 5, b2: 6}, args: { names: ["i"], values: [2] } },
41 { locals: {a3: 7, b3: 8}, args: { names: ["i", "x3", "y3", "z3"], values: [3, 9, 10, undefined] } },
42 { locals: {a4: 9, b4: 10}, args: { names: ["i", "x4", "y4"], values: [4, 11, 12] } }
59 var expected_locals = expected[i].locals;
61 // All frames except the bottom one have expected locals.
62 var locals = {};
64 locals[frame.localName(j)] = frame.localValue(j).value();
66 assertPropertiesEqual(expected_locals, locals);
    [all...]
  /dalvik/dx/tests/071-dex-java-stack-ops/
blort.j 21 .limit locals 1
28 .limit locals 1
35 .limit locals 1
42 .limit locals 1
49 .limit locals 1
56 .limit locals 1
64 .limit locals 2
71 .limit locals 2
78 .limit locals 2
85 .limit locals
    [all...]
  /external/llvm/test/Assembler/
2002-03-08-NameCollision2.ll 5 ; to be detected between locals and globals.
  /dalvik/dx/tests/069-dex-source-position/
run 18 dx --debug --dex --no-optimize --positions=none --no-locals \
20 dx --debug --dex --no-optimize --positions=important --no-locals \
22 dx --debug --dex --no-optimize --positions=lines --no-locals \
  /dalvik/dx/tests/109-int-branch/
blort.j 19 .limit locals 6
53 .limit locals 2
73 .limit locals 3
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 111 <ruleDescriptor.allTokenRefsInAltsWithRewrites:{Locals['Stream_<it>'] := TRewriteRule<rewriteElementType>Stream.Create(Adaptor,'token <it>');}; separator="\n">
112 <ruleDescriptor.allRuleRefsInAltsWithRewrites:{Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.Create(Adaptor,'rule <it>');}; separator="\n">
140 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n>
154 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n>
170 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule.name>'] as IRewriteRuleElementStream).Add(<label>.Tree);<\n>
182 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule>'] as IRewriteRuleElementStream).Add(<label>.Tree);
243 :{Locals['Stream_<it>'] := TRewriteRule<rewriteElementType>Stream.Create(Adaptor, 'token <it>', <it>);};
247 :{Locals['Stream_<it>'] := TRewriteRule<rewriteElementType>Stream.Create(Adaptor,'token <it>', list_<it>);};
252 Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.Create(Adaptor, 'token <it>', <it>.Tree)
254 Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.Create(Adaptor, 'token <it>', nil);}; separator="\n"
    [all...]
  /external/javassist/src/main/javassist/convert/
TransformBefore.java 25 protected int locals; field in class:TransformBefore
39 locals = 0;
46 locals = 0;
80 public int extraLocals() { return locals; }
105 locals = var - maxLocals;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 583 Locals: TLocalStorage;
585 Locals.Initialize;
587 Locals.AsInteger['x'] := 2;
588 Locals.AsInteger['X'] := 3;
589 CheckEquals(2, Locals.AsInteger['x']);
590 CheckEquals(3, Locals.AsInteger['X']);
591 CheckEquals(0, Locals.AsInteger['y']);
592 Locals.AsInteger['X'] := Locals.AsInteger['x'] * 2;
593 CheckEquals(4, Locals.AsInteger['X'])
    [all...]
  /external/compiler-rt/BlocksRuntime/tests/
byrefaccess.c 9 // test that byref access to locals is accurate
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultLocation.java 14 * of locals. */
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
UpdaterLogicTest.java 127 // a2 depends on p2, which is not in the locals
129 ArchiveInfo[] locals = mul.createLocalArchives(localPkgs); local
135 ArchiveInfo fai = mul.findPlatformDependency(a2, out, selected, remote, sources, locals);
144 ArchiveInfo ai2 = mul.findPlatformDependency(a2, out, selected, remote, sources, locals);
169 // a2 depends on p2, which is not in the locals
171 ArchiveInfo[] locals = mul.createLocalArchives(localPkgs); local
175 // a1 depends on p1, which can be found in the locals. p1 is already "installed"
178 a1, out, selected, remote, sources, locals);
183 found = mul.findExactApiLevelDependency(a2, out, selected, remote, sources, locals);
192 found = mul.findExactApiLevelDependency(a2, out, selected, remote, sources, locals);
220 ArchiveInfo[] locals = mul.createLocalArchives(localPkgs); local
261 ArchiveInfo[] locals = mul.createLocalArchives(localPkgs); local
    [all...]
  /dalvik/dx/tests/085-dex-jsr-ret/
blort.j 20 .limit locals 3
26 ; Call j1 with different locals
  /dalvik/dx/tests/097-dex-branch-offset-zero/
run 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
25 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/
locals.rs 6 // DEBUGGER: break locals.rs:48
8 // DEBUGGER: info locals
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypedBlock.java 70 sbuf.append("}, locals={");
98 public void setStackMap(int st, TypeData[] stack, int nl, TypeData[] locals)
104 localsTypes = locals;
156 TypeData[] locals = new TypeData[maxLocals]; local
158 locals[0] = new TypeData.UninitThis(className);
160 locals[0] = new TypeData.ClassName(className);
165 while ((i = descToTag(methodDesc, i, ++n, locals)) > 0)
166 if (locals[n].is2WordType())
167 locals[++n] = TypeTag.TOP;
175 localsTypes = locals;
    [all...]
  /external/webkit/Source/JavaScriptCore/heap/
LocalScope.h 34 A LocalScope is a temporary scope in which Locals are allocated. When a
35 LocalScope goes out of scope, all the Locals created in it are destroyed.
47 template <typename T> Local<T> release(Local<T>); // Destroys all other locals in the scope.
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 34 /** {@code >= 0;} the number of locals */
50 * @param maxLocals {@code >= 0;} the number of locals
111 * Gets the number of locals.
113 * @return {@code >= 0;} the number of locals

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 91011>>