Searched defs:LogValue (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dtransaction.cc165 array_log.LogValue(index, value);
302 LogValue(ObjectLog::kBoolean, offset, value, is_volatile);
306 LogValue(ObjectLog::kByte, offset, value, is_volatile);
310 LogValue(ObjectLog::kChar, offset, value, is_volatile);
314 LogValue(ObjectLog::kShort, offset, value, is_volatile);
318 LogValue(ObjectLog::k32Bits, offset, value, is_volatile);
322 LogValue(ObjectLog::k64Bits, offset, value, is_volatile);
326 LogValue(ObjectLog::kReference, offset, reinterpret_cast<uintptr_t>(obj), is_volatile);
329 void Transaction::ObjectLog::LogValue(ObjectLog::FieldValueKind kind, function in class:art::Transaction::ObjectLog
484 void Transaction::ArrayLog::LogValue(size_ function in class:art::Transaction::ArrayLog
[all...]

Completed in 20 milliseconds