Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc259 it->second.LogValue(index, value); in RecordWriteArray()
424 LogValue(ObjectLog::kBoolean, offset, value, is_volatile); in LogBooleanValue()
428 LogValue(ObjectLog::kByte, offset, value, is_volatile); in LogByteValue()
432 LogValue(ObjectLog::kChar, offset, value, is_volatile); in LogCharValue()
436 LogValue(ObjectLog::kShort, offset, value, is_volatile); in LogShortValue()
440 LogValue(ObjectLog::k32Bits, offset, value, is_volatile); in Log32BitsValue()
444 LogValue(ObjectLog::k64Bits, offset, value, is_volatile); in Log64BitsValue()
450 LogValue(ObjectLog::kReference, offset, reinterpret_cast<uintptr_t>(obj), is_volatile); in LogReferenceValue()
453 void Transaction::ObjectLog::LogValue(ObjectLog::FieldValueKind kind, in LogValue() function in art::Transaction::ObjectLog
648 void Transaction::ArrayLog::LogValue(size_t index, uint64_t value) { in LogValue() function in art::Transaction::ArrayLog
Dtransaction.h198 void LogValue(FieldValueKind kind, MemberOffset offset, uint64_t value, bool is_volatile);
211 void LogValue(size_t index, uint64_t value);