Searched refs:stack_base (Results 1 – 6 of 6) 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/v8/src/regexp/ |
D | regexp-macro-assembler.cc | 188 Address stack_base = stack_scope.stack()->stack_base(); in Execute() local 193 output, output_size, stack_base, direct_call, isolate); in Execute() 283 Address* stack_base, in GrowStack() argument 287 Address old_stack_base = regexp_stack->stack_base(); in GrowStack() 288 DCHECK(old_stack_base == *stack_base); in GrowStack() 295 *stack_base = new_stack_base; in GrowStack()
|
D | regexp-stack.h | 47 Address stack_base() { in stack_base() function
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 41 Address stack_base, 60 Address stack_base,
|
/external/v8/src/arm64/ |
D | simulator-arm64.h | 36 Address stack_base, 201 Address stack_base,
|
D | simulator-arm64.cc | 204 Address stack_base, in CallRegExp() argument 215 CallArgument(stack_base), in CallRegExp()
|