Home | History | Annotate | Download | only in src

Lines Matching defs:accessed

347   // Accessed by VM thread and profile generator thread.
375 // As the result needs to be accessed from a different thread, we
383 // All other fields are accessed only from the sampler thread.
718 explicit EntryInfo(SnapshotObjectId id) : id(id), accessed(true) { }
719 EntryInfo(SnapshotObjectId id, bool accessed)
721 accessed(accessed) { }
723 bool accessed;