Lines Matching refs:kIsDebugBuild
105 if (kIsDebugBuild) { in RosAlloc()
153 if (kIsDebugBuild) { in AllocPages()
212 if (kIsDebugBuild) { in AllocPages()
236 if (kIsDebugBuild && last_free_page_run_size > 0) { in AllocPages()
251 if (kIsDebugBuild) { in AllocPages()
291 if (kIsDebugBuild) { in AllocPages()
360 if (kIsDebugBuild) { in FreePages()
389 if (kIsDebugBuild) { in FreePages()
433 if (kIsDebugBuild) { in FreePages()
552 if (kIsDebugBuild) { in AllocRun()
602 if (kIsDebugBuild && current_run != dedicated_full_run_) { in AllocFromCurrentRunUnlocked()
664 if (kIsDebugBuild) { in AllocFromRun()
692 if (kIsDebugBuild) { in AllocFromRun()
764 if (kIsDebugBuild) { in FreeFromRun()
811 auto* full_runs = kIsDebugBuild ? &full_runs_[idx] : nullptr; in FreeFromRun()
816 if (kIsDebugBuild) { in FreeFromRun()
949 if (kIsDebugBuild) { in ZeroHeaderAndSlotHeaders()
1127 auto* full_runs = kIsDebugBuild ? &full_runs_[idx] : nullptr; in BulkFree()
1139 if (kIsDebugBuild) { in BulkFree()
1180 if (kIsDebugBuild) { in BulkFree()
1415 if (kIsDebugBuild) { in InspectAll()
1423 if (kIsDebugBuild) { in InspectAll()
1444 if (kIsDebugBuild) { in InspectAll()
1464 if (kIsDebugBuild) { in InspectAll()
1541 if (kIsDebugBuild) { in RevokeRun()
1592 if (kIsDebugBuild) { in AssertThreadLocalRunsAreRevoked()
1605 if (kIsDebugBuild) { in AssertAllThreadLocalRunsAreRevoked()
1701 if (kIsDebugBuild) { in Initialize()
1932 if (kIsDebugBuild) { in Verify()
2035 if (kIsDebugBuild) { in ReleasePageRange()