Searched refs:call_depth_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc157 : got_connection_(false), call_depth_(0), max_call_depth_(0) {}
172 max_call_depth_ = std::max(++call_depth_, max_call_depth_);
173 if (call_depth_ == 1) {
176 call_depth_--;
184 int call_depth_; member in class:mojo::test::__anon8778::ReentrantServiceImpl
/external/chromium_org/v8/src/
H A Dapi.h500 call_depth_(0),
521 inline void IncrementCallDepth() {call_depth_++;}
522 inline void DecrementCallDepth() {call_depth_--;}
523 inline bool CallDepthIsZero() { return call_depth_ == 0; }
553 call_depth_ = 0;
567 DCHECK(call_depth_ == 0);
580 int call_depth_; member in class:v8::internal::HandleScopeImplementer

Completed in 94 milliseconds