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

  /art/runtime/
transaction.h 117 class ArrayLog {
189 std::map<mirror::Array*, ArrayLog> array_logs_ GUARDED_BY(log_lock_);
transaction.cc 89 ArrayLog& array_log = array_logs_[array];
370 void Transaction::ArrayLog::LogValue(size_t index, uint64_t value) {
377 void Transaction::ArrayLog::Undo(mirror::Array* array) {
386 void Transaction::ArrayLog::UndoArrayWrite(mirror::Array* array, Primitive::Type array_type,

Completed in 206 milliseconds