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.cc347 Address old_stack_base = regexp_stack->stack_base(); in GrowStack() local
348 DCHECK(old_stack_base == *stack_base); in GrowStack()
349 DCHECK(stack_pointer <= old_stack_base); in GrowStack()
350 DCHECK(static_cast<size_t>(old_stack_base - stack_pointer) <= size); in GrowStack()
356 intptr_t stack_content_size = old_stack_base - stack_pointer; in GrowStack()