/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-main.c | 71 mips v0 a0 a1 a2 a3 stack stack n/a n/a v0 (== NUM) 108 * Ensures the root thread's stack is suitably mapped. Tedious and 491 UWord *stack = (UWord *)gst->guest_ESP; 495 // stack[0] is return address 496 canonical->arg1 = stack[1]; 497 canonical->arg2 = stack[2]; 498 canonical->arg3 = stack[3]; 499 canonical->arg4 = stack[4]; 500 canonical->arg5 = stack[5] [all...] |
/art/runtime/arch/arm/ |
portable_entrypoints_arm.S | 39 mov r11, sp @ save the stack pointer 46 sub sp, r5 @ reserve stack space for argument array 47 add r0, sp, #4 @ pass stack pointer + method ptr as dest for memcpy 55 add sp, #16 @ first 4 args are not passed on stack for portable 58 mov sp, r11 @ restore the stack pointer
|
/bionic/libc/bionic/ |
pthread_create.cpp | 68 // GCC looks in the TLS for the stack guard on x86, so copy it there from our global. 73 // Create and set an alternate signal stack. 141 void* stack = mmap(NULL, thread->attr.stack_size, prot, flags, -1, 0); local 142 if (stack == MAP_FAILED) { 145 "pthread_create failed: couldn't allocate %zd-byte stack: %s", 150 // Set the guard region at the end of the stack to PROT_NONE. 151 if (mprotect(stack, thread->attr.guard_size, PROT_NONE) == -1) { 153 "pthread_create failed: couldn't mprotect PROT_NONE %zd-byte stack guard region: %s", 155 munmap(stack, thread->attr.stack_size); 159 return stack; [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 120 ExecutionStack stack = frame.getStack(); local 130 args[i] = stack.pop(); 148 throw new SimException("at stack depth " + (size - 1 - i) + 531 * onto the stack. 552 ExecutionStack stack = frame.getStack(); local 555 stack.setLocal(); 557 stack.push(results[i]);
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 19 * argument list has to be pushed onto the native stack according to 61 Stack is "full descending". Only the arguments that don't fit in the first 4 62 registers are placed on the stack. "sp" points at the first stacked argument 88 @ Standard gcc stack frame setup. We don't need to push the original 96 @ We need to push a variable number of arguments onto the stack. 98 @ the stack pointers. 119 @ to the stack. We need to push the last item in argv first, and we 137 @ Load the last two args. These are coming out of the interpreted stack,
|
/external/chromium/testing/gtest/test/ |
gtest_xml_output_unittest.py | 65 Expected: 1%(stack)s]]></failure> 73 Expected: 1%(stack)s]]></failure> 76 Expected: 2%(stack)s]]></failure> 84 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]><![CDATA[</top>%(stack)s]]></failure> 91 Invalid characters in brackets []%(stack)s]]></failure> 126 </testsuites>""" % {'stack': STACK_TRACE_TEMPLATE}
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
profiler.cc | 34 // Profile current program by sampling stack-trace every so often 269 void* stack[ProfileData::kMaxStackDepth]; local 273 stack[0] = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext)); 275 // We skip the top two stack trace entries (this function and one 281 int depth = GetStackTraceWithContext(stack + 1, arraysize(stack) - 1, 283 depth++; // To account for pc value in stack[0]; 285 instance->collector_.Add(depth, stack);
|
/external/gtest/test/ |
gtest_xml_output_unittest.py | 65 Expected: 1%(stack)s]]></failure> 73 Expected: 1%(stack)s]]></failure> 76 Expected: 2%(stack)s]]></failure> 84 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]><![CDATA[</top>%(stack)s]]></failure> 91 Invalid characters in brackets []%(stack)s]]></failure> 126 </testsuites>""" % {'stack': STACK_TRACE_TEMPLATE}
|
/external/javassist/src/main/javassist/ |
CodeConverter.java | 515 int stack = 0; local 522 if (s > stack) 523 stack = s; 532 if (stack > 0) 533 codeAttr.setMaxStack(codeAttr.getMaxStack() + stack);
|
/external/javassist/src/main/javassist/expr/ |
ExprEditor.java | 100 context.updateMax(h.locals(), h.stack()); 166 void updateMax(int locals, int stack) { 170 if (maxStack < stack) 171 maxStack = stack; 245 context.updateMax(expr.locals(), expr.stack());
|
/external/libffi/src/arm/ |
ffi.c | 32 /* ffi_prep_args is called by the assembly routine once stack space 35 void ffi_prep_args(char *stack, extended_cif *ecif) 42 argp = stack; 113 /* Round the stack up to a multiple of 8 bytes. This isn't needed 196 static void ffi_prep_incoming_args_SYSV (char *stack, void **ret, 218 * value on the stack; and if the function returns 231 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue, 240 argp = stack;
|
/external/libffi/src/m68k/ |
ffi.c | 18 void *ffi_prep_args (void *stack, extended_cif *ecif); 24 /* ffi_prep_args is called by the assembly routine once stack space has 28 ffi_prep_args (void *stack, extended_cif *ecif) 36 argp = stack; 200 ffi_prep_incoming_args_SYSV (char *stack, void **avalue, ffi_cif *cif) 207 argp = stack;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
StackViewer.py | 22 self.stack = self.get_stack(tb) 28 stack = [] 32 stack.append((tb.tb_frame, tb.tb_lineno)) 34 return stack 51 for info in self.stack:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
StackViewer.py | 22 self.stack = self.get_stack(tb) 28 stack = [] 32 stack.append((tb.tb_frame, tb.tb_lineno)) 34 return stack 51 for info in self.stack:
|
/sdk/emulator/qtools/ |
q2dm.cpp | 74 CallStackType *stack = (CallStackType *) base; local 78 stack->getGlobalTime(time), pid, stackLevel, 96 CallStackType *stack = (CallStackType *) base; local 100 stack->getGlobalTime(time), pid, stackLevel, 113 stack->getGlobalTime(time), pid, sym->name); 161 // Create a fake kernel thread stack where we will put all the kernel 188 // Use the kernel stack 193 // stack frames for the kernel thread. 199 // Get the stack for the current thread 203 // Get the stack for the current threa [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmllib.py | 144 self.stack = [] 235 for t, d, nst in self.stack: 265 if not self.stack and space.match(data) is None: 364 if not self.stack: 420 if self.stack: 422 while self.stack: 423 self.finish_endtag(self.stack[-1][0]) 502 if not self.stack: 580 self.__use_namespaces = len(self.stack)+1 607 if self.__seen_starttag and not self.stack [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmllib.py | 144 self.stack = [] 235 for t, d, nst in self.stack: 265 if not self.stack and space.match(data) is None: 364 if not self.stack: 420 if self.stack: 422 while self.stack: 423 self.finish_endtag(self.stack[-1][0]) 502 if not self.stack: 580 self.__use_namespaces = len(self.stack)+1 607 if self.__seen_starttag and not self.stack [all...] |
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INVOKE_METHOD_CHAIN.S | 15 SAVEAREA_FROM_FP(a1, rFP) # a1<- stack save area 18 SAVEAREA_FROM_FP(t0, a1) # t0<- stack save area 24 jr t2 # return to raise stack overflow excep.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.cc | 108 // We strip out different number of stack frames in debug mode 170 dealloc_(b->stack); 191 // Lookup stack trace in table 196 equal(key, key + depth, b->stack)) { 209 b->stack = kcopy; 219 int skip_count, void* stack[kMaxStackDepth]) { 221 stack, kMaxStackDepth, kStripFrames + skip_count + 1); 262 info->call_stack = alloc_value->bucket()->stack; 317 reinterpret_cast<uintptr_t>(b.stack[d])); 406 info.call_stack = list[i]->stack; [all...] |
/external/chromium_org/tools/heapcheck/ |
suppressions.py | 16 # an ellipsis wildcards zero or more functions in a stack. 34 """This class represents a single stack trace suppression. 41 def __init__(self, kind, description, stack): 44 stack is a list of function names and/or wildcards. 49 stack: A list of strings. 53 self._stack = stack 56 for line in stack: 67 else: # there can't be any '\*'s in a stack trace
|
/external/chromium_org/v8/test/mjsunit/ |
error-constructors.js | 39 desc = Object.getOwnPropertyDescriptor(e, 'stack'); 56 ReferenceError.prototype.__defineSetter__('stack', fail); 59 assertTrue(e.hasOwnProperty('stack')); 63 assertTrue(e.hasOwnProperty('stack')); 66 assertTrue(e.hasOwnProperty('stack')); 76 var props = ["name", "message", "stack"];
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_suppressions.cc | 97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { 99 if (!g_ctx->SuppressionCount() || stack == 0) return 0; 104 for (const ReportStack *frame = stack; frame; frame = frame->next) {
|
/external/grub/ |
Android.mk | 33 LOCAL_CFLAGS += -m32 -O2 -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector 90 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector 127 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
|
/external/harfbuzz/src/ |
harfbuzz-shaper-private.h | 154 Type stack##Name[512]; \ 155 Type *Name = stack##Name; 166 if (stack##Name != Name) \
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper-private.h | 142 Type stack##Name[512]; \ 143 Type *Name = stack##Name; 154 if (stack##Name != Name) \
|