Home
last modified time | relevance | path

Searched defs:log (Results 1 – 6 of 6) sorted by relevance

/art/sigchainlib/
Dlog.h24 #define log(...) async_safe_format_log(ANDROID_LOG_ERROR, "libsigchain", __VA_ARGS__) macro
32 static void log(const char* format, ...) { in log() function
/art/runtime/
Dtransaction.cc224 ArrayLog log; in RecordWriteArray() local
239 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert); in RecordStrongStringInsertion() local
244 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert); in RecordWeakStringInsertion() local
249 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove); in RecordStrongStringRemoval() local
254 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove); in RecordWeakStringRemoval() local
258 void Transaction::LogInternedString(InternStringLog&& log) { in LogInternedString()
Dclass_linker.cc237 bool log) { in ThrowEarlierClassFailure()
/art/tools/dexfuzz/src/dexfuzz/
DLog.java64 private static void log(LogTag tag, String msg) { in log() method in Log
/art/tools/checker/common/
Dlogger.py47 def log(text, level=Level.Info, color=Color.Default, newLine=True, out=sys.stdout): member in Logger
/art/runtime/base/
Dmutex.cc242 ContentionLogEntry* log = data->contention_log; in RecordContention() local
264 const ContentionLogEntry* log = data->contention_log; in DumpContention() local