Home
last modified time | relevance | path

Searched refs:ReduceJSHasInPrototypeChain (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.h53 Reduction ReduceJSHasInPrototypeChain(Node* node);
H A Djs-native-context-specialization.h80 Reduction ReduceJSHasInPrototypeChain(Node* node);
H A Djs-native-context-specialization.cc84 return ReduceJSHasInPrototypeChain(node); in Reduce()
584 Reduction JSNativeContextSpecialization::ReduceJSHasInPrototypeChain( in ReduceJSHasInPrototypeChain() function in v8::internal::compiler::JSNativeContextSpecialization
654 return Changed(node).FollowedBy(ReduceJSHasInPrototypeChain(node)); in ReduceJSOrdinaryHasInstance()
H A Djs-typed-lowering.cc1187 Reduction JSTypedLowering::ReduceJSHasInPrototypeChain(Node* node) { in ReduceJSHasInPrototypeChain() function in v8::internal::compiler::JSTypedLowering
2391 return ReduceJSHasInPrototypeChain(node); in Reduce()

Completed in 11 milliseconds