Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc780 bool interruptShouldThrow, ThreadState why) { in Wait() argument
782 DCHECK(why == kTimedWaiting || why == kWaiting || why == kSleeping); in Wait()
795 if (why == kTimedWaiting && (ms == 0 && ns == 0)) { in Wait()
796 why = kWaiting; in Wait()
830 ScopedThreadSuspension sts(self, why); in Wait()
860 if (why == kWaiting) { in Wait()
863 DCHECK(why == kTimedWaiting || why == kSleeping) << why; in Wait()
1255 ThreadState why) { in Wait() argument
1297 mon->Wait(self, ms, ns, interruptShouldThrow, why); in Wait()
Dmonitor.h102 bool interruptShouldThrow, ThreadState why)
272 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
/art/test/431-type-propagation/smali/
DTypePropagation.smali34 # This environment is the reason why a phi is created at the join block
/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