Home
last modified time | relevance | path

Searched refs:LogValue (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtransaction.cc258 it->second.LogValue(index, value); in RecordWriteArray()
423 LogValue(ObjectLog::kBoolean, offset, value, is_volatile); in LogBooleanValue()
427 LogValue(ObjectLog::kByte, offset, value, is_volatile); in LogByteValue()
431 LogValue(ObjectLog::kChar, offset, value, is_volatile); in LogCharValue()
435 LogValue(ObjectLog::kShort, offset, value, is_volatile); in LogShortValue()
439 LogValue(ObjectLog::k32Bits, offset, value, is_volatile); in Log32BitsValue()
443 LogValue(ObjectLog::k64Bits, offset, value, is_volatile); in Log64BitsValue()
449 LogValue(ObjectLog::kReference, offset, reinterpret_cast<uintptr_t>(obj), is_volatile); in LogReferenceValue()
452 void Transaction::ObjectLog::LogValue(ObjectLog::FieldValueKind kind, in LogValue() function in art::Transaction::ObjectLog
647 void Transaction::ArrayLog::LogValue(size_t index, uint64_t value) { in LogValue() function in art::Transaction::ArrayLog
Dtransaction.h199 void LogValue(FieldValueKind kind, MemberOffset offset, uint64_t value, bool is_volatile);
212 void LogValue(size_t index, uint64_t value);