Home
last modified time | relevance | path

Searched refs:ReduceIsInstanceType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-intrinsic-lowering.cc54 return ReduceIsInstanceType(node, JS_ARRAY_TYPE); in Reduce()
56 return ReduceIsInstanceType(node, JS_TYPED_ARRAY_TYPE); in Reduce()
58 return ReduceIsInstanceType(node, JS_PROXY_TYPE); in Reduce()
188 Reduction JSIntrinsicLowering::ReduceIsInstanceType( in ReduceIsInstanceType() function in v8::internal::compiler::JSIntrinsicLowering
Djs-intrinsic-lowering.h53 Reduction ReduceIsInstanceType(Node* node, InstanceType instance_type); in NON_EXPORTED_BASE()