Home
last modified time | relevance | path

Searched refs:GlobalsReturnSelf (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dglobals.h61 static constexpr bool GlobalsReturnSelf(bool self) { return self; } in GlobalsReturnSelf() function
66 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(false);
68 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(true);