Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc42 void AllocRecordObjectMap::SetMaxStackDepth(size_t max_stack_depth) { in SetMaxStackDepth() argument
44 CHECK_LE(max_stack_depth, kMaxSupportedStackDepth) in SetMaxStackDepth()
46 max_stack_depth_ = max_stack_depth; in SetMaxStackDepth()
Dallocation_record.h307 void SetMaxStackDepth(size_t max_stack_depth) REQUIRES(Locks::alloc_tracker_lock_);