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

  /art/runtime/
transaction.cc 109 ObjectLog& object_log = object_logs_[obj];
119 ObjectLog& object_log = object_logs_[obj];
129 ObjectLog& object_log = object_logs_[obj];
140 ObjectLog& object_log = object_logs_[obj];
151 ObjectLog& object_log = object_logs_[obj];
161 ObjectLog& object_log = object_logs_[obj];
171 ObjectLog& object_log = object_logs_[obj];
344 void Transaction::ObjectLog::LogBooleanValue(MemberOffset offset, uint8_t value, bool is_volatile) {
345 LogValue(ObjectLog::kBoolean, offset, value, is_volatile);
348 void Transaction::ObjectLog::LogByteValue(MemberOffset offset, int8_t value, bool is_volatile)
    [all...]
transaction.h 129 class ObjectLog : public ValueObject {
146 ObjectLog() = default;
147 ObjectLog(ObjectLog&& log) = default;
180 DISALLOW_COPY_AND_ASSIGN(ObjectLog);
286 std::map<mirror::Object*, ObjectLog> object_logs_ GUARDED_BY(log_lock_);

Completed in 266 milliseconds