Searched refs:GetLink (Results 1 – 14 of 14) sorted by relevance
30 current_fragment = current_fragment->GetLink()) { in NumJniShadowFrameReferences()33 current_frame = current_frame->GetLink()) { in NumJniShadowFrameReferences()45 current_fragment = current_fragment->GetLink()) { in ShadowFramesContain()48 current_frame = current_frame->GetLink()) { in ShadowFramesContain()
38 top_shadow_frame_ = frame->GetLink(); in PopShadowFrame()
225 LocalScopeType* next = down_cast<LocalScopeType*>(current_scope_->GetLink()); in ~VariableSizedHandleScope()236 cur = reinterpret_cast<const LocalScopeType*>(cur->GetLink()); in NumberOfReferences()248 cur = reinterpret_cast<const LocalScopeType*>(cur->GetLink()); in Contains()258 cur = reinterpret_cast<LocalScopeType*>(cur->GetLink()); in VisitRoots()
66 ManagedStack* GetLink() const { in GetLink() function
66 BaseReflectiveHandleScope* GetLink() { in GetLink() function
60 BaseHandleScope* GetLink() const { in GetLink() function
903 DCHECK_EQ(handle_scope->GetLink(), tlsPtr_.top_handle_scope); in PushHandleScope()910 tlsPtr_.top_handle_scope = tlsPtr_.top_handle_scope->GetLink(); in PopHandleScope()925 DCHECK_EQ(scope->GetLink(), tlsPtr_.top_reflective_handle_scope); in PushReflectiveHandleScope()933 tlsPtr_.top_reflective_handle_scope = tlsPtr_.top_reflective_handle_scope->GetLink(); in PopReflectiveHandleScope()
202 DeoptimizationContextRecord* GetLink() const { return link_; } in GetLink() function in art::DeoptimizationContextRecord248 StackedShadowFrameRecord* GetLink() const { return link_; } in GetLink() function in art::StackedShadowFrameRecord279 tlsPtr_.deoptimization_context_stack = record->GetLink(); in PopDeoptimizationContext()433 tlsPtr_.stacked_shadow_frame_record = record->GetLink(); in PopStackedShadowFrame()2537 for (BaseHandleScope* cur = tlsPtr_.top_handle_scope; cur!= nullptr; cur = cur->GetLink()) { in HandleScopeContains()2549 for (BaseHandleScope* cur = tlsPtr_.top_handle_scope; cur; cur = cur->GetLink()) { in HandleScopeVisitRoots()3987 brhs = brhs->GetLink()) { in VisitReflectiveTargets()4014 record = record->GetLink()) { in VisitRoots()4017 shadow_frame = shadow_frame->GetLink()) { in VisitRoots()4024 record = record->GetLink()) { in VisitRoots()
838 current_fragment != nullptr; current_fragment = current_fragment->GetLink()) { in WalkStack()989 cur_shadow_frame_ = cur_shadow_frame_->GetLink(); in WalkStack()
129 ShadowFrame* GetLink() const { in GetLink() function
634 shadow_frame = shadow_frame->GetLink(); in EnterInterpreterFromDeoptimize()714 ShadowFrame* prev_frame = frame.GetLink(); in PrevFrameWillRetry()
973 if (shadow_frame->GetLink() == nullptr) { in GetImmediateCaller()976 return ArtMethod::PrettyMethod(shadow_frame->GetLink()->GetMethod()); in GetImmediateCaller()983 if (shadow_frame->GetLink() == nullptr) { in CheckCallers()987 std::string found_caller = ArtMethod::PrettyMethod(shadow_frame->GetLink()->GetMethod()); in CheckCallers()992 shadow_frame = shadow_frame->GetLink(); in CheckCallers()
594 while (linked->GetLink() != nullptr) { in HandleDeoptimization()595 linked = linked->GetLink(); in HandleDeoptimization()
556 for (BaseHandleScope* cur = self->GetTopHandleScope(); cur != nullptr; cur = cur->GetLink()) { in NumHandleReferences()