Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc226 it->second.LogValue(index, value); in RecordWriteArray()
389 LogValue(ObjectLog::kBoolean, offset, value, is_volatile); in LogBooleanValue()
393 LogValue(ObjectLog::kByte, offset, value, is_volatile); in LogByteValue()
397 LogValue(ObjectLog::kChar, offset, value, is_volatile); in LogCharValue()
401 LogValue(ObjectLog::kShort, offset, value, is_volatile); in LogShortValue()
405 LogValue(ObjectLog::k32Bits, offset, value, is_volatile); in Log32BitsValue()
409 LogValue(ObjectLog::k64Bits, offset, value, is_volatile); in Log64BitsValue()
415 LogValue(ObjectLog::kReference, offset, reinterpret_cast<uintptr_t>(obj), is_volatile); in LogReferenceValue()
418 void Transaction::ObjectLog::LogValue(ObjectLog::FieldValueKind kind, in LogValue() function in art::Transaction::ObjectLog
613 void Transaction::ArrayLog::LogValue(size_t index, uint64_t value) { in LogValue() function in art::Transaction::ArrayLog
Dtransaction.h190 void LogValue(FieldValueKind kind, MemberOffset offset, uint64_t value, bool is_volatile);
203 void LogValue(size_t index, uint64_t value);