Searched refs:scope_depth_ (Results 1 – 2 of 2) sorted by relevance
23 explicit CodeTracer(int isolate_id) : file_(nullptr), scope_depth_(0) { in CodeTracer()87 scope_depth_++; in OpenFile()95 if (--scope_depth_ == 0) { in CloseFile()109 int scope_depth_; variable
57 ++fni_->scope_depth_;62 --fni_->scope_depth_;73 bool IsOpen() const { return scope_depth_ > 0; }130 size_t scope_depth_ = 0;