Home
last modified time | relevance | path

Searched refs:stack_base (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_sparc.cc108 uint32_t stack_base; in GetCallerFrame() local
110 &stack_base) || stack_base <= 1) { in GetCallerFrame()
118 frame->context.g_r[30] = stack_base; in GetCallerFrame()
/external/python/cpython2/Modules/_ctypes/libffi/src/avr32/
Dffi.c73 char *stack_base = stack + 20; in ffi_prep_args() local
101 addr = stack_base + stack_offset; in ffi_prep_args()
131 addr = stack_base + stack_offset; in ffi_prep_args()
171 printf("sp+%d: 0x%08x\n", i*4, ((unsigned int*)stack_base)[i]); in ffi_prep_args()
276 register char *stack_base = stack + 20; in ffi_prep_incoming_args_SYSV() local
310 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV()
340 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc282 Address stack_base = stack_scope.stack()->stack_base(); in Execute() local
287 output, output_size, stack_base, direct_call, isolate); in Execute()
343 Address* stack_base, in GrowStack() argument
347 Address old_stack_base = regexp_stack->stack_base(); in GrowStack()
348 DCHECK(old_stack_base == *stack_base); in GrowStack()
355 *stack_base = new_stack_base; in GrowStack()
Dregexp-stack.h47 Address stack_base() { in stack_base() function
/external/arm-neon-tests/
Dretarget.c43 config.stack_base = SP; // inherit SP from the execution environment in __user_initial_stackheap()
/external/v8/src/arm64/
Dsimulator-arm64.h37 Address stack_base,
202 Address stack_base,
Dsimulator-arm64.cc205 Address stack_base, in CallRegExp() argument
216 CallArgument(stack_base), in CallRegExp()
/external/v8/src/mips64/
Dsimulator-mips64.h40 Address stack_base,