Home
last modified time | relevance | path

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

/art/dex2oat/
Dtransaction.cc169 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/
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, new_line=True, out=sys.stdout): member in Logger
/art/runtime/base/
Dmutex.cc334 ContentionLogEntry* log = data->contention_log; in RecordContention() local
356 const ContentionLogEntry* log = data->contention_log; in DumpContention() local
/art/runtime/
Dclass_linker.cc530 bool log) { in ThrowEarlierClassFailure()