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.cc107 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, single_step_control, stacked_shadow_frame_record, in CheckThreadOffsets()
109 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, stacked_shadow_frame_record, in CheckThreadOffsets()
Dthread.h1565 stacked_shadow_frame_record(nullptr), deoptimization_context_stack(nullptr), in PACKED()
1660 StackedShadowFrameRecord* stacked_shadow_frame_record; in PACKED() local
Dthread.cc278 sf, type, tlsPtr_.stacked_shadow_frame_record); in PushStackedShadowFrame()
279 tlsPtr_.stacked_shadow_frame_record = record; in PushStackedShadowFrame()
283 StackedShadowFrameRecord* record = tlsPtr_.stacked_shadow_frame_record; in PopStackedShadowFrame()
291 tlsPtr_.stacked_shadow_frame_record = record->GetLink(); in PopStackedShadowFrame()
3765 if (tlsPtr_.stacked_shadow_frame_record != nullptr) { in VisitRoots()
3768 for (StackedShadowFrameRecord* record = tlsPtr_.stacked_shadow_frame_record; in VisitRoots()