Searched defs:stack_base (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalker_sparc.cc108 uint32_t stack_base; local
110 &stack_base) || stack_base <= 1) {
118 frame->context.g_r[30] = stack_base;
/external/v8/src/regexp/
H A Dregexp-stack.h47 Address stack_base() { function in class:v8::internal::RegExpStack
H A Dregexp-macro-assembler.cc282 Address stack_base = stack_scope.stack()->stack_base(); local
287 output, output_size, stack_base, direct_call, isolate);
343 Address* stack_base,
347 Address old_stack_base = regexp_stack->stack_base();
348 DCHECK(old_stack_base == *stack_base);
355 *stack_base = new_stack_base;
342 GrowStack(Address stack_pointer, Address* stack_base, Isolate* isolate) argument
/external/libffi/src/avr32/
H A Dffi.c73 char *stack_base = stack + 20; local
101 addr = stack_base + stack_offset;
131 addr = stack_base + stack_offset;
171 printf("sp+%d: 0x%08x\n", i*4, ((unsigned int*)stack_base)[i]);
276 register char *stack_base = stack + 20; local
310 *p_argv = (void*)stack_base + stack_offset;
340 *p_argv = (void*)stack_base + stack_offset;
/external/python/cpython2/Modules/_ctypes/libffi/src/avr32/
H A Dffi.c73 char *stack_base = stack + 20; local
101 addr = stack_base + stack_offset;
131 addr = stack_base + stack_offset;
171 printf("sp+%d: 0x%08x\n", i*4, ((unsigned int*)stack_base)[i]);
276 register char *stack_base = stack + 20; local
310 *p_argv = (void*)stack_base + stack_offset;
340 *p_argv = (void*)stack_base + stack_offset;
/external/python/cpython3/Modules/_ctypes/libffi/src/avr32/
H A Dffi.c73 char *stack_base = stack + 20; local
101 addr = stack_base + stack_offset;
131 addr = stack_base + stack_offset;
171 printf("sp+%d: 0x%08x\n", i*4, ((unsigned int*)stack_base)[i]);
276 register char *stack_base = stack + 20; local
310 *p_argv = (void*)stack_base + stack_offset;
340 *p_argv = (void*)stack_base + stack_offset;
/external/v8/src/arm64/
H A Dsimulator-arm64.cc205 Address stack_base,
216 CallArgument(stack_base),
198 CallRegExp(byte* entry, String* input, int64_t start_offset, const byte* input_start, const byte* input_end, int* output, int64_t output_size, Address stack_base, int64_t direct_call, void* return_address, Isolate* isolate) argument

Completed in 680 milliseconds