Searched refs:throwing_OutOfMemoryError (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 71 EXPECT_OFFSET_DIFFP(Thread, tls32_, daemon, throwing_OutOfMemoryError, 4); in CheckThreadOffsets() 72 EXPECT_OFFSET_DIFFP(Thread, tls32_, throwing_OutOfMemoryError, no_thread_suspension, 4); in CheckThreadOffsets()
|
D | thread.h | 1060 daemon(is_daemon), throwing_OutOfMemoryError(false), no_thread_suspension(0), in tls_32bit_sized_values() 1092 bool32_t throwing_OutOfMemoryError; member
|
D | thread.cc | 1197 !tls32_.throwing_OutOfMemoryError); in DumpJavaStack() 1999 msg, (tls32_.throwing_OutOfMemoryError ? " (recursive case)" : "")); in ThrowOutOfMemoryError() 2000 if (!tls32_.throwing_OutOfMemoryError) { in ThrowOutOfMemoryError() 2001 tls32_.throwing_OutOfMemoryError = true; in ThrowOutOfMemoryError() 2003 tls32_.throwing_OutOfMemoryError = false; in ThrowOutOfMemoryError()
|