Home
last modified time | relevance | path

Searched refs:other_entry (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dvalue-numbering-reducer.cc79 Node* other_entry = entries_[j]; in Reduce() local
80 if (!other_entry) { in Reduce()
84 if (other_entry->IsDead()) { in Reduce()
87 if (other_entry == node) { in Reduce()
99 if (NodeProperties::Equals(other_entry, node)) { in Reduce()
100 Reduction reduction = ReplaceIfTypesMatch(node, other_entry); in Reduce()
103 entries_[i] = other_entry; in Reduce()
/third_party/node/deps/v8/src/zone/
Dtype-stats.h59 void Add(std::type_index type_id, const StatsEntry& other_entry) { in Add() argument
61 entry.allocation_count += other_entry.allocation_count; in Add()
62 entry.allocated_bytes += other_entry.allocated_bytes; in Add()
63 entry.deallocated_bytes += other_entry.deallocated_bytes; in Add()
64 entry.instance_size = other_entry.instance_size; in Add()
/third_party/python/Objects/
Dsetobject.c564 setentry *other_entry; in set_merge() local
582 other_entry = other->table; in set_merge()
587 for (i = 0; i <= other->mask; i++, so_entry++, other_entry++) { in set_merge()
588 key = other_entry->key; in set_merge()
593 so_entry->hash = other_entry->hash; in set_merge()
607 for (i = other->mask + 1; i > 0 ; i--, other_entry++) { in set_merge()
608 key = other_entry->key; in set_merge()
611 set_insert_clean(newtable, newmask, key, other_entry->hash); in set_merge()
619 other_entry = &other->table[i]; in set_merge()
620 key = other_entry->key; in set_merge()
[all …]
/third_party/node/deps/v8/src/objects/
Dscope-info.cc29 Object other_entry = other.get(index); in Equals() local
31 if (entry != other_entry) return false; in Equals()
34 HeapObject::cast(other_entry).map().instance_type()) { in Equals()
38 if (!String::cast(entry).Equals(String::cast(other_entry))) { in Equals()
42 if (!ScopeInfo::cast(entry).Equals(ScopeInfo::cast(other_entry))) { in Equals()
47 SourceTextModuleInfo::cast(other_entry))) { in Equals()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c329 struct drm_i915_gem_exec_object2 *other_entry = in crocus_use_bo() local
346 if (other_entry && in crocus_use_bo()
347 ((other_entry->flags & EXEC_OBJECT_WRITE) || writable)) { in crocus_use_bo()