Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyped-optimization.h44 Reduction ReduceCheckEqualsInternalizedString(Node* node); in NON_EXPORTED_BASE()
Dtyped-optimization.cc53 return ReduceCheckEqualsInternalizedString(node); in Reduce()
185 Reduction TypedOptimization::ReduceCheckEqualsInternalizedString(Node* node) { in ReduceCheckEqualsInternalizedString() function in v8::internal::compiler::TypedOptimization