Searched refs:why (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | monitor.cc | 828 bool interruptShouldThrow, ThreadState why) { in Wait() argument 830 DCHECK(why == kTimedWaiting || why == kWaiting || why == kSleeping); in Wait() 840 if (why == kTimedWaiting && (ms == 0 && ns == 0)) { in Wait() 841 why = kWaiting; in Wait() 874 ScopedThreadSuspension sts(self, why); in Wait() 903 if (why == kWaiting) { in Wait() 906 DCHECK(why == kTimedWaiting || why == kSleeping) << why; in Wait() 1276 ThreadState why) { in Wait() argument 1318 mon->Wait(self, ms, ns, interruptShouldThrow, why); in Wait()
|
D | monitor.h | 109 bool interruptShouldThrow, ThreadState why) 280 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
|
/art/test/431-type-propagation/smali/ |
D | TypePropagation.smali | 34 # This environment is the reason why a phi is created at the join block
|
/art/test/1949-short-dex-file/ |
D | info.txt | 26 JIT will read an incorrect (but valid) method-id from the old-dex file. This is why the error
|