Searched refs:stack_allocated_scope (Results 1 – 1 of 1) sorted by relevance
80 void IncrementCallDepth(Scope* stack_allocated_scope) { in IncrementCallDepth() argument81 stack_allocated_scope->previous_stack_height_ = last_api_entry_; in IncrementCallDepth()85 last_api_entry_ = reinterpret_cast<i::Address>(stack_allocated_scope); in IncrementCallDepth()94 void DecrementCallDepth(Scope* stack_allocated_scope) { in DecrementCallDepth() argument95 last_api_entry_ = stack_allocated_scope->previous_stack_height_; in DecrementCallDepth()