Searched refs:object_at (Results 1 – 4 of 4) sorted by relevance
4739 CHECK(site->dependent_code()->object_at(0)->IsWeakCell()); in TEST()4741 WeakCell::cast(site->dependent_code()->object_at(0))->value()); in TEST()4758 CHECK(site->dependent_code()->object_at(0)->IsWeakCell() && in TEST()4759 WeakCell::cast(site->dependent_code()->object_at(0))->cleared()); in TEST()
15214 if (entries->object_at(i) == *object) return entries; in Insert()15255 Object* obj = object_at(i); in Compact()15286 if (object_at(i) == info) { in UpdateToFinishedCode()15293 DCHECK(object_at(i) != info); in UpdateToFinishedCode()15316 if (object_at(i) == info) { in RemoveCompilationDependencies()15331 DCHECK(object_at(i) != info); in RemoveCompilationDependencies()15349 if (object_at(i) == code_cell) return true; in Contains()15387 Object* obj = object_at(i); in MarkCodeForDeoptimization()
4809 Object* DependentCode::object_at(int i) { in object_at() function
5381 inline Object* object_at(int i);