Home
last modified time | relevance | path

Searched defs:module (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dlogging.h107 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument
111 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) argument
143 #define VLOG_STREAM(module) \ argument
Dcommon_art_test.cc437 for (const std::string& module : modules) { in GetLibCoreDexFileNames() local
/art/runtime/
Dmodule_exclusion_test.cc36 explicit ModuleExclusionTest(const std::string& module) in ModuleExclusionTest()