HomeSort by relevance Sort by last modified time
    Searched refs:LogShortValue (Results 1 - 2 of 2) sorted by null

  /art/runtime/
transaction.h 134 void LogShortValue(MemberOffset offset, int16_t value, bool is_volatile);
transaction.cc 141 object_log.LogShortValue(field_offset, value, is_volatile);
356 void Transaction::ObjectLog::LogShortValue(MemberOffset offset, int16_t value, bool is_volatile) {

Completed in 80 milliseconds