Searched refs:next_link (Results 1 – 11 of 11) sorted by relevance
21 Object* next_link = context_->next_context_link(); in ContextMeasure() local24 context_->set(Context::NEXT_CONTEXT_LINK, next_link); in ContextMeasure()
20 Object* TransitionArray::next_link() { return get(kNextLinkIndex); } in next_link() function
170 inline Object* next_link();
462 CHECK(next_link()->IsUndefined(GetIsolate()) || next_link()->IsSmi() || in TransitionArrayVerify()463 next_link()->IsTransitionArray()); in TransitionArrayVerify()
3754 Handle<Object> next_link = MaterializeAt(frame_index, value_index); in MaterializeAt() local3764 CHECK(next_link->IsUndefined(isolate_)); in MaterializeAt()
15183 Handle<DependentCode> old_next(entries->next_link()); in Insert()15259 next_link()->UpdateToFinishedCode(group, info, code_cell); in UpdateToFinishedCode()15287 next_link()->RemoveCompilationDependencies(group, info); in RemoveCompilationDependencies()15324 return next_link()->Contains(group, code_cell); in Contains()15342 return next_link()->IsEmpty(group); in IsEmpty()15358 return next_link()->MarkCodeForDeoptimization(isolate, group); in MarkCodeForDeoptimization()
6042 inline DependentCode* next_link();
4959 DependentCode* DependentCode::next_link() { in next_link() function
647 Instruction* next_link; in RemoveBranchFromLabelLinkChain() local651 next_link = link->ImmPCOffsetTarget(); in RemoveBranchFromLabelLinkChain()652 end_of_chain = (link == next_link); in RemoveBranchFromLabelLinkChain()654 link = next_link; in RemoveBranchFromLabelLinkChain()658 next_link = branch->ImmPCOffsetTarget(); in RemoveBranchFromLabelLinkChain()662 if (branch == next_link) { in RemoveBranchFromLabelLinkChain()668 static_cast<int>(reinterpret_cast<byte*>(next_link) - buffer_)); in RemoveBranchFromLabelLinkChain()671 } else if (branch == next_link) { in RemoveBranchFromLabelLinkChain()677 if (prev_link->IsTargetInImmPCOffsetRange(next_link)) { in RemoveBranchFromLabelLinkChain()678 prev_link->SetImmPCOffsetTarget(isolate(), next_link); in RemoveBranchFromLabelLinkChain()[all …]
377 if (array->next_link()->IsUndefined(heap->isolate())) { in VisitTransitionArray()
2424 current = current->next_link(); in MarkDependentCodeForDeoptimization()2537 obj = array->next_link(); in ClearFullMapTransitions()2794 obj = array->next_link(); in AbortTransitionArrays()