Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.h79 Reduction ReduceJSInstanceOf(Node* node);
H A Djs-native-context-specialization.cc82 return ReduceJSInstanceOf(node); in Reduce()
383 Reduction JSNativeContextSpecialization::ReduceJSInstanceOf(Node* node) { in ReduceJSInstanceOf() function in v8::internal::compiler::JSNativeContextSpecialization
631 return Changed(node).FollowedBy(ReduceJSInstanceOf(node)); in ReduceJSOrdinaryHasInstance()

Completed in 7 milliseconds