Home
last modified time | relevance | path

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

/external/v8/src/
Dregexp-macro-assembler.cc168 Address stack_base = stack_scope.stack()->stack_base(); in Execute() local
177 stack_base, in Execute()
251 Address* stack_base, in GrowStack() argument
256 Address old_stack_base = regexp_stack->stack_base(); in GrowStack()
257 ASSERT(old_stack_base == *stack_base); in GrowStack()
264 *stack_base = new_stack_base; in GrowStack()
Dregexp-stack.h66 Address stack_base() { in stack_base() function
/external/qemu/
Darm-semi.c462 ptr[2] = tswap32(ts->stack_base); in do_arm_semihosting()