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

  /art/runtime/
thread-inl.h 67 if (ReadFlag(kCheckpointRequest)) {
128 if (UNLIKELY((old_state_and_flags.as_struct.flags & kCheckpointRequest) != 0)) {
132 // Change the state but keep the current flags (kCheckpointRequest is clear).
133 DCHECK_EQ((old_state_and_flags.as_struct.flags & kCheckpointRequest), 0);
150 if (LIKELY((current_flags & (kCheckpointRequest | kActiveSuspendBarrier)) == 0)) {
197 } else if ((old_state_and_flags.as_struct.flags & kCheckpointRequest) != 0) {
asm_support.h 397 ADD_TEST_EQ(THREAD_CHECKPOINT_REQUEST, static_cast<int32_t>(art::kCheckpointRequest))
thread.cc     [all...]
thread.h 106 kCheckpointRequest = 2, // Request that the thread do some checkpoint work and then continue.
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 515 if (flags & kCheckpointRequest) {

Completed in 85 milliseconds