OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectLog
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
transaction.cc
64
ObjectLog
& object_log = object_logs_[obj];
72
ObjectLog
& object_log = object_logs_[obj];
80
ObjectLog
& object_log = object_logs_[obj];
226
void Transaction::
ObjectLog
::Log32BitsValue(MemberOffset offset, uint32_t value, bool is_volatile) {
229
ObjectLog
::FieldValue field_value;
232
field_value.kind =
ObjectLog
::k32Bits;
237
void Transaction::
ObjectLog
::Log64BitsValue(MemberOffset offset, uint64_t value, bool is_volatile) {
240
ObjectLog
::FieldValue field_value;
243
field_value.kind =
ObjectLog
::k64Bits;
248
void Transaction::
ObjectLog
::LogReferenceValue(MemberOffset offset, mirror::Object* obj, bool is_volatile)
[
all
...]
transaction.h
84
class
ObjectLog
{
188
std::map<mirror::Object*,
ObjectLog
> object_logs_ GUARDED_BY(log_lock_);
Completed in 145 milliseconds