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

  /art/runtime/
transaction.cc 185 it->second.LogValue(index, value);
345 LogValue(ObjectLog::kBoolean, offset, value, is_volatile);
349 LogValue(ObjectLog::kByte, offset, value, is_volatile);
353 LogValue(ObjectLog::kChar, offset, value, is_volatile);
357 LogValue(ObjectLog::kShort, offset, value, is_volatile);
361 LogValue(ObjectLog::k32Bits, offset, value, is_volatile);
365 LogValue(ObjectLog::k64Bits, offset, value, is_volatile);
371 LogValue(ObjectLog::kReference, offset, reinterpret_cast<uintptr_t>(obj), is_volatile);
374 void Transaction::ObjectLog::LogValue(ObjectLog::FieldValueKind kind,
569 void Transaction::ArrayLog::LogValue(size_t index, uint64_t value)
    [all...]
transaction.h 172 void LogValue(FieldValueKind kind, MemberOffset offset, uint64_t value, bool is_volatile);
185 void LogValue(size_t index, uint64_t value);

Completed in 63 milliseconds