Searched defs:ReduceIsInstanceType (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Djs-intrinsic-lowering.cc48 return ReduceIsInstanceType(node, JS_ARRAY_TYPE);
50 return ReduceIsInstanceType(node, JS_TYPED_ARRAY_TYPE);
52 return ReduceIsInstanceType(node, JS_REGEXP_TYPE);
180 Reduction JSIntrinsicLowering::ReduceIsInstanceType( function in class:v8::internal::compiler::JSIntrinsicLowering

Completed in 28 milliseconds