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 | 256 ArrayLog log; in RecordWriteArray() local 272 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert); in RecordStrongStringInsertion() local 277 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert); in RecordWeakStringInsertion() local 282 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove); in RecordStrongStringRemoval() local 287 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove); in RecordWeakStringRemoval() local 291 void Transaction::LogInternedString(InternStringLog&& log) { in LogInternedString()
|
D | class_linker.cc | 525 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(content, level=Level.INFO, color=Color.DEFAULT, new_line=True, out=sys.stdout): member in Logger
|
/art/runtime/base/ |
D | mutex.cc | 315 ContentionLogEntry* log = data->contention_log; in RecordContention() local 337 const ContentionLogEntry* log = data->contention_log; in DumpContention() local
|