Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.h133 void LogCharValue(MemberOffset offset, uint16_t value, bool is_volatile);
Dtransaction.cc130 object_log.LogCharValue(field_offset, value, is_volatile); in RecordWriteFieldChar()
352 void Transaction::ObjectLog::LogCharValue(MemberOffset offset, uint16_t value, bool is_volatile) { in LogCharValue() function in art::Transaction::ObjectLog