Searched refs:kNextLinkIndex (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dtransitions-inl.h20 Object* TransitionArray::next_link() { return get(kNextLinkIndex); }
24 return set(kNextLinkIndex, next, mode);
H A Dtransitions.h211 static const int kNextLinkIndex = 0; member in class:v8::internal::TransitionArray
H A Dtransitions.cc407 STATIC_ASSERT(kNextLinkIndex + 1 == kPrototypeTransitionsIndex);
H A Dobjects-printer.cc576 if (i == kNextLinkIndex) os << " (next link)";
H A Dobjects-inl.h4783 return DependentCode::cast(get(kNextLinkIndex));
4788 set(kNextLinkIndex, next);
H A Dobjects.h5580 static const int kNextLinkIndex = 0; member in class:v8::internal::KeyCollectionMode::DependentCode

Completed in 188 milliseconds