Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.h163 void Log64BitsValue(MemberOffset offset, uint64_t value, bool is_volatile);
Dtransaction.cc233 object_log.Log64BitsValue(field_offset, value, is_volatile); in RecordWriteField64()
442 void Transaction::ObjectLog::Log64BitsValue(MemberOffset offset, uint64_t value, bool is_volatile) { in Log64BitsValue() function in art::Transaction::ObjectLog