V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::JSGenericLowering Class Referencefinal
Inheritance diagram for v8::internal::compiler::JSGenericLowering:
v8::internal::compiler::Reducer

Public Member Functions

 JSGenericLowering (JSGraph *jsgraph)
 
const charreducer_name () const override
 
Reduction Reduce (Node *node) final
 
- Public Member Functions inherited from v8::internal::compiler::Reducer
virtual void Finalize ()
 

Protected Member Functions

void ReplaceWithStubCall (Node *node, Callable c, CallDescriptor::Flags flags)
 
void ReplaceWithStubCall (Node *node, Callable c, CallDescriptor::Flags flags, Operator::Properties properties)
 
void ReplaceWithRuntimeCall (Node *node, Runtime::FunctionId f, int args=-1)
 
Zonezone () const
 
Isolateisolate () const
 
JSGraphjsgraph () const
 
Graphgraph () const
 
CommonOperatorBuildercommon () const
 
MachineOperatorBuildermachine () const
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::compiler::Reducer
static Reduction NoChange ()
 
static Reduction Replace (Node *node)
 
static Reduction Changed (Node *node)
 

Detailed Description

Definition at line 24 of file js-generic-lowering.h.


The documentation for this class was generated from the following files: