Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.h55 Reduction ReduceJSOrdinaryHasInstance(Node* node); in NON_EXPORTED_BASE()
Djs-native-context-specialization.h59 Reduction ReduceJSOrdinaryHasInstance(Node* node);
Djs-native-context-specialization.cc87 return ReduceJSOrdinaryHasInstance(node); in Reduce()
217 Reduction const reduction = ReduceJSOrdinaryHasInstance(node); in ReduceJSInstanceOf()
259 Reduction JSNativeContextSpecialization::ReduceJSOrdinaryHasInstance( in ReduceJSOrdinaryHasInstance() function in v8::internal::compiler::JSNativeContextSpecialization
Djs-typed-lowering.cc1428 Reduction JSTypedLowering::ReduceJSOrdinaryHasInstance(Node* node) { in ReduceJSOrdinaryHasInstance() function in v8::internal::compiler::JSTypedLowering
2398 return ReduceJSOrdinaryHasInstance(node); in Reduce()