Searched defs:log (Results 1 – 5 of 5) sorted by relevance
| /art/dex2oat/ |
| D | transaction.cc | 169 ObjectLog log(&allocator_); in RecordNewObject() local 182 ArrayLog log(&allocator_); in RecordNewArray() local 311 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert); in RecordStrongStringInsertion() local 316 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert); in RecordWeakStringInsertion() local 321 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove); in RecordStrongStringRemoval() local 326 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove); in RecordWeakStringRemoval() local 330 void Transaction::LogInternedString(InternStringLog&& log) { in LogInternedString()
|
| /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 | 334 ContentionLogEntry* log = data->contention_log; in RecordContention() local 356 const ContentionLogEntry* log = data->contention_log; in DumpContention() local
|
| /art/runtime/ |
| D | class_linker.cc | 530 bool log) { in ThrowEarlierClassFailure()
|