Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-macro-assembler.cc357 Address old_stack_base = regexp_stack->stack_base(); in GrowStack() local
358 DCHECK(old_stack_base == *stack_base); in GrowStack()
359 DCHECK(stack_pointer <= old_stack_base); in GrowStack()
360 DCHECK(static_cast<size_t>(old_stack_base - stack_pointer) <= size); in GrowStack()
366 intptr_t stack_content_size = old_stack_base - stack_pointer; in GrowStack()