Home
last modified time | relevance | path

Searched refs:why (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmonitor.cc824 bool interruptShouldThrow, ThreadState why) { in Wait() argument
826 DCHECK(why == kTimedWaiting || why == kWaiting || why == kSleeping); in Wait()
836 if (why == kTimedWaiting && (ms == 0 && ns == 0)) { in Wait()
837 why = kWaiting; in Wait()
870 ScopedThreadSuspension sts(self, why); in Wait()
899 if (why == kWaiting) { in Wait()
902 DCHECK(why == kTimedWaiting || why == kSleeping) << why; in Wait()
1288 ThreadState why) { in Wait() argument
1330 mon->Wait(self, ms, ns, interruptShouldThrow, why); in Wait()
Dmonitor.h103 bool interruptShouldThrow, ThreadState why)
274 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
/art/test/1949-short-dex-file/
Dinfo.txt26 JIT will read an incorrect (but valid) method-id from the old-dex file. This is why the error
/art/test/431-type-propagation/smali/
DTypePropagation.smali34 # This environment is the reason why a phi is created at the join block