Searched refs:stack_base (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/processor/ |
D | stackwalker_sparc.cc | 108 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/cpython3/Modules/_ctypes/libffi/src/avr32/ |
D | ffi.c | 73 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/libffi/src/avr32/ |
D | ffi.c | 73 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/python/cpython2/Modules/_ctypes/libffi/src/avr32/ |
D | ffi.c | 73 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/ |
D | regexp-macro-assembler.cc | 282 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()
|
D | regexp-stack.h | 47 Address stack_base() { in stack_base() function
|
/external/arm-neon-tests/ |
D | retarget.c | 43 config.stack_base = SP; // inherit SP from the execution environment in __user_initial_stackheap()
|
/external/v8/src/arm64/ |
D | simulator-arm64.h | 37 Address stack_base, 202 Address stack_base,
|
D | simulator-arm64.cc | 205 Address stack_base, in CallRegExp() argument 216 CallArgument(stack_base), in CallRegExp()
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 40 Address stack_base,
|