OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDebugSpaces
(Results
1 - 7
of
7
) sorted by null
/art/runtime/gc/space/
dlmalloc_space-inl.h
61
if (
kDebugSpaces
) {
rosalloc_space-inl.h
78
if (
kDebugSpaces
) {
dlmalloc_space.cc
148
CHECK(!
kDebugSpaces
|| Contains(result));
169
if (
kDebugSpaces
) {
203
if (
kDebugSpaces
) {
rosalloc_space.cc
172
CHECK(!
kDebugSpaces
|| result == nullptr || Contains(result));
192
if (
kDebugSpaces
) {
223
if (
kDebugSpaces
) {
malloc_space.h
171
static constexpr size_t kRecentFreeCount =
kDebugSpaces
? (1 << 16) : 0;
space.h
56
static constexpr bool
kDebugSpaces
= kIsDebugBuild;
large_object_space.cc
223
if (
kDebugSpaces
) {
Completed in 45 milliseconds