HomeSort by relevance Sort by last modified time
    Searched refs:InternStringLog (Results 1 - 2 of 2) sorted by null

  /art/runtime/
transaction.cc 94 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert);
99 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert);
104 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove);
109 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove)
    [all...]
transaction.h 136 class InternStringLog {
146 InternStringLog(mirror::String* s, StringKind kind, StringOp op)
162 void LogInternedString(InternStringLog& log)
190 std::list<InternStringLog> intern_string_logs_ GUARDED_BY(log_lock_);

Completed in 174 milliseconds