Searched refs:JSIntrinsicLowering (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Djs-intrinsic-lowering.cc23 JSIntrinsicLowering::JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph, function in class:v8::internal::compiler::JSIntrinsicLowering
27 Reduction JSIntrinsicLowering::Reduce(Node* node) {
84 Reduction JSIntrinsicLowering::ReduceCreateIterResultObject(Node* node) {
94 Reduction JSIntrinsicLowering::ReduceDeoptimizeNow(Node* node) {
112 Reduction JSIntrinsicLowering::ReduceGeneratorClose(Node* node) {
126 Reduction JSIntrinsicLowering::ReduceGeneratorGetInputOrDebugPos(Node* node) {
136 Reduction JSIntrinsicLowering::ReduceGeneratorGetResumeMode(Node* node) {
146 Reduction JSIntrinsicLowering::ReduceIsInstanceType(
185 Reduction JSIntrinsicLowering
[all...]
H A Djs-intrinsic-lowering.h30 class V8_EXPORT_PRIVATE JSIntrinsicLowering final
35 JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph,
37 ~JSIntrinsicLowering() final {}
H A Dpipeline.cc784 JSIntrinsicLowering intrinsic_lowering(
787 ? JSIntrinsicLowering::kDeoptimizationEnabled
788 : JSIntrinsicLowering::kDeoptimizationDisabled);

Completed in 115 milliseconds