Searched refs:stack_allocated_scope (Results 1 – 1 of 1) sorted by relevance
73 void IncrementCallDepth(Scope* stack_allocated_scope) { in IncrementCallDepth() argument74 stack_allocated_scope->previous_stack_height_ = last_api_entry_; in IncrementCallDepth()78 last_api_entry_ = reinterpret_cast<i::Address>(stack_allocated_scope); in IncrementCallDepth()87 void DecrementCallDepth(Scope* stack_allocated_scope) { in DecrementCallDepth() argument88 last_api_entry_ = stack_allocated_scope->previous_stack_height_; in DecrementCallDepth()