Searched refs:LogValue (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | transaction.cc | 301 array_log.LogValue(index, value); in RecordWriteArray() 495 LogValue(ObjectLog::kBoolean, offset, value, is_volatile); in LogBooleanValue() 499 LogValue(ObjectLog::kByte, offset, value, is_volatile); in LogByteValue() 503 LogValue(ObjectLog::kChar, offset, value, is_volatile); in LogCharValue() 507 LogValue(ObjectLog::kShort, offset, value, is_volatile); in LogShortValue() 511 LogValue(ObjectLog::k32Bits, offset, value, is_volatile); in Log32BitsValue() 515 LogValue(ObjectLog::k64Bits, offset, value, is_volatile); in Log64BitsValue() 521 LogValue(ObjectLog::kReference, offset, reinterpret_cast<uintptr_t>(obj), is_volatile); in LogReferenceValue() 524 void Transaction::ObjectLog::LogValue(ObjectLog::FieldValueKind kind, in LogValue() function in art::Transaction::ObjectLog 738 void Transaction::ArrayLog::LogValue(size_t index, uint64_t value) { in LogValue() function in art::Transaction::ArrayLog
|
D | transaction.h | 218 void LogValue(FieldValueKind kind, MemberOffset offset, uint64_t value, bool is_volatile); 235 void LogValue(size_t index, uint64_t value);
|