Searched refs:throwing_OutOfMemoryError (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/ |
H A D | entrypoints_order_test.cc | 70 EXPECT_OFFSET_DIFFP(Thread, tls32_, daemon, throwing_OutOfMemoryError, 4); in CheckThreadOffsets() 71 EXPECT_OFFSET_DIFFP(Thread, tls32_, throwing_OutOfMemoryError, no_thread_suspension, 4); in CheckThreadOffsets()
|
H A D | thread.h | 1562 throwing_OutOfMemoryError(false), in tls_32bit_sized_values() 1600 bool32_t throwing_OutOfMemoryError; member
|
H A D | thread.cc | 2168 !tls32_.throwing_OutOfMemoryError, check_suspended, dump_locks); in DumpJavaStack() 3372 << (tls32_.throwing_OutOfMemoryError ? ", recursive case)" : ")"); in ThrowOutOfMemoryError() 3373 if (!tls32_.throwing_OutOfMemoryError) { in ThrowOutOfMemoryError() 3374 tls32_.throwing_OutOfMemoryError = true; in ThrowOutOfMemoryError() 3376 tls32_.throwing_OutOfMemoryError = false; in ThrowOutOfMemoryError()
|