Home
last modified time | relevance | path

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

/art/runtime/
Dentrypoints_order_test.cc71 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()
Dthread.h1060 daemon(is_daemon), throwing_OutOfMemoryError(false), no_thread_suspension(0), in tls_32bit_sized_values()
1092 bool32_t throwing_OutOfMemoryError; member
Dthread.cc1197 !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()