Lines Matching defs:is_volatile
147 bool is_volatile) { in RecordWriteFieldBoolean()
157 bool is_volatile) { in RecordWriteFieldByte()
167 bool is_volatile) { in RecordWriteFieldChar()
178 bool is_volatile) { in RecordWriteFieldShort()
189 bool is_volatile) { in RecordWriteField32()
199 bool is_volatile) { in RecordWriteField64()
209 bool is_volatile) { in RecordWriteFieldReference()
388 void Transaction::ObjectLog::LogBooleanValue(MemberOffset offset, uint8_t value, bool is_volatile) { in LogBooleanValue()
392 void Transaction::ObjectLog::LogByteValue(MemberOffset offset, int8_t value, bool is_volatile) { in LogByteValue()
396 void Transaction::ObjectLog::LogCharValue(MemberOffset offset, uint16_t value, bool is_volatile) { in LogCharValue()
400 void Transaction::ObjectLog::LogShortValue(MemberOffset offset, int16_t value, bool is_volatile) { in LogShortValue()
404 void Transaction::ObjectLog::Log32BitsValue(MemberOffset offset, uint32_t value, bool is_volatile) { in Log32BitsValue()
408 void Transaction::ObjectLog::Log64BitsValue(MemberOffset offset, uint64_t value, bool is_volatile) { in Log64BitsValue()
414 bool is_volatile) { in LogReferenceValue()
421 bool is_volatile) { in LogValue()