| /external/valgrind/coregrind/m_syswrap/ |
| syswrap-mips64-linux.c | 75 /* Call f(arg1), but first switch stacks, using 'stack' as the new stack, and 79 void ML_(call_on_new_stack_0_1) ( Addr stack, /* $4 - $a0 */ 87 " move $29, $4\n" /* set stack */ 122 void* stack, /* a1 - 5 */ 188 1. allocate a ThreadId+ThreadState+stack for the thread 193 the scheduler entrypoint for IP, and a separate stack for SP. */ 205 UWord * stack; local 212 stack = (UWord *)ML_(allocstack)(ctid); 213 if (stack == NULL) [all...] |
| syswrap-ppc32-linux.c | 62 /* Call f(arg1), but first switch stacks, using 'stack' as the new 63 stack, and use 'retaddr' as f's return-to address. Also, clear all 66 void ML_(call_on_new_stack_0_1) ( Addr stack, 70 // r3 = stack 78 " mr %r1,%r3\n\t" // stack to %sp 151 void* stack, 168 // setup child stack 171 " stwu 0,-16(4)\n" // make initial stack frame 191 /* Note: 2.4 kernel doesn't set the child stack pointer, 194 on the wrong stack, unfortunately. * 244 UWord* stack; local [all...] |
| syswrap-s390x-linux.c | 65 /* Call f(arg1), but first switch stacks, using 'stack' as the new 66 stack, and use 'retaddr' as f's return-to address. Also, clear all 74 void ML_(call_on_new_stack_0_1) ( Addr stack, 79 r2 = stack 90 " lgr %r15,%r2\n" // stack to r15 109 // r15 is the stack pointer 142 ULong do_syscall_clone_s390x_linux ( void *stack, 154 " lg %r1, 160(%r15)\n" // save fn from parent stack into r1 155 " lg %r0, 168(%r15)\n" // save arg from parent stack into r0 156 " aghi %r2, -160\n" // create stack frame for chil 216 UWord* stack; local [all...] |
| syswrap-x86-solaris.c | 58 /* Call f(arg1), but first switch stacks, using 'stack' as the new stack, and 62 void ML_(call_on_new_stack_0_1)(Addr stack, /* 4(%esp) */ 70 " movl %esp, %esi\n" /* remember old stack pointer */ 71 " movl 4(%esi), %esp\n" /* set stack */ 72 " pushl $0\n" /* align stack */ 73 " pushl $0\n" /* align stack */ 74 " pushl $0\n" /* align stack */ 75 " pushl 16(%esi)\n" /* arg1 to stack */ 76 " pushl 8(%esi)\n" /* retaddr to stack */ 95 UWord *stack = (UWord*)tst->os_state.valgrind_stack_init_SP; local [all...] |
| /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
| SpliteratorTestHelper.java | 518 * Set the maximum stack capacity to 0.25MB. This should be more than enough to detect a bad spliterator 525 // Use an explicit stack to avoid a StackOverflowException when testing a Spliterator 528 Deque<SplitNode<T>> stack = new ArrayDeque<>(); local 529 stack.push(e); 532 while (!stack.isEmpty()) { 533 assertTrue(iteration++ < MAXIMUM_STACK_CAPACITY, "Exceeded maximum stack modification count of 1 << 18"); 535 e = stack.pop(); 577 // Add right side to stack first so left side is popped off first 578 stack.push(e.fromSplit(parentAndRightSplit)); 579 stack.push(e.fromSplit(leftSplit)) [all...] |
| /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
| SpliteratorTestHelper.java | 518 * Set the maximum stack capacity to 0.25MB. This should be more than enough to detect a bad spliterator 525 // Use an explicit stack to avoid a StackOverflowException when testing a Spliterator 528 Deque<SplitNode<T>> stack = new ArrayDeque<>(); local 529 stack.push(e); 532 while (!stack.isEmpty()) { 533 assertTrue(iteration++ < MAXIMUM_STACK_CAPACITY, "Exceeded maximum stack modification count of 1 << 18"); 535 e = stack.pop(); 577 // Add right side to stack first so left side is popped off first 578 stack.push(e.fromSplit(parentAndRightSplit)); 579 stack.push(e.fromSplit(leftSplit)) [all...] |
| /system/extras/simpleperf/ |
| record.cpp | 349 branch_stack_data.stack.resize(nr); 350 MoveFromBinaryFormat(branch_stack_data.stack.data(), nr, p); 425 uint64_t nr = branch_stack_data.stack.size(); 427 MoveToBinaryFormat(branch_stack_data.stack.data(), nr, p); 444 // If record command does stack unwinding, sample records' size may be decreased. 498 PrintIndented(indent, "branch_stack nr=%" PRIu64 "\n", branch_stack_data.stack.size()); 499 for (auto& item : branch_stack_data.stack) { 515 PrintIndented(indent, "user stack: size %zu dyn_size %" PRIu64 "\n",
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| ActivityStack.java | 144 * State and management of a single stack of activities. 217 // Stack is not considered visible. 219 // Stack is considered visible 221 // Stack is considered visible, but only becuase it has activity that is visible behind other 228 // Task is being removed from this stack so we can add it to another stack. In the case we are 233 // stack and the new stack will be on top of all stacks. 311 // Whether or not this stack covers the entire screen; by default stacks are fullscreen 313 // Current bounds of the stack or null if fullscreen 1474 ActivityStack stack = task.stack; local 1522 ActivityStack stack = stacks.get(i); local 1669 final ActivityStack stack = mStacks.get(i); local 3239 final ActivityStack stack = getNextFocusableStackLocked(); local [all...] |
| ActivityManagerService.java | 509 // Assumes logcat entries average around 100 bytes; that's not perfect stack traces count 518 // Delay in notifying task stack change listeners (in millis) 558 /** Task stack change listeners. */ 3077 final ActivityStack stack = mStackSupervisor.getStack(stackId); local 4496 final ActivityStack stack = getFocusedStack(); local 5041 ActivityStack stack = ActivityRecord.getStackLocked(token); local 6680 ActivityStack stack = ActivityRecord.getStackLocked(token); local 6904 ActivityStack stack = ActivityRecord.getStackLocked(token); local 6916 ActivityStack stack = ActivityRecord.getStackLocked(token); local 6952 ActivityStack stack = ActivityRecord.getStackLocked(token); local 6989 ActivityStack stack = ActivityRecord.getStackLocked(token); local 9661 final ActivityStack stack = mStackSupervisor.getStack(stackId); local 9817 final ActivityStack stack = local 9829 ActivityStack stack = ActivityRecord.getStackLocked(activityToken); local 9840 ActivityStack stack = ActivityRecord.getStackLocked(token); local 9858 final ActivityStack stack = r.getStackLocked(token); local 10196 final ActivityStack stack = mStackSupervisor.getFocusedStack(); local 12537 final ActivityStack stack = ActivityRecord.getStackLocked(token); local 16577 StringBuilder stack = new StringBuilder(128); local [all...] |
| /external/chromium-trace/catapult/third_party/mocha/ |
| mocha.js | [all...] |
| /external/chromium-trace/catapult/tracing/third_party/mocha/ |
| mocha.js | [all...] |
| /external/mockito/cglib-and-asm/src/org/mockito/asm/ |
| MethodWriter.java | 48 * Frame has exactly the same locals as the previous stack map frame and
49 * number of stack items is zero.
54 * Frame has exactly the same locals as the previous stack map frame and
55 * number of stack items is 1
65 * Frame has exactly the same locals as the previous stack map frame and
66 * number of stack items is 1. Offset is bigger then 63;
78 * Frame has exactly the same locals as the previous stack map frame and
79 * number of stack items is zero. Offset is bigger then 63;
96 * Indicates that the stack map frames must be recomputed from scratch. In
97 * this case the maximum stack size and number of local variables is also 1393 Label stack = labels; local [all...] |
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
| Antlr.Runtime.Collections.pas | 55 /// Stack abstraction that also supports the IList interface 61 /// Adds an element to the top of the stack list. 66 /// Removes the element at the top of the stack list and returns it. 68 /// <returns>The element at the top of the stack.</returns> 72 /// Removes the element at the top of the stack list without removing it. 74 /// <returns>The element at the top of the stack.</returns>
|
| /external/v8/src/compiler/ |
| scheduler.cc | 696 int Push(ZoneVector<SpecialRPOStackFrame>& stack, int depth, 699 stack[depth].block = child; 700 stack[depth].index = 0; 743 // Perform an iterative RPO traversal using an explicit stack, 761 // The successor is on the stack, so this is a backedge (cycle). 768 // Push the successor onto the stack. 773 // Finished with all successors; pop the stack and add the block. 786 // Initialize the "loop stack". Note the entry could be a loop header. 808 // stack. 813 // Pop the loop stack and continue visiting outgoing edges withi [all...] |
| /libcore/ojluni/src/main/java/java/util/stream/ |
| Nodes.java | 963 Deque<N> stack = new ArrayDeque<>(8); local 1094 Deque<Node<T>> stack = initStack(); local 1148 Deque<N> stack = initStack(); local [all...] |
| /toolchain/binutils/binutils-2.25/bfd/ |
| coff-alpha.c | 323 /* Push a value on the reloc evaluation stack. */ 338 /* Store the value from the stack at the given address. Store it in 355 relocation stack. */ 370 /* Shift the value on the top of the relocation stack right by the 721 /* The size of the stack for the relocation evaluator. */ 747 bfd_vma stack[RELOC_STACKSIZE]; 960 /* Push a value on the reloc evaluation stack. */ 988 stack[tos++] = relocation; 993 /* Store a value from the reloc stack into a bitfield. */ 1014 val |= (stack[--tos] & ((1 << size) - 1)) << offset 742 bfd_vma stack[RELOC_STACKSIZE]; local 1347 bfd_vma stack[RELOC_STACKSIZE]; local [all...] |
| /build/tools/droiddoc/templates-ndk/assets/css/ |
| default.css | [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
| filter_altivec.asm | 203 stwu r1,-32(r1) ;# create space on the stack 365 addi r1, r1, 32 ;# recover stack 394 stwu r1,-32(r1) ;# create space on the stack 543 addi r1, r1, 32 ;# recover stack 566 stwu r1,-32(r1) ;# create space on the stack 751 addi r1, r1, 32 ;# recover stack 775 stwu r1,-416(r1) ;# create space on the stack 823 ;# use the stack as temporary storage 919 ;# always write to the stack when doing a horizontal copy 939 ;# always read from the stack when doing a vertical filte [all...] |
| /external/v8/test/cctest/ |
| test-cpu-profiler.cc | 89 sample->stack[0] = frame2; 93 sample->stack[1] = frame3; 314 sample->stack[i] = code->address(); 617 // 'start' function on the stack, so 'foo' will be attached to the (root). [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/ |
| DialogFilter.java | 43 import gov.nist.javax.sip.stack.MessageChannel; 44 import gov.nist.javax.sip.stack.SIPClientTransaction; 45 import gov.nist.javax.sip.stack.SIPDialog; 46 import gov.nist.javax.sip.stack.SIPServerTransaction; 47 import gov.nist.javax.sip.stack.SIPTransaction; 48 import gov.nist.javax.sip.stack.ServerRequestInterface; 49 import gov.nist.javax.sip.stack.ServerResponseInterface; 77 * An adapter class from the JAIN implementation objects to the NIST-SIP stack. The primary 82 * implement a JAIN-SIP interface). This is part of the glue that ties together the NIST-SIP stack 83 * and event model with the JAIN-SIP stack. This is strictly an implementation class [all...] |
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_ra.cpp | 26 #include <stack> 340 std::stack<BasicBlock *> stack; local 346 stack.push(pb); 348 while (!stack.empty()) { 349 pb = stack.top(); 351 stack.pop(); 686 std::stack<uint32_t> stack; member in class:nv50_ir::GCRA 1149 stack.push(node->getValue()->id) [all...] |
| /external/libavc/common/arm/ |
| ih264_padding_neon.s | 88 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments 168 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments 304 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments 442 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments 577 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
|
| /hardware/qcom/display/msmcobalt/sdm/libs/core/ |
| display_base.cpp | 143 hw_layers_info.stack = layer_stack; 171 Layer *gpu_target_layer = hw_layers_info.stack->layers.at(hw_layers_info.gpu_target_index); 291 // Layer stack attributes has changed, need to Reconfigure, currently in use for Hybrid Comp 529 if (hw_layers_.info.stack) { 538 LayerBuffer *out_buffer = hw_layers_.info.stack->output_buffer; 572 Layer *layer = hw_layers_.info.stack->layers.at(layer_index); [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| BaseRecognizer.cs | 242 * more information such as the stack frame with 406 * follow that rule reference on the stack; this amounts to 433 * that rule is pushed on a stack. Here are the various "local" 444 * and, hence, the follow context stack is: 557 // what is exact? it seems to only add sets from above on stack [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| BaseRecognizer.cs | 265 * more information such as the stack frame with 476 * follow that rule reference on the stack; this amounts to 503 * that rule is pushed on a stack. Here are the various "local" 514 * and, hence, the follow context stack is: 629 // what is exact? it seems to only add sets from above on stack [all...] |