Searched refs:regexp_stack (Results 1 – 5 of 5) sorted by relevance
249 RegExpStack* regexp_stack = isolate->regexp_stack(); in GrowStack() local250 size_t size = regexp_stack->stack_capacity(); in GrowStack()251 Address old_stack_base = regexp_stack->stack_base(); in GrowStack()255 Address new_stack_base = regexp_stack->EnsureCapacity(size * 2); in GrowStack()
144 from = isolate_->regexp_stack()->RestoreStack(from); in RestoreThread()302 to = isolate_->regexp_stack()->ArchiveStack(to); in EagerlyArchiveThread()314 isolate_->regexp_stack()->FreeThreadResources(); in FreeThreadResources()
12 : regexp_stack_(isolate->regexp_stack()) { in RegExpStackScope()
1140 return ExternalReference(isolate->regexp_stack()->limit_address()); in address_of_regexp_stack_limit()1381 isolate->regexp_stack()->memory_address()); in address_of_regexp_stack_memory_address()1386 return ExternalReference(isolate->regexp_stack()->memory_size_address()); in address_of_regexp_stack_memory_size()
925 RegExpStack* regexp_stack() { return regexp_stack_; } in regexp_stack() function