Home | History | Annotate | Download | only in heap

Lines Matching refs:dep

5342                                          Handle<DependentCode> dep) {
5344 DCHECK(!InNewSpace(*dep));
5350 table = WeakHashTable::Put(table, obj, dep);
5356 DCHECK_EQ(*dep, table->Lookup(obj));
5361 Object* dep = WeakHashTable::cast(weak_object_to_code_table_)->Lookup(obj);
5362 if (dep->IsDependentCode()) return DependentCode::cast(dep);