Home
last modified time | relevance | path

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

/external/v8/src/deoptimizer/
Ddeoptimizer.h400 TranslatedValue* GetValueByObjectIndex(int object_index);
Ddeoptimizer.cc3593 TranslatedValue* TranslatedState::GetValueByObjectIndex(int object_index) { in GetValueByObjectIndex() function in v8::internal::TranslatedState
4098 slot = GetValueByObjectIndex(slot->object_index()); in ResolveCapturedObject()
4267 TranslatedValue* slot = GetValueByObjectIndex(i); in VerifyMaterializedObjects()
4269 CHECK_EQ(slot, GetValueByObjectIndex(slot->object_index())); in VerifyMaterializedObjects()