Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.h52 Reduction ReduceJSHasInPrototypeChain(Node* node); in NON_EXPORTED_BASE()
Djs-native-context-specialization.h65 Reduction ReduceJSHasInPrototypeChain(Node* node);
Djs-native-context-specialization.cc87 return ReduceJSHasInPrototypeChain(node); in Reduce()
359 Reduction JSNativeContextSpecialization::ReduceJSHasInPrototypeChain( in ReduceJSHasInPrototypeChain() function in v8::internal::compiler::JSNativeContextSpecialization
427 Reduction const reduction = ReduceJSHasInPrototypeChain(node); in ReduceJSOrdinaryHasInstance()
Djs-typed-lowering.cc1178 Reduction JSTypedLowering::ReduceJSHasInPrototypeChain(Node* node) { in ReduceJSHasInPrototypeChain() function in v8::internal::compiler::JSTypedLowering
2314 return ReduceJSHasInPrototypeChain(node); in Reduce()