HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 401 - 425 of 7586) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/
EmptyStackException.java 22 * An {@code EmptyStackException} is thrown if the pop/peek method of a stack is
23 * executed on an empty stack.
32 * Constructs a new {@code EmptyStackException} with the stack trace filled
  /libcore/json/src/main/java/org/json/
JSONStringer.java 111 * Unlike the original implementation, this stack isn't limited to 20
114 private final List<Scope> stack = new ArrayList<Scope>(); field in class:JSONStringer
175 if (stack.isEmpty() && out.length() > 0) {
179 stack.add(empty);
194 stack.remove(stack.size() - 1);
203 * Returns the value on the top of the stack.
206 if (stack.isEmpty()) {
209 return stack.get(stack.size() - 1)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 47 * Pops the given number of values from the stack (of either category),
57 * Pops values from the stack of the types indicated by the given
60 * element of the stack), and store them in the arguments area,
70 * Pops a value from the stack of the indicated type, and store it
80 * Pops values from the stack of the indicated types (popped in
82 * deepest element of the stack), and store them in the arguments
93 * Pops values from the stack of the indicated types (popped in
95 * deepest element of the stack), and store them in the arguments
136 * Indicates that there is an auxiliary (inline, not stack)
139 * <p><b>Note:</b> Perhaps unintuitively, the stack manipulatio
    [all...]
Frame.java 27 * of a set of locals and a value stack, and it can be told to act on
35 /** {@code non-null;} the stack */
36 private final ExecutionStack stack; field in class:Frame
38 /** {@code null-ok;} stack of labels of subroutines that this block is nested in */
45 * @param stack {@code non-null;} the execution stack to use
47 private Frame(LocalsArray locals, ExecutionStack stack) {
48 this(locals, stack, IntList.EMPTY);
55 * @param stack {@code non-null;} the execution stack to us
    [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
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IntentActivityFlags.java 18 * Example of various Intent flags to modify the activity stack.
35 * This creates an array of Intent objects representing the back stack
40 // We are going to rebuild our task with a new back stack. This will
42 // back stack to be created, with the first entry holding the root
43 // and requesting to reset the back stack.
  /external/chromium/base/
at_exit.h 9 #include <stack>
23 // AtExitManager object on the stack:
52 // AtExitManagers are kept on a global stack, and it will be removed during
65 std::stack<CallbackAndParam> stack_;
66 AtExitManager* next_manager_; // Stack of managers to allow shadowing.
  /external/nist-sip/java/gov/nist/core/
StackLogger.java 7 * interface that loggers should implement so that the stack can log to various
15 * log a stack trace. This helps to look at the stack frame.
20 * Log a stack trace if the current logging level exceeds
116 * Stack creation properties.
  /external/nist-sip/java/gov/nist/javax/sip/stack/
StackMessageFactory.java 29 package gov.nist.javax.sip.stack;
34 * by the application and called by the stack for processing requests
35 * and responses. When a Request comes in off the wire, the stack calls
37 * When a response comes off the wire, the stack calls newSIPServerResponse
61 * Generate a new server response for the stack.
  /external/proguard/docs/manual/retrace/
introduction.html 14 stack traces.
16 When an obfuscated program throws an exception, the resulting stack trace
48 <td class="whiteblock">Readable stack trace</td>
50 <td class="whiteblock">Obfuscated stack trace</td>
55 ReTrace can read an obfuscated stack trace and restore it to what it would
  /external/proguard/src/proguard/classfile/attribute/preverification/
SameOneFrame.java 28 * This StackMapFrame represents a "same locals 1 stack item frame" or a
29 * "same locals 1 stack item frame extended".
56 * Creates a SameOneFrame with the given stack verification type.
65 * Applies the given verification type visitor to the stack item.
113 return super.toString()+"Var: ..., Stack: ["+stackItem.toString()+"]";
  /external/v8/src/mips/
virtual-frame-mips.h 44 // The virtual frame is an abstraction of the physical stack frame. It
46 // stack. It supports push/pop operations on the expression stack, as well
47 // as random access to the expression stack elements, locals, and
120 // The height of the virtual expression stack.
240 // The current top of the expression stack as an assembly operand.
246 // An element of the expression stack as an assembly operand.
279 // removes from) the stack.
282 // Call JS function from top of the stack with arguments
283 // taken from the stack
    [all...]
regexp-macro-assembler-mips.h 109 // Called from RegExp if the stack-guard is triggered.
119 // Above the frame pointer - Stored registers and stack passed parameters.
124 // Stack frame header.
126 // Stack parameters placed by caller.
142 // First register address. Following registers are below it on the stack.
155 // Check whether we are exceeding the stack limit on the backtrack stack.
179 // The register containing the backtrack stack top. Provides a meaningful
197 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
205 // Pushes the value of a register on the backtrack stack. Decrements th
    [all...]
  /external/v8/test/mjsunit/
stack-traces.js 115 // in the stack trace produced when running the given function.
122 assertTrue(e.stack.indexOf(expected[i]) != -1,
123 name + " doesn't contain expected[" + i + "] stack = " + e.stack);
127 assertEquals(e.stack.indexOf(unexpected[i]), -1,
142 assertEquals(-1, e.stack.indexOf('at new ReferenceError'),
159 assertTrue(e.stack.indexOf('at new ReferenceError') != -1,
166 // If an error occurs while the stack trace is being formatted it should
178 assertTrue(e.stack.indexOf('<error: ReferenceError') != -1,
184 // the stack frame. Put that in your pipe and smoke it
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/
T_invokeinterface_19.j 26 .limit stack 2
46 .limit stack 2
69 .limit stack 3
102 .limit stack 0
108 .limit stack 0
114 .limit stack 1
123 .limit stack 3
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 99 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
109 M_ARG shortVideoHeaderonStack,4 ;// pointer to Input Argument on stack
114 M_STR pZigzagTable,ppZigzagTable ;// Store Zigzag table address on stack
116 M_STR pVlcTableL0L1,ppVlcTableL0L1 ;// Store VLC Table address on stack
118 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX Table address on Stack
122 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Store RMAX Table address on stack
126 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// get the Input Argument from stack
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 118 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
130 M_ARG shortVideoHeaderonStack,4 ;// Pointer to argument on stack
131 M_ARG videoComponstack,4 ;// Pointer to argument on stack
188 M_STR DCVal,pDCCoeff ;// Store Decoded DC Coeff on Stack
194 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack
196 M_STR pVlcTableL0L1,ppVlcTableL0L1 ;// Store Optimized VLC Table on stack
198 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX table on stack
202 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Store RMAX Table on Stack
205 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// Load the Input Argument From Stack
209 M_LDR DCVal,pDCCoeff ;// Get the Decoded DC Value From Stack
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 99 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
109 M_ARG shortVideoHeaderonStack,4 ;// pointer to Input Argument on stack
114 M_STR pZigzagTable,ppZigzagTable ;// Store Zigzag table address on stack
116 M_STR pVlcTableL0L1,ppVlcTableL0L1 ;// Store VLC Table address on stack
118 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX Table address on Stack
122 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Store RMAX Table address on stack
126 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// get the Input Argument from stack
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 118 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
130 M_ARG shortVideoHeaderonStack,4 ;// Pointer to argument on stack
131 M_ARG videoComponstack,4 ;// Pointer to argument on stack
188 M_STR DCVal,pDCCoeff ;// Store Decoded DC Coeff on Stack
194 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack
196 M_STR pVlcTableL0L1,ppVlcTableL0L1 ;// Store Optimized VLC Table on stack
198 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX table on stack
202 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Store RMAX Table on Stack
205 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// Load the Input Argument From Stack
209 M_LDR DCVal,pDCCoeff ;// Get the Decoded DC Value From Stack
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 118 // Called from RegExp if the stack-guard is triggered.
133 // Parameters (first four passed as registers, but with room on stack).
135 // stack (before the return address) to spill parameter registers. We
149 // are passed as registers, and caller must allocate space on the stack
181 // First register address. Following registers are below it on the stack.
194 // Check whether we are exceeding the stack limit on the backtrack stack.
206 // The register containing the backtrack stack top. Provides a meaningful
227 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
232 // Pushes the value of a register on the backtrack stack. Decrements th
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 199 // on a separate non-client stack.
206 char *stack; local
211 stack = (char *)allocstack(tst->tid);
212 stack -= 64+320; // make room for top frame
213 memset(stack, 0, 64+320); // ...and clear it
214 *(uintptr_t *)stack = (uintptr_t)tst; // set parameter
215 stack -= sizeof(uintptr_t);
216 *(uintptr_t *)stack = 0; // push fake return address
219 mach->__esp = (uintptr_t)stack;
223 /* Call f(arg1), but first switch stacks, using 'stack' as the ne
315 Addr stack = VG_PGROUNDUP(sp) - stacksize; local
385 Addr stack; local
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 32 // Stack Frame Processing methods
35 // The stack is allocated decrementing the stack pointer on
37 // all stack references are done thought a positive offset
38 // from the stack/frame pointer, so the stack is considering
40 // to get this stack ABI compliant :)
42 // The stack frame required by the ABI (after call):
56 // Offset - offset from sp after stack allocation on function prologue
58 // The sp is the stack pointer subtracted/added from the stack siz
    [all...]
  /external/valgrind/main/helgrind/tests/
tc06_two_races_xml.stderr.exp 38 <stack>
78 </stack>
89 <stack>
98 </stack>
103 <stack>
130 </stack>
143 <stack>
152 </stack>
157 <stack>
184 </stack>
    [all...]
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 1 //===- DemoteRegToStack.cpp - Move a virtual register to the stack --------===//
12 // the stack frame, allocated via alloca. It returns the pointer to the
27 /// Instruction and replaces it with a slot in the stack frame, allocated via
30 /// the alloca inserted to create a stack slot for I.
39 // Create a stack slot to hold the value.
50 // Change all of the users of the instruction to read from the stack slot
84 // Insert stores of the computed value into the stack slot. We have to be
92 // We cannot demote invoke instructions to the stack if their normal edge
109 /// node and replaces it with a slot in the stack frame, allocated via alloca.
117 // Create a stack slot to hold the value
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
FilterStack.java 23 import java.util.Stack;
26 * A stack of filters to be applied onto a photo.
31 * Listener of stack changes.
38 private final Stack<Filter> appliedStack = new Stack<Filter>();
39 private final Stack<Filter> redoStack = new Stack<Filter>();
41 // Use two photo buffers as in and out in turns to apply filters in the stack.
108 // The returned index should only be used when the applied filter stack isn't empty.
124 // GL thread calls back to report UI thread the stack is changed
    [all...]

Completed in 748 milliseconds

<<11121314151617181920>>