Searched
full:stack (Results
1651 -
1675 of
10778) sorted by null
<<61626364656667686970>>
/external/skia/src/gpu/ |
GrReducedClip.cpp | 17 void reduced_stack_walker(const SkClipStack& stack, 30 void ReduceClipStack(const SkClipStack& stack, 38 if (stack.isWideOpen()) { 44 // We initially look at whether the bounds alone is sufficient. We also use the stack bounds to 50 stack.getBounds(&stackBounds, &stackBoundsType, &iior); 79 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart); 125 // helper that actually walks the stack. 126 reduced_stack_walker(stack, scalarBounds, result, initialState, requiresAA); 129 void reduced_stack_walker(const SkClipStack& stack, 148 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart) [all...] |
/external/v8/src/ |
regexp-macro-assembler.h | 63 // The maximal number of pushes between stack checks. Users must supply 71 // stack by an earlier PushBacktrack(Label*). 90 // the stack and go to that. 104 // the stack and go to that. 151 // Pushes the label on the backtrack stack, so that a following Backtrack 152 // will go to this label. Always checks the backtrack stack limit. 211 // Called from RegExp if the backtrack stack limit is hit. 212 // Tries to expand the stack. Returns the new stack-pointer if 214 // to grow the stack [all...] |
deoptimizer.h | 97 // List of deoptimized code which still have references from active stack 116 // debugger to deoptimize stack frames to allow inspection. 171 // Patch all stack guard checks in the unoptimized code to 177 // Patch stack guard check at instruction before pc_after in 184 // Change all patched stack guard checks in the unoptimized code 185 // back to a normal stack guard check. 190 // Change all patched stack guard checks in the unoptimized code 191 // back to a normal stack guard check. 444 // Get the expression stack height for a unoptimized frame. 447 // Get the expression stack value for an unoptimized frame [all...] |
/frameworks/base/docs/html/tools/help/ |
proguard.jd | 16 <a href="#decoding">Decoding Obfuscated Stack Traces</a> 50 <code>retrace</code> tool to decode obfuscated stack traces.</p> 92 translates the obfuscated stack trace back to the original class, method, and member names. 93 See <a href="#decoding">Decoding Obfuscated Stack Traces</a> for more information.</dd> 152 <h2 id="decoding">Decoding Obfuscated Stack Traces</h2> 154 <p>When your obfuscated code outputs a stack trace, the method names are obfuscated, which makes 160 or Mac OS X can convert an obfuscated stack trace to a readable one. It is located in the 175 you ensure that you can debug a problem if a user encounters a bug and submits an obfuscated stack trace. 182 containing a stack trace from the application that is currently published. You no longer have a way 183 of debugging the user's stack trace, because the <code>mapping.txt</code> file associated with the versio [all...] |
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_task.c | 76 /* To set the priority and stack size */ 77 pthread_attr_t ThreadAttr; /*For setting the priority and stack size */ 80 /** Pointer to the task stack memory */ 82 /** Size of the task stack */ 146 /* Updation of the priority and the stack size */ 163 /*First get the default stack size */ 167 /*TIMM_OSAL_Error("Task Init Set Stack Size failed!"); */ 171 /*Check if requested stack size is larger than the current default stack size */ 178 /*TIMM_OSAL_Error("Task Init Set Stack Size failed!"); * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/ |
libgmp.a | 23 GCC: (Ubuntu 4.4.3-4ubuntu5) 4.4.3 .symtab .strtab .shstrtab .rel.text .data .bss .rodata.str1.1 .comment .note.GNU-stack |