Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.h119 void LogValue(size_t index, uint64_t value);
Dtransaction.cc90 array_log.LogValue(index, value); in RecordWriteArray()
370 void Transaction::ArrayLog::LogValue(size_t index, uint64_t value) { in LogValue() function in art::Transaction::ArrayLog