Lines Matching defs:is_volatile
148 bool is_volatile) { in RecordWriteFieldBoolean()
158 bool is_volatile) { in RecordWriteFieldByte()
168 bool is_volatile) { in RecordWriteFieldChar()
179 bool is_volatile) { in RecordWriteFieldShort()
190 bool is_volatile) { in RecordWriteField32()
200 bool is_volatile) { in RecordWriteField64()
210 bool is_volatile) { in RecordWriteFieldReference()
389 void Transaction::ObjectLog::LogBooleanValue(MemberOffset offset, uint8_t value, bool is_volatile) { in LogBooleanValue()
393 void Transaction::ObjectLog::LogByteValue(MemberOffset offset, int8_t value, bool is_volatile) { in LogByteValue()
397 void Transaction::ObjectLog::LogCharValue(MemberOffset offset, uint16_t value, bool is_volatile) { in LogCharValue()
401 void Transaction::ObjectLog::LogShortValue(MemberOffset offset, int16_t value, bool is_volatile) { in LogShortValue()
405 void Transaction::ObjectLog::Log32BitsValue(MemberOffset offset, uint32_t value, bool is_volatile) { in Log32BitsValue()
409 void Transaction::ObjectLog::Log64BitsValue(MemberOffset offset, uint64_t value, bool is_volatile) { in Log64BitsValue()
415 bool is_volatile) { in LogReferenceValue()
422 bool is_volatile) { in LogValue()