Lines Matching refs:kIsDebugBuild
103 if (kIsDebugBuild) { in RosAlloc()
151 if (kIsDebugBuild) { in AllocPages()
210 if (kIsDebugBuild) { in AllocPages()
234 if (kIsDebugBuild && last_free_page_run_size > 0) { in AllocPages()
249 if (kIsDebugBuild) { in AllocPages()
289 if (kIsDebugBuild) { in AllocPages()
358 if (kIsDebugBuild) { in FreePages()
387 if (kIsDebugBuild) { in FreePages()
431 if (kIsDebugBuild) { in FreePages()
553 if (kIsDebugBuild) { in AllocRun()
603 if (kIsDebugBuild && current_run != dedicated_full_run_) { in AllocFromCurrentRunUnlocked()
665 if (kIsDebugBuild) { in AllocFromRun()
693 if (kIsDebugBuild) { in AllocFromRun()
765 if (kIsDebugBuild) { in FreeFromRun()
812 auto* full_runs = kIsDebugBuild ? &full_runs_[idx] : nullptr; in FreeFromRun()
817 if (kIsDebugBuild) { in FreeFromRun()
950 if (kIsDebugBuild) { in ZeroHeaderAndSlotHeaders()
1128 auto* full_runs = kIsDebugBuild ? &full_runs_[idx] : nullptr; in BulkFree()
1140 if (kIsDebugBuild) { in BulkFree()
1181 if (kIsDebugBuild) { in BulkFree()
1417 if (kIsDebugBuild) { in InspectAll()
1425 if (kIsDebugBuild) { in InspectAll()
1446 if (kIsDebugBuild) { in InspectAll()
1466 if (kIsDebugBuild) { in InspectAll()
1546 if (kIsDebugBuild) { in RevokeRun()
1597 if (kIsDebugBuild) { in AssertThreadLocalRunsAreRevoked()
1610 if (kIsDebugBuild) { in AssertAllThreadLocalRunsAreRevoked()
1706 if (kIsDebugBuild) { in Initialize()
1935 if (kIsDebugBuild) { in Verify()
2041 if (kIsDebugBuild) { in ReleasePageRange()