Searched defs:log (Results 1 – 6 of 6) sorted by relevance
/art/sigchainlib/ |
D | log.h | 24 #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/ |
D | transaction.cc | 224 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()
|
D | class_linker.cc | 237 bool log) { in ThrowEarlierClassFailure()
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | Log.java | 64 private static void log(LogTag tag, String msg) { in log() method in Log
|
/art/tools/checker/common/ |
D | logger.py | 47 def log(text, level=Level.Info, color=Color.Default, newLine=True, out=sys.stdout): member in Logger
|
/art/runtime/base/ |
D | mutex.cc | 242 ContentionLogEntry* log = data->contention_log; in RecordContention() local 264 const ContentionLogEntry* log = data->contention_log; in DumpContention() local
|