Searched refs:max_stack_depth (Results 1 – 2 of 2) sorted by relevance
42 void AllocRecordObjectMap::SetMaxStackDepth(size_t max_stack_depth) { in SetMaxStackDepth() argument44 CHECK_LE(max_stack_depth, kMaxSupportedStackDepth) in SetMaxStackDepth()46 max_stack_depth_ = max_stack_depth; in SetMaxStackDepth()
307 void SetMaxStackDepth(size_t max_stack_depth) REQUIRES(Locks::alloc_tracker_lock_);