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

  /art/runtime/
transaction.cc 238 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert);
243 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert);
248 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove);
253 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove)
    [all...]
transaction.h 227 class InternStringLog : public ValueObject {
237 InternStringLog(ObjPtr<mirror::String> s, StringKind kind, StringOp op);
244 InternStringLog() = default;
245 InternStringLog(InternStringLog&& log) = default;
252 DISALLOW_COPY_AND_ASSIGN(InternStringLog);
270 void LogInternedString(InternStringLog&& log)
306 std::list<InternStringLog> intern_string_logs_ GUARDED_BY(log_lock_);

Completed in 121 milliseconds