Home
last modified time | relevance | path

Searched refs:ReduceJSOrdinaryHasInstance (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-typed-lowering.h54 Reduction ReduceJSOrdinaryHasInstance(Node* node); in NON_EXPORTED_BASE()
Djs-native-context-specialization.h81 Reduction ReduceJSOrdinaryHasInstance(Node* node);
Djs-native-context-specialization.cc86 return ReduceJSOrdinaryHasInstance(node); in Reduce()
442 return Changed(node).FollowedBy(ReduceJSOrdinaryHasInstance(node)); in ReduceJSInstanceOf()
608 Reduction JSNativeContextSpecialization::ReduceJSOrdinaryHasInstance( in ReduceJSOrdinaryHasInstance() function in v8::internal::compiler::JSNativeContextSpecialization
Djs-typed-lowering.cc1329 Reduction JSTypedLowering::ReduceJSOrdinaryHasInstance(Node* node) { in ReduceJSOrdinaryHasInstance() function in v8::internal::compiler::JSTypedLowering
2393 return ReduceJSOrdinaryHasInstance(node); in Reduce()