Home
last modified time | relevance | path

Searched refs:is_exception_reported_to_instrumentation_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.h831 return tls32_.is_exception_reported_to_instrumentation_; in IsExceptionReportedToInstrumentation()
835 tls32_.is_exception_reported_to_instrumentation_ = reported; in SetExceptionReportedToInstrumentation()
960 thread_exit_check_count(0), is_exception_reported_to_instrumentation_(false), in tls_32bit_sized_values()
1000 bool32_t is_exception_reported_to_instrumentation_; member
Dentrypoints_order_test.cc75 is_exception_reported_to_instrumentation_, 4); in CheckThreadOffsets()
76 EXPECT_OFFSET_DIFFP(Thread, tls32_, is_exception_reported_to_instrumentation_, in CheckThreadOffsets()