Home
last modified time | relevance | path

Searched refs:kMaxSupportedStackDepth (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dallocation_record.cc44 CHECK_LE(max_stack_depth, kMaxSupportedStackDepth) in SetMaxStackDepth()
Dallocation_record.h206 static constexpr size_t kMaxSupportedStackDepth = 128; variable
/art/runtime/native/
Ddalvik_system_VMDebug.cc482 static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::kMaxSupportedStackDepth) { in VMDebug_setAllocTrackerStackDepth()