Home
last modified time | relevance | path

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

/art/libartbase/base/
Dlogging.h102 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument
106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) argument
109 #define VLOG_STREAM(module) LOG_STREAM(INFO) argument
Dcommon_art_test.cc361 for (const std::string& module : modules) { in GetLibCoreDexFileNames() local
/art/runtime/
Dmodule_exclusion_test.cc34 explicit ModuleExclusionTest(const std::string& module) in ModuleExclusionTest()