Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtyped-optimization.h62 Reduction ReduceCheckNotTaggedHole(Node* node); in NON_EXPORTED_BASE()
Dtyped-optimization.cc47 return ReduceCheckNotTaggedHole(node); in Reduce()
208 Reduction TypedOptimization::ReduceCheckNotTaggedHole(Node* node) { in ReduceCheckNotTaggedHole() function in v8::internal::compiler::TypedOptimization