Searched refs:last_api_entry_ (Results 1 – 3 of 3) sorted by relevance
81 stack_allocated_scope->previous_stack_height_ = last_api_entry_; in IncrementCallDepth()85 last_api_entry_ = reinterpret_cast<i::Address>(stack_allocated_scope); in IncrementCallDepth()95 last_api_entry_ = stack_allocated_scope->previous_stack_height_; in DecrementCallDepth()98 bool CallDepthIsZero() const { return last_api_entry_ == kNullAddress; } in CallDepthIsZero()122 Address last_api_entry_; variable
23 last_api_entry_ = kNullAddress; in Clear()63 last_api_entry_ = simulator_->get_sp(); in StoreCurrentStackPosition()67 last_api_entry_ = reinterpret_cast<Address>(GetCurrentStackPosition()); in StoreCurrentStackPosition()
129 it.frame()->fp() < isolate->thread_local_top()->last_api_entry_) { in RUNTIME_FUNCTION()