Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-intrinsic-lowering.cc23 JSIntrinsicLowering::JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph, in JSIntrinsicLowering() function in v8::internal::compiler::JSIntrinsicLowering
27 Reduction JSIntrinsicLowering::Reduce(Node* node) { in Reduce()
105 Reduction JSIntrinsicLowering::ReduceCreateIterResultObject(Node* node) { in ReduceCreateIterResultObject()
114 Reduction JSIntrinsicLowering::ReduceDebugIsActive(Node* node) { in ReduceDebugIsActive()
124 Reduction JSIntrinsicLowering::ReduceDeoptimizeNow(Node* node) { in ReduceDeoptimizeNow()
142 Reduction JSIntrinsicLowering::ReduceGeneratorClose(Node* node) { in ReduceGeneratorClose()
156 Reduction JSIntrinsicLowering::ReduceGeneratorGetInputOrDebugPos(Node* node) { in ReduceGeneratorGetInputOrDebugPos()
166 Reduction JSIntrinsicLowering::ReduceGeneratorGetContext(Node* node) { in ReduceGeneratorGetContext()
176 Reduction JSIntrinsicLowering::ReduceGeneratorGetResumeMode(Node* node) { in ReduceGeneratorGetResumeMode()
186 Reduction JSIntrinsicLowering::ReduceIsInstanceType( in ReduceIsInstanceType()
[all …]
Djs-intrinsic-lowering.h31 class V8_EXPORT_PRIVATE JSIntrinsicLowering final
36 JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph, in NON_EXPORTED_BASE()
38 ~JSIntrinsicLowering() final {} in NON_EXPORTED_BASE()
Dpipeline.cc819 JSIntrinsicLowering intrinsic_lowering( in Run()
822 ? JSIntrinsicLowering::kDeoptimizationEnabled in Run()
823 : JSIntrinsicLowering::kDeoptimizationDisabled); in Run()