Home
last modified time | relevance | path

Searched refs:kNextLinkIndex (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Dcode-inl.h136 return DependentCode::cast(Get(kNextLinkIndex)->ToStrongHeapObject()); in next_link()
140 Set(kNextLinkIndex, HeapObjectReference::Strong(next)); in set_next_link()
Dcode.h672 static const int kNextLinkIndex = 0; variable