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.cc255 ArrayLog log; in RecordWriteArray() local
271 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert); in RecordStrongStringInsertion() local
276 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert); in RecordWeakStringInsertion() local
281 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove); in RecordStrongStringRemoval() local
286 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove); in RecordWeakStringRemoval() local
290 void Transaction::LogInternedString(InternStringLog&& log) { in LogInternedString()
Dclass_linker.cc521 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(content, level=Level.Info, color=Color.Default, newLine=True, out=sys.stdout): member in Logger
/art/runtime/base/
Dmutex.cc301 ContentionLogEntry* log = data->contention_log; in RecordContention() local
323 const ContentionLogEntry* log = data->contention_log; in DumpContention() local