Home
last modified time | relevance | path

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

/art/runtime/
Dentrypoints_order_test.cc108 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, single_step_control, stacked_shadow_frame_record, in CheckThreadOffsets()
110 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, stacked_shadow_frame_record, in CheckThreadOffsets()
Dthread.cc214 sf, type, tlsPtr_.stacked_shadow_frame_record); in PushStackedShadowFrame()
215 tlsPtr_.stacked_shadow_frame_record = record; in PushStackedShadowFrame()
219 StackedShadowFrameRecord* record = tlsPtr_.stacked_shadow_frame_record; in PopStackedShadowFrame()
222 tlsPtr_.stacked_shadow_frame_record = record->GetLink(); in PopStackedShadowFrame()
2442 if (tlsPtr_.stacked_shadow_frame_record != nullptr) { in VisitRoots()
2445 for (StackedShadowFrameRecord* record = tlsPtr_.stacked_shadow_frame_record; in VisitRoots()
Dthread.h1142 stacked_shadow_frame_record(nullptr), deoptimization_return_value_stack(nullptr), in tls_ptr_sized_values()
1223 StackedShadowFrameRecord* stacked_shadow_frame_record; member