Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc3320 TranslatedValue* TranslatedState::GetValueByObjectIndex(int object_index) { in GetValueByObjectIndex() function in v8::internal::TranslatedState
3798 slot = GetValueByObjectIndex(slot->object_index()); in ResolveCapturedObject()
3934 TranslatedValue* slot = GetValueByObjectIndex(i); in VerifyMaterializedObjects()
3936 CHECK_EQ(slot, GetValueByObjectIndex(slot->object_index())); in VerifyMaterializedObjects()
Ddeoptimizer.h367 TranslatedValue* GetValueByObjectIndex(int object_index);