Searched refs:LogValue (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | transaction.cc | 165 array_log.LogValue(index, value); in RecordWriteArray() 302 LogValue(ObjectLog::kBoolean, offset, value, is_volatile); in LogBooleanValue() 306 LogValue(ObjectLog::kByte, offset, value, is_volatile); in LogByteValue() 310 LogValue(ObjectLog::kChar, offset, value, is_volatile); in LogCharValue() 314 LogValue(ObjectLog::kShort, offset, value, is_volatile); in LogShortValue() 318 LogValue(ObjectLog::k32Bits, offset, value, is_volatile); in Log32BitsValue() 322 LogValue(ObjectLog::k64Bits, offset, value, is_volatile); in Log64BitsValue() 326 LogValue(ObjectLog::kReference, offset, reinterpret_cast<uintptr_t>(obj), is_volatile); in LogReferenceValue() 329 void Transaction::ObjectLog::LogValue(ObjectLog::FieldValueKind kind, in LogValue() function in art::Transaction::ObjectLog 484 void Transaction::ArrayLog::LogValue(size_t index, uint64_t value) { in LogValue() function in art::Transaction::ArrayLog
|
D | transaction.h | 142 void LogValue(FieldValueKind kind, MemberOffset offset, uint64_t value, bool is_volatile); 152 void LogValue(size_t index, uint64_t value);
|