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

  /art/runtime/
transaction.cc 169 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert);
174 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert);
179 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove);
184 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove)
    [all...]
transaction.h 169 class InternStringLog : public ValueObject {
179 InternStringLog(mirror::String* s, StringKind kind, StringOp op)
195 void LogInternedString(const InternStringLog& log)
225 std::list<InternStringLog> intern_string_logs_ GUARDED_BY(log_lock_);

Completed in 776 milliseconds