Home
last modified time | relevance | path

Searched refs:throwing_OutOfMemoryError (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dentrypoints_order_test.cc73 EXPECT_OFFSET_DIFFP(Thread, tls32_, daemon, throwing_OutOfMemoryError, 4); in CheckThreadOffsets()
74 EXPECT_OFFSET_DIFFP(Thread, tls32_, throwing_OutOfMemoryError, no_thread_suspension, 4); in CheckThreadOffsets()
Dthread.h1461 daemon(is_daemon), throwing_OutOfMemoryError(false), no_thread_suspension(0), in tls_32bit_sized_values()
1494 bool32_t throwing_OutOfMemoryError; member
Dthread.cc1963 !tls32_.throwing_OutOfMemoryError, check_suspended, dump_locks); in DumpJavaStack()
3097 msg, (tls32_.throwing_OutOfMemoryError ? " (recursive case)" : "")); in ThrowOutOfMemoryError()
3098 if (!tls32_.throwing_OutOfMemoryError) { in ThrowOutOfMemoryError()
3099 tls32_.throwing_OutOfMemoryError = true; in ThrowOutOfMemoryError()
3101 tls32_.throwing_OutOfMemoryError = false; in ThrowOutOfMemoryError()