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
57
if (
kDebugSpaces
) {
rosalloc_space-inl.h
59
if (
kDebugSpaces
) {
dlmalloc_space.cc
146
CHECK(!
kDebugSpaces
|| Contains(result));
161
if (
kDebugSpaces
) {
195
if (
kDebugSpaces
) {
rosalloc_space.cc
162
CHECK(!
kDebugSpaces
|| result == nullptr || Contains(result));
175
if (
kDebugSpaces
) {
206
if (
kDebugSpaces
) {
malloc_space.h
162
static constexpr size_t kRecentFreeCount =
kDebugSpaces
? (1 << 16) : 0;
space.h
55
static constexpr bool
kDebugSpaces
= kIsDebugBuild;
large_object_space.cc
167
if (
kDebugSpaces
) {
Completed in 70 milliseconds