Home
last modified time | relevance | path

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

/external/v8/src/
Dregexp-macro-assembler.cc137 Address stack_base = stack_scope.stack()->stack_base(); in Execute() local
147 stack_base, in Execute()
239 Address* stack_base, in GrowStack() argument
243 Address old_stack_base = regexp_stack->stack_base(); in GrowStack()
244 DCHECK(old_stack_base == *stack_base); in GrowStack()
251 *stack_base = new_stack_base; in GrowStack()
Dregexp-stack.h43 Address stack_base() { in stack_base() function
/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/v8/src/mips64/
Dsimulator-mips64.h41 Address stack_base,
59 Address stack_base,
/external/v8/src/arm64/
Dsimulator-arm64.h44 Address stack_base,
201 Address stack_base,
Dsimulator-arm64.cc203 Address stack_base, in CallRegExp() argument
214 CallArgument(stack_base), in CallRegExp()