OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxSupportedStackDepth
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/
allocation_record.cc
44
CHECK_LE(max_stack_depth,
kMaxSupportedStackDepth
)
allocation_record.h
206
static constexpr size_t
kMaxSupportedStackDepth
= 128;
/art/runtime/native/
dalvik_system_VMDebug.cc
616
static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::
kMaxSupportedStackDepth
) {
Completed in 226 milliseconds