/prebuilts/sdk/tools/lib/ |
asm-tree-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-commons-4.0.jar | |
asm-tree-4.0.jar | |
/prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/ |
asm-commons-3.3.jar | |
/prebuilts/tools/common/m2/internal/asm/asm-tree/3.3/ |
asm-tree-3.3.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/ |
asm-tree-4.0.jar | |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-mips.S | 468 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX. 561 SAVEAREA_FROM_FP(a1, rFP) # a1<- stack save area 564 SAVEAREA_FROM_FP(t0, a1) # t0<- stack save area 568 RETURN # return to raise stack overflow excep. 649 SAVEAREA_FROM_FP(a1, rFP) # a1<- stack save area 652 SAVEAREA_FROM_FP(t0, a1) # t0<- stack save area 658 jr t2 # return to raise stack overflow excep. 777 SAVEAREA_FROM_FP(a1, rFP) # a1<- stack save area 780 SAVEAREA_FROM_FP(t0, a1) # t0<- stack save area 782 RETURN # return to raise stack overflow excep [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uresbund.c | 1659 UResourceBundle stack; local [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
input.py | 618 stack = [] 622 stack.append(char) 626 if not stack: 628 if stack.pop() != BRACKETS[char]: 630 if not stack: [all...] |
/external/icu4c/common/ |
uresbund.cpp | 1670 UResourceBundle stack; local [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
prototype-1.7.js | 215 function Str(key, holder, stack) { 246 for (var i = 0, length = stack.length; i < length; i++) { 247 if (stack[i] === value) { throw new TypeError(); } 249 stack.push(value); 254 var str = Str(i, value, stack); 261 var key = keys[i], str = Str(key, value, stack); 268 stack.pop(); [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
Parser.java | 22 private final ListIterator stack = new LinkedList().listIterator(); field in class:Parser 44 if(!this.stack.hasNext()) 46 this.stack.add(new State(numstate, this.nodeList)); 50 State s = (State) this.stack.next(); 86 State s = (State) this.stack.previous(); 87 this.stack.next(); 93 return ((State) this.stack.previous()).nodes; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM2.java | 803 * The stack of start node + ancestors up to the root of the tree, 882 final int[] stack = new int[index*2]; local 883 System.arraycopy(_stack, 0, stack, 0, index); 884 _stack = stack; 890 --index; // Pop actual root node (if not start) back off the stack [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
ContentSecurityPolicy.cpp | 1714 RefPtr<ScriptCallStack> stack = createScriptCallStack(1, false); local [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-checker.cc | 172 "objects allocated at the same stack trace are leaked."); 354 THREAD_DATA, // Part of a thread stack and a thread descriptor with TLS 383 // This vector is maintained as a stack and the frontier of reachable 406 // if the address occurs at 'max_depth' or less in the stack trace. 409 int max_depth; // the maximal stack depth to disable at 419 // Set of stack tops. 422 // so that we do not treat pointers from outdated stack frames as live. 577 // Fetch the caller's stack trace before acquiring heap_checker_lock. 578 void* stack[HeapProfileTable::kMaxStackDepth]; local 579 int depth = HeapProfileTable::GetCallerStackTrace(0, stack); [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-checker.cc | 172 "objects allocated at the same stack trace are leaked."); 354 THREAD_DATA, // Part of a thread stack and a thread descriptor with TLS 383 // This vector is maintained as a stack and the frontier of reachable 406 // if the address occurs at 'max_depth' or less in the stack trace. 409 int max_depth; // the maximal stack depth to disable at 419 // Set of stack tops. 422 // so that we do not treat pointers from outdated stack frames as live. 577 // Fetch the caller's stack trace before acquiring heap_checker_lock. 578 void* stack[HeapProfileTable::kMaxStackDepth]; local 579 int depth = HeapProfileTable::GetCallerStackTrace(0, stack); [all...] |
/external/chromium_org/v8/test/cctest/ |
test-cpu-profiler.cc | 71 sample->stack[0] = frame2; 75 sample->stack[1] = frame3; 284 sample->stack[i] = code->address(); [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |
/external/valgrind/main/coregrind/m_scheduler/ |
scheduler.c | 506 until the caller is finally done with the thread stack. */ 617 - stack overflow message in default_action() in m_signals.c 627 ThreadId computed by first phase of initialisation, fill in stack 2032 VgStack* stack; local [all...] |
/art/runtime/gc/ |
heap.h | 362 // Mark and empty stack. 366 // Mark all the objects in the allocation stack in the specified bitmap. 368 accounting::ObjectStack* stack) 504 // Swap the allocation stack with the live stack. 665 // Mark stack that we reuse to avoid re-allocating the mark stack. 668 // Allocation stack, new allocations go here so that we can do sticky mark bits. This enables us 674 // Second allocation stack so that we can process allocation with the heap unlocked.
|
/external/chromium_org/android_webview/ |
libwebviewchromium.target.darwin-x86.mk | 269 -fno-stack-protector \ 358 -fno-stack-protector \ [all...] |
libwebviewchromium.target.linux-x86.mk | 269 -fno-stack-protector \ 358 -fno-stack-protector \ [all...] |
/external/chromium_org/android_webview/native/ |
android_webview_native_jni.target.darwin-x86.mk | 268 -fno-stack-protector \ 350 -fno-stack-protector \ [all...] |
android_webview_native_jni.target.linux-x86.mk | 268 -fno-stack-protector \ 350 -fno-stack-protector \ [all...] |
/external/chromium_org/net/ |
net.target.darwin-x86.mk | 481 -fno-stack-protector \ 577 -fno-stack-protector \
|