/external/openssl/include/openssl/ |
conf.h | 64 #include <openssl/stack.h>
|
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 202 // death test child process, which operates on a very small stack. Use 911 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local [all...] |
/external/protobuf/src/google/protobuf/ |
message.cc | 35 #include <stack>
|
/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/ |
SDL_cpuinfo.c | 65 " pushl %%eax # Save new EFLAGS value on stack \n" 85 " pushq %%rax # Save new EFLAGS value on stack \n" 103 push eax ; Save new EFLAGS value on stack
|
/external/v8/src/ |
heap-profiler.cc | [all...] |
log.h | 251 Address* stack); 437 // Class that extracts stack trace, used for profiling.
|
regexp-macro-assembler.cc | 31 #include "regexp-stack.h" 162 // Ensure that the minimum stack has been allocated. 164 Address stack_base = stack_scope.stack()->stack_base(); 180 // We detected a stack overflow (on the backtrack stack) in RegExp code, 221 // return address on the stack.
|
log.cc | 181 sample->stack[i++] = it.frame()->pc(); 1087 Address* stack) { 1092 while (*stack != NULL) { 1093 msg.Append(",0x%" V8PRIxPTR, *stack++); 1151 msg.AppendAddress(sample->stack[i]) [all...] |
/external/v8/test/mjsunit/ |
apply.js | 121 assertTrue(e.toString().indexOf("Maximum call stack size exceeded") != -1); 131 assertTrue(e.toString().indexOf("Maximum call stack size exceeded") != -1);
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-amd64-linux.S | 341 /* Let the linker know we don't need an executable stack */ 342 .section .note.GNU-stack,"",@progbits
|
dispatch-ppc32-linux.S | 72 /* New stack frame */ 232 /* make a stack frame for the code we are calling */ 257 Stack state: 311 Stack state: 451 /* Return to parent stack */ 634 /* Let the linker know we don't need an executable stack */ 635 .section .note.GNU-stack,"",@progbits
|
dispatch-ppc64-linux.S | 94 /* New stack frame */ 234 /* make a stack frame for the code we are calling */ 270 Stack state: 337 Stack state: 471 /* Return to parent stack */ 658 /* Let the linker know we don't need an executable stack */ 659 .section .note.GNU-stack,"",@progbits
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-ppc32-aix5.c | 107 VG_(printf)("thread tid %d started: stack = %p\n", 191 reusing the stack while we're doing these last cleanups. 193 reallocation. We need to make sure we don't touch the stack 210 /* after this point we can't safely use the stack. */ 246 /* Call f(arg1), but first switch stacks, using 'stack' as the new 247 stack. f itself needs to never return. */ 250 void call_on_new_stack_0_1_NORETURN ( Addr stack, 257 block[1] = stack; /* r1 */ 278 /* Allocate a stack for the main thread, and run it all the way to the 291 /* make a stack frame * 614 UWord* stack = (UWord*)ML_(allocstack)(dst_tid); local [all...] |
/external/valgrind/main/coregrind/ |
pub_core_aspacemgr.h | 61 suggested end address for the client's stack. */ 230 /* Tell aspacem where the initial client stack is, so that it 243 // loading the client and building its stack/data segment, before 394 Protect the stack active area and the guard areas appropriately. 396 stack. On success, also sets *initial_sp to what the stack pointer 401 /* Figure out how many bytes of the stack's active area have not been 404 extern SizeT VG_(am_get_VgStack_unused_szB)( VgStack* stack, SizeT limit );
|
/external/valgrind/main/massif/tests/ |
peak2.stderr.exp | 105 Massif: stack allocs: 0 106 Massif: stack frees: 0
|
/external/webkit/Source/WebCore/inspector/ |
InspectorInstrumentation.cpp | 640 void InspectorInstrumentation::consoleCountImpl(InspectorAgent* inspectorAgent, PassRefPtr<ScriptArguments> arguments, PassRefPtr<ScriptCallStack> stack) 642 inspectorAgent->consoleAgent()->count(arguments, stack); 650 void InspectorInstrumentation::stopConsoleTimingImpl(InspectorAgent* inspectorAgent, const String& title, PassRefPtr<ScriptCallStack> stack) 652 inspectorAgent->consoleAgent()->stopTiming(title, stack); [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
alloca.c | 5 which is used to allocate space off the run-time stack so 16 that are found to be deeper in the stack than the current 53 /* If your stack is a linked list of frames, you have to 86 /* Define STACK_DIRECTION if you know the direction of stack 111 auto char dummy; /* To get stack address. */ 123 stack_dir = 1; /* Stack grew upward. */ 125 stack_dir = -1; /* Stack grew downward. */ 133 (b) keep track of stack depth. 148 char *deep; /* For stack depth measure. */ 157 was supposed to be taken from the current stack frame of th 414 long size, pseg, this_segment, stack; local [all...] |
/frameworks/base/tools/aapt/ |
XMLNode.h | 148 Vector<sp<XMLNode> > stack; member in struct:XMLNode::ParseState
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
alloca.c | 7 which is used to allocate space off the run-time stack so 18 that are found to be deeper in the stack than the current 67 /* If your stack is a linked list of frames, you have to 77 /* Define STACK_DIRECTION if you know the direction of stack 102 auto char dummy; /* To get stack address. */ 114 stack_dir = 1; /* Stack grew upward. */ 116 stack_dir = -1; /* Stack grew downward. */ 124 (b) keep track of stack depth. 139 char *deep; /* For stack depth measure. */ 148 was supposed to be taken from the current stack frame of th 421 long size, pseg, this_segment, stack; local [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/packages/apps/Mms/src/com/android/mms/data/ |
Contact.java | 139 StackTraceElement[] stack = current.getStackTrace(); local 148 int stop = stack.length > 7 ? 7 : stack.length; 150 String methodName = stack[i].getMethodName(); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
processor_32.h | 186 unsigned long stack[64]; member in struct:tss_struct
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
processor_32.h | 186 unsigned long stack[64]; member in struct:tss_struct
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 186 unsigned long stack[64]; member in struct:tss_struct
|
/external/libvpx/vp8/common/arm/neon/ |
sixtappredict8x4_neon.asm | 23 ; stack(r5) int dst_pitch 29 ldr r4, [sp, #12] ;load parameters from stack 30 ldr r5, [sp, #16] ;load parameters from stack 43 sub sp, sp, #32 ;reserve space on stack for temporary storage 220 vqrshrun.s16 d29, q11, #7 ;load intermediate data from stack
|