Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc177 object_log.LogBooleanValue(field_offset, value, is_volatile); in RecordWriteFieldBoolean()
423 void Transaction::ObjectLog::LogBooleanValue(MemberOffset offset, uint8_t value, bool is_volatile) { in LogBooleanValue() function in art::Transaction::ObjectLog
Dtransaction.h157 void LogBooleanValue(MemberOffset offset, uint8_t value, bool is_volatile);