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

  /art/runtime/
thread-inl.h 90 if (UNLIKELY((old_state_and_flags.as_struct.flags & kCheckpointRequest) != 0)) {
94 // Change the state but keep the current flags (kCheckpointRequest is clear).
95 DCHECK_EQ((old_state_and_flags.as_struct.flags & kCheckpointRequest), 0);
signal_catcher.cc 163 if (self->ReadFlag(kCheckpointRequest)) {
thread.cc 676 // the kCheckpointRequest flag and clearing it.
683 AtomicClearFlag(kCheckpointRequest);
725 new_state_and_flags.as_struct.flags |= kCheckpointRequest;
734 CHECK_EQ(ReadFlag(kCheckpointRequest), true);
    [all...]
thread.h 93 kCheckpointRequest = 2 // Request that the thread do some checkpoint work and then continue.
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 643 if (thread->ReadFlag(kCheckpointRequest)) {

Completed in 141 milliseconds