Searched refs:object_at (Results 1 – 4 of 4) sorted by relevance
2715 Object* head = entries->object_at(i); in ClearDependentCode()2745 Object* old_head = entries->object_at(start); in ClearNonLiveDependentCodeInGroup()2757 Object* obj = entries->object_at(i); in ClearNonLiveDependentCodeInGroup()
11393 if (entries->object_at(i) == *object) return entries; in Insert()11434 if (object_at(i) == info_wrapper) { in UpdateToFinishedCode()11459 if (object_at(i) == info_wrapper) { in RemoveCompilationInfo()11500 return CodeListContains(object_at(start), code); in Contains()11503 if (object_at(i) == code) return true; in Contains()11562 Object* head = object_at(i); in AddToDependentICList()
4585 Object* DependentCode::object_at(int i) { in object_at() function
5571 inline Object* object_at(int i);