Searched refs:copies_ (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-analysis.h | 205 : node_map_(graph, max), copies_(p), copy_count_(copy_count) { in NodeCopier() 232 node_map_.Set(original, copies_->size() + 1); in CopyNodes() 233 copies_->push_back(original); in CopyNodes() 236 copies_->push_back(copy); in CopyNodes() 254 // Maps a node to its index in the {copies_} vector. 257 NodeVector* copies_; member in v8::internal::compiler::NodeCopier
|
H A D | loop-analysis.cc | 723 return copies_->at(node_map_.Get(node) + copy_index); in map() 728 node_map_.Set(original, copies_->size() + 1); in Insert() 729 copies_->push_back(original); in Insert() 730 copies_->insert(copies_->end(), new_copies.begin(), new_copies.end()); in Insert() 735 node_map_.Set(original, copies_->size() + 1); in Insert() 736 copies_->push_back(original); in Insert() 737 copies_->push_back(copy); in Insert()
|
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 3714 size_type copies_; member in cl::detail::Deleter 3719 Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, copies_{ copies } in Deleter() 3726 std::allocator_traits<Alloc>::deallocate(tmpAlloc, ptr, copies_); in operator ()()
|
Completed in 26 milliseconds