Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dvalidation_context.h121 ++ctx_->stack_depth_; in COMPONENT_EXPORT()
124 ~ScopedDepthTracker() { --ctx_->stack_depth_; } in COMPONENT_EXPORT()
134 return stack_depth_ > kMaxRecursionDepth; in COMPONENT_EXPORT()
161 int stack_depth_; in COMPONENT_EXPORT() local
Dvalidation_context.cc28 stack_depth_(stack_depth) { in ValidationContext()
/external/libchrome/base/json/
Djson_parser.cc62 stack_depth_(0), in JSONParser()
334 StackMarker depth_check(max_depth_, &stack_depth_); in ConsumeDictionary()
398 StackMarker depth_check(max_depth_, &stack_depth_); in ConsumeList()
Djson_parser.h227 int stack_depth_; variable
/external/v8/src/profiler/
Dsampling-heap-profiler.cc65 stack_depth_(stack_depth), in SamplingHeapProfiler()
164 while (!it.done() && frames_captured < stack_depth_) { in AddStack()
Dsampling-heap-profiler.h150 const int stack_depth_; variable
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc406 DCHECK_EQ(stack_depth_, 0) << "Unnested IncrementStackDepth?"; in ~PredicateFactory()
502 parent_->stack_depth_++; in IncrementStackDepth()
507 return parent_->stack_depth_ >= kMaxStackDepth; in HasOverflowed()
510 ~IncrementStackDepth() { parent_->stack_depth_--; } in ~IncrementStackDepth()
539 int stack_depth_ = 0; member in tensorflow::__anon9db8ce5c0111::PredicateFactory