Searched refs:stacked_shadow_frame_record (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 106 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, single_step_control, stacked_shadow_frame_record, in CheckThreadOffsets() 108 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, stacked_shadow_frame_record, in CheckThreadOffsets()
|
D | thread.cc | 262 sf, type, tlsPtr_.stacked_shadow_frame_record); in PushStackedShadowFrame() 263 tlsPtr_.stacked_shadow_frame_record = record; in PushStackedShadowFrame() 267 StackedShadowFrameRecord* record = tlsPtr_.stacked_shadow_frame_record; in PopStackedShadowFrame() 275 tlsPtr_.stacked_shadow_frame_record = record->GetLink(); in PopStackedShadowFrame() 3456 if (tlsPtr_.stacked_shadow_frame_record != nullptr) { in VisitRoots() 3459 for (StackedShadowFrameRecord* record = tlsPtr_.stacked_shadow_frame_record; in VisitRoots()
|
D | thread.h | 1500 stacked_shadow_frame_record(nullptr), deoptimization_context_stack(nullptr), in PACKED() 1594 StackedShadowFrameRecord* stacked_shadow_frame_record; in PACKED() local
|