Searched refs:stacked_shadow_frame_record (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/ |
H A D | entrypoints_order_test.cc | 102 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, instrumentation_stack, stacked_shadow_frame_record, in CheckThreadOffsets() 104 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, stacked_shadow_frame_record, in CheckThreadOffsets()
|
H A D | thread.cc | 424 sf, type, tlsPtr_.stacked_shadow_frame_record); in PushStackedShadowFrame() 425 tlsPtr_.stacked_shadow_frame_record = record; in PushStackedShadowFrame() 429 StackedShadowFrameRecord* record = tlsPtr_.stacked_shadow_frame_record; in PopStackedShadowFrame() 437 tlsPtr_.stacked_shadow_frame_record = record->GetLink(); in PopStackedShadowFrame() 4144 if (tlsPtr_.stacked_shadow_frame_record != nullptr) { in VisitRoots() 4147 for (StackedShadowFrameRecord* record = tlsPtr_.stacked_shadow_frame_record; in VisitRoots()
|
H A D | thread.h | 1693 stacked_shadow_frame_record(nullptr), deoptimization_context_stack(nullptr), in PACKED() 1785 StackedShadowFrameRecord* stacked_shadow_frame_record; in PACKED() local
|