Searched defs:module (Results 1 – 3 of 3) sorted by relevance
107 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument111 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) argument143 #define VLOG_STREAM(module) \ argument
458 for (const std::string& module : modules) { in GetLibCoreDexFileNames() local
36 explicit ModuleExclusionTest(const std::string& module) in ModuleExclusionTest()