Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.h113 void LogShortValue(MemberOffset offset, int16_t value, bool is_volatile);
Dtransaction.cc131 object_log.LogShortValue(field_offset, value, is_volatile); in RecordWriteFieldShort()
313 void Transaction::ObjectLog::LogShortValue(MemberOffset offset, int16_t value, bool is_volatile) { in LogShortValue() function in art::Transaction::ObjectLog