Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis.h146 void SetEscaped() { escaped_ = true; } in SetEscaped()
147 bool HasEscaped() const { return escaped_; } in HasEscaped()
152 bool escaped_ = false;
/external/v8/src/api/
Dapi.cc281 escaped_(false), in CallDepthScope()
313 if (!escaped_) isolate_->thread_local_top()->DecrementCallDepth(this); in ~CallDepthScope()
324 DCHECK(!escaped_); in Escape()
325 escaped_ = true; in Escape()
346 bool escaped_; member in v8::__anona26d73470111::CallDepthScope