Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dthread-local-top.h73 void IncrementCallDepth(Scope* stack_allocated_scope) { in IncrementCallDepth() argument
74 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() argument
88 last_api_entry_ = stack_allocated_scope->previous_stack_height_; in DecrementCallDepth()