Home
last modified time | relevance | path

Searched refs:compressed_candidate_nodes_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Ddecompression-optimizer.cc53 compressed_candidate_nodes_(zone) {} in DecompressionOptimizer()
167 compressed_candidate_nodes_.push_back(node); in MaybeMarkAndQueueForRevisit()
228 for (Node* const node : compressed_candidate_nodes_) { in ChangeNodes()
229 // compressed_candidate_nodes_ contains all the nodes that once had the in ChangeNodes()
232 // costly than removing them from the compressed_candidate_nodes_ NodeVector in ChangeNodes()
H A Ddecompression-optimizer.h118 NodeVector compressed_candidate_nodes_; member in v8::internal::compiler::final

Completed in 1 milliseconds