Home
last modified time | relevance | path

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

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