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

  /art/tools/cpp-define-generator/
thread.def 28 art::kEmptyCheckpointRequest)
56 art::kSuspendRequest | art::kCheckpointRequest | art::kEmptyCheckpointRequest)
  /art/runtime/
thread-inl.h 58 } else if (ReadFlag(kEmptyCheckpointRequest)) {
70 if (ReadFlag(kEmptyCheckpointRequest)) {
94 if (ReadFlag(kEmptyCheckpointRequest)) {
193 if (UNLIKELY((old_state_and_flags.as_struct.flags & kEmptyCheckpointRequest) != 0)) {
199 DCHECK_EQ((old_state_and_flags.as_struct.flags & kEmptyCheckpointRequest), 0);
217 (kCheckpointRequest | kEmptyCheckpointRequest | kActiveSuspendBarrier)) == 0)) {
267 (kCheckpointRequest | kEmptyCheckpointRequest)) != 0) {
thread.h 123 kEmptyCheckpointRequest = 4, // Request that the thread do empty checkpoint and then continue.
    [all...]
thread_list.cc 492 thread->ReadFlag(kEmptyCheckpointRequest)) {
    [all...]
thread.cc     [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 651 } else if (flags & kEmptyCheckpointRequest) {
    [all...]

Completed in 78 milliseconds