HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 701 - 725 of 10778) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/
crtbegin_so.o 
crtbegin_static.o 
  /prebuilts/tools/linux-x86/sdl/libs/
lib64SDLmain.a 6 ELF>?@@ GCC: (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3.symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@ (…)
libSDLmain.a 6 ELF?4( GCC: (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3.symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack4!4 (…)
  /prebuilts/tools/windows/sdl/libs/
libSDLmain.a 6 ELF?4( GCC: (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3.symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack4!4 (…)
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 77 private final java.util.Stack callingInstructionBlockStack;
78 private final java.util.Stack instructionBlockStack = new java.util.Stack();
151 java.util.Stack callingInstructionBlockStack)
207 System.out.println(" Max stack = "+codeAttribute.u2maxStack);
210 // Reuse the existing variables and stack objects, ensuring the right size.
212 TracedStack stack = new TracedStack(codeAttribute.u2maxStack); local
215 initializeVariables(clazz, method, codeAttribute, variables, stack);
225 stack,
242 System.out.println(" Stack: "+stacksBefore[offset])
1031 TracedStack stack = new TracedStack(codeAttribute.u2maxStack); local
    [all...]
  /dalvik/dx/tests/109-int-branch/
blort.j 20 .limit stack 3
54 .limit stack 3
74 .limit stack 3
  /dalvik/hit/src/com/android/hit/
StackTrace.java 25 * For subsets of the stack frame we'll reference the parent list of frames
26 * but keep track of its offset into the parent's list of stack frame ids.
28 * list of stack frame ids.
  /dalvik/vm/alloc/
MarkSweep.h 27 /* Current top of the stack (exclusive)
35 /* Maximum stack size, in bytes.
44 GcMarkStack stack; member in struct:GcMarkContext
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SAVE_STATE.S 4 * Top of stack + 4: r7 value to save
5 * Top of stack + 0: r0 value to save
11 * the values on the stack - not the ones in those registers on entry.
  /external/chromium_org/chrome/test/functional/tracing/
timeline_model_shim.js 38 if( e.stack != undefined ) ret.stack = e.stack;
  /external/chromium_org/gpu/command_buffer/common/
debug_marker_manager.h 8 #include <stack>
27 // Removes the top group. This is safe to call even when stack is empty.
52 typedef std::stack<Group> GroupStack;
  /external/chromium_org/third_party/libpng/
pnggccrd.c 26 "pushfq \n\t" // save Eflag to stack
27 "popq %%rax \n\t" // get Eflag from stack into rax
30 "pushq %%rax \n\t" // save modified Eflag back to stack
32 "pushfq \n\t" // save Eflag to stack
33 "popq %%rax \n\t" // get Eflag from stack
34 "pushq %%rcx \n\t" // save original Eflag to stack
40 "pushfl \n\t" // save Eflag to stack
41 "popl %%eax \n\t" // get Eflag from stack into eax
44 "pushl %%eax \n\t" // save modified Eflag back to stack
46 "pushfl \n\t" // save Eflag to stack
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.h 22 * This function takes a clip stack and a query rectangle and it produces a reduced set of
23 * SkClipStack::Elements that are equivalent to applying the full stack to the rectangle. The
33 void ReduceClipStack(const SkClipStack& stack,
  /external/chromium_org/ui/base/events/
event_handler.h 8 #include <stack>
55 // EventDispatcher pushes itself on the top of this stack while dispatching
57 std::stack<EventDispatcher*> dispatchers_;
  /external/clang/lib/StaticAnalyzer/Core/
PrettyStackTraceLocationContext.h 18 /// While alive, includes the current analysis stack in a crash trace.
24 /// 2. While analyzing stack:
37 OS << "While analyzing stack: \n";
  /external/clang/test/CodeGen/
stack-protector.c 1 // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 0 | FileCheck -check-prefix=NOSSP %s
3 // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 1 | FileCheck -check-prefix=WITHSSP %s
5 // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 2 | FileCheck -check-prefix=SSPREQ %s
  /external/clang/test/Sema/
pragma-pack-and-options-align.c 3 // Check that #pragma pack and #pragma options share the same stack.
51 /* expected-warning {{#pragma options align=reset failed: stack empty}} */ #pragma options align=reset
52 /* expected-warning {{#pragma pack(pop, ...) failed: stack empty}} */ #pragma pack(pop)
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
stack-overflow.cc 12 // CHECK: {{ #0 0x.* in main .*stack-overflow.cc:}}[[@LINE-2]]
13 // CHECK: {{Address 0x.* is located in stack of thread T0 at offset}}
14 // CHECK-NEXT: in{{.*}}main{{.*}}stack-overflow.cc
  /external/dropbear/libtomcrypt/testprof/
tomcrypt_test.h 7 /* enable stack testing */
10 /* stack testing, define this if stack usage goes downwards [e.g. x86] */
  /external/elfutils/tests/
testfile19.bz2 
testfile19.index.bz2 
  /external/libpng/
pnggccrd.c 26 "pushfq \n\t" // save Eflag to stack
27 "popq %%rax \n\t" // get Eflag from stack into rax
30 "pushq %%rax \n\t" // save modified Eflag back to stack
32 "pushfq \n\t" // save Eflag to stack
33 "popq %%rax \n\t" // get Eflag from stack
34 "pushq %%rcx \n\t" // save original Eflag to stack
40 "pushfl \n\t" // save Eflag to stack
41 "popl %%eax \n\t" // get Eflag from stack into eax
44 "pushl %%eax \n\t" // save modified Eflag back to stack
46 "pushfl \n\t" // save Eflag to stack
    [all...]
  /external/llvm/test/Transforms/InstCombine/
stack-overalign.ll 6 ; the target's stack pointer is aligned at will require dynamic
7 ; stack realignment, which can require functions that don't otherwise
14 ; main stack pointer at its standard alignment.
  /external/proguard/docs/manual/retrace/
usage.html 28 while obfuscating the application that produced the stack trace.</dd>
32 <dd>Optionally specifies the name of the file containing the stack trace. If
33 no file is specified, a stack trace is read from the standard input. Blank
41 <dd>Specifies to print out more informative stack traces that include not only
47 stack trace. Specifying a different regular expression allows to
48 de-obfuscate more general types of input than just stack traces. The
49 default is suitable for stack traces produced by most JVMs:
84 The restored stack trace is printed to the standard output. The completeness
85 of the restored stack trace depends on the presence of line number tables in
90 ReTrace will be able to restore the stack trace completely
    [all...]

Completed in 1816 milliseconds

<<21222324252627282930>>