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 | 1480 daemon(is_daemon), throwing_OutOfMemoryError(false), no_thread_suspension(0), in tls_32bit_sized_values() 1513 bool32_t throwing_OutOfMemoryError; member
|
D | thread.cc | 2152 !tls32_.throwing_OutOfMemoryError, check_suspended, dump_locks); in DumpJavaStack() 3295 << (tls32_.throwing_OutOfMemoryError ? ", recursive case)" : ")"); in ThrowOutOfMemoryError() 3296 if (!tls32_.throwing_OutOfMemoryError) { in ThrowOutOfMemoryError() 3297 tls32_.throwing_OutOfMemoryError = true; in ThrowOutOfMemoryError() 3299 tls32_.throwing_OutOfMemoryError = false; in ThrowOutOfMemoryError()
|