Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc42 buckets_(allocator->AllocArray<Node*>(num_buckets_, kArenaAllocGvn)), in ValueSet()
55 buckets_(allocator->AllocArray<Node*>(num_buckets_, kArenaAllocGvn)), in ValueSet()
93 buckets_[index] = new (allocator_) Node(instruction, hash_code, buckets_[index]); in Add()
103 for (Node* node = buckets_[index]; node != nullptr; node = node->GetNext()) { in Lookup()
119 for (Node* node = buckets_[index]; node != nullptr; node = node->GetNext()) { in Contains()
129 DeleteAllImpureWhich([side_effects](Node* node) { in Kill()
151 DeleteAllImpureWhich([predecessor](Node* node) { in IntersectWith()
176 memcpy(buckets_, other.buckets_, num_buckets_ * sizeof(Node*)); in PopulateFromInternal()
181 memset(buckets_, 0, num_buckets_ * sizeof(Node*)); in PopulateFromInternal()
190 for (Node* node = other.buckets_[i]; node != nullptr; node = node->GetNext()) { in PopulateFromInternal()
[all …]
Dnodes_test.cc29 TEST(Node, RemoveInstruction) { in TEST() argument
72 TEST(Node, InsertInstruction) { in TEST() argument
100 TEST(Node, AddInstruction) { in TEST() argument
121 TEST(Node, ParentEnvironment) { in TEST() argument