HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 101 - 125 of 965) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 214 // on a separate non-client stack.
221 char *stack; local
226 stack = (char *)allocstack(tst->tid);
227 stack -= 64+320; // make room for top frame
228 memset(stack, 0, 64+320); // ...and clear it
229 *(uintptr_t *)stack = 0; // push fake return address
233 mach->__rsp = (uintptr_t)stack;
237 /* Call f(arg1), but first switch stacks, using 'stack' as the new
238 stack, and use 'retaddr' as f's return-to address. Also, clear all
241 void call_on_new_stack_0_1 ( Addr stack,
326 Addr stack = VG_PGROUNDUP(sp) - stacksize; local
389 Addr stack; local
    [all...]
  /frameworks/base/core/java/android/util/
JsonWriter.java 125 private final List<JsonScope> stack = new ArrayList<JsonScope>(); field in class:JsonWriter
127 stack.add(JsonScope.EMPTY_DOCUMENT);
240 stack.add(empty);
253 throw new IllegalStateException("Nesting problem: " + stack);
256 stack.remove(stack.size() - 1);
265 * Returns the value on the top of the stack.
268 return stack.get(stack.size() - 1);
272 * Replace the value on the top of the stack with the given value
    [all...]
  /bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S 37 swi #0 @ the stack is destroyed by this call
43 swi # __NR_munmap @ the stack is destroyed by this call
  /cts/apps/CtsVerifier/lib/colorchecker/
grouping.h 51 std::vector<POS> stack; local
52 stack.push_back(POS(sx,sy));
53 while (stack.size() > 0) {
54 sx = stack.back().first;
55 sy = stack.back().second;
56 stack.pop_back();
83 // push the adjacent spans to the stack
92 stack.push_back( POS(x, sy-1));
105 stack.push_back( POS(x, sy+1));
  /dalvik/vm/mterp/x86/
binflop.S 9 $load (rFP,%eax,4) # vCC to fp stack
binflop2addr.S 10 $load (rFP,%ecx,4) # vAA to fp stack
  /external/valgrind/main/drd/tests/
fp_race.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
hg04_race.stderr.exp 9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
hg05_race2.stderr.exp 9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
sem_as_mutex.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
sem_open.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 If you believe this happened as a result of a stack
15 main thread stack using the --main-stacksize= flag.
16 The main thread stack size used in this run was ....
badjump2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
long_namespace_xml.stderr.exp 36 <stack>
53 </stack>
55 <stack>
80 </stack>
  /external/kernel-headers/original/asm-arm/
processor.h 60 unsigned long *stack = (unsigned long *)sp; \
71 regs->ARM_r2 = stack[2]; /* r2 (envp) */ \
72 regs->ARM_r1 = stack[1]; /* r1 (argv) */ \
73 regs->ARM_r0 = stack[0]; /* r0 (argc) */ \
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HandshakeCompletedListenerImpl.java 19 package gov.nist.javax.sip.stack;
  /external/javassist/src/main/javassist/expr/
FieldAccess.java 243 int stack; local
245 stack = 0;
247 stack = -1;
252 stack += ((CtPrimitiveType)fieldType).getDataSize();
254 ++stack;
258 bytecode.growStack(stack);
292 int stack; local
294 stack = 0;
296 stack = -1;
303 stack -= ((CtPrimitiveType)fieldType).getDataSize()
    [all...]
  /cts/tools/dasm/src/java_cup/
parser.java 303 java.util.Stack stack,
308 return action_obj.CUP$do_action(act_num, parser, stack, top);
430 java.util.Stack CUP$stack,
452 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val;
460 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val;
468 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val;
478 if (symbols.get((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val) != null)
481 lexer.emit_error( "Symbol \"" + (/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PieControlPhone.java 56 PieStackView stack = new PieStackView(mActivity); local
57 stack.setLayoutListener(new OnLayoutListener() {
63 stack.setOnCurrentListener(mTabAdapter);
64 stack.setAdapter(mTabAdapter);
65 mShowTabs.setPieView(stack);
  /external/grub/stage2/
tparm.c 85 * The parameter mechanism uses a stack and special %
87 * of the parameters onto the stack and then print it in some
123 * the stack works in the usual way, with
138 static stack_frame stack[STACKSIZE]; variable
193 stack[stack_ptr].num_type = TRUE;
194 stack[stack_ptr].data.num = x;
205 if (stack[stack_ptr].num_type)
206 result = stack[stack_ptr].data.num;
215 stack[stack_ptr].num_type = FALSE;
216 stack[stack_ptr].data.str = x
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 119 * Constructs an "illegal top-of-stack" exception, for the stack
123 return new SimException("stack mismatch: illegal " +
124 "top-of-stack for opcode");
137 * to the actual array present on the stack, as long as what is
142 * actually present on the stack.</p>
144 * <p>In the case where there is a known-null on the stack where
157 * stack; is either an array type or a known-null
364 * over one extra stack slot to find the array.
366 ExecutionStack stack = frame.getStack() local
387 ExecutionStack stack = frame.getStack(); local
419 ExecutionStack stack = frame.getStack(); local
431 ExecutionStack stack = frame.getStack(); local
451 ExecutionStack stack = frame.getStack(); local
472 ExecutionStack stack = frame.getStack(); local
504 ExecutionStack stack = frame.getStack(); local
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-stacktrace.js 28 // Test correctness of stack traces with global functions.
42 var stack = e.stack.toString();
43 var p3 = stack.indexOf("at three");
44 var p2 = stack.indexOf("at two");
45 var p1 = stack.indexOf("at one");
51 print(stack);
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 27 Address 0x........ is not stack'd, malloc'd or (recently) free'd
43 Address 0x........ is not stack'd, malloc'd or (recently) free'd
56 Address 0x........ is not stack'd, malloc'd or (recently) free'd
84 Address 0x........ is not stack'd, malloc'd or (recently) free'd
97 Address 0x........ is not stack'd, malloc'd or (recently) free'd
110 Address 0x........ is not stack'd, malloc'd or (recently) free'd
114 Address 0x........ is not stack'd, malloc'd or (recently) free'd
124 Address 0x........ is not stack'd, malloc'd or (recently) free'd
140 Address 0x........ is not stack'd, malloc'd or (recently) free'd
150 Address 0x........ is not stack'd, malloc'd or (recently) free'
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 191 private final List<JsonScope> stack = new ArrayList<JsonScope>(); field in class:JsonReader
507 stack.clear();
508 stack.add(JsonScope.CLOSED);
535 return stack.get(stack.size() - 1);
539 return stack.remove(stack.size() - 1);
543 stack.add(newTop);
547 * Replace the value on the top of the stack with the given value.
550 stack.set(stack.size() - 1, newTop)
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_FLOAT_TO_INT.S 34 flds (rFP, rINST, 4) # push vB to floating point stack
55 fstps (rFP, %edx, 4) # pop floating point stack
60 fstps (rFP, %edx, 4) # pop floating point stack
65 fstps (rFP, %edx, 4) # pop floating point stack
66 fstps (rFP, %edx, 4) # pop floating point stack

Completed in 1884 milliseconds

1 2 3 45 6 7 8 91011>>