Home
last modified time | relevance | path

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

/art/libartbase/base/
Dglobals.h44 static constexpr bool GlobalsReturnSelf(bool self) { return self; } in GlobalsReturnSelf() function
49 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(false);
51 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(true);