V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::AllocationBuilder Class Referencefinal

Public Member Functions

 AllocationBuilder (JSGraph *jsgraph, Node *effect, Node *control)
 
void Allocate (int size, PretenureFlag pretenure=NOT_TENURED, Type type=Type::Any())
 
void Store (const FieldAccess &access, Node *value)
 
void Store (ElementAccess const &access, Node *index, Node *value)
 
void AllocateContext (int variadic_part_length, Handle< Map > map)
 
void AllocateArray (int length, Handle< Map > map, PretenureFlag pretenure=NOT_TENURED)
 
void Store (const FieldAccess &access, Handle< Object > value)
 
void Store (const FieldAccess &access, const ObjectRef &value)
 
void FinishAndChange (Node *node)
 
NodeFinish ()
 

Protected Member Functions

JSGraphjsgraph ()
 
Isolateisolate () const
 
Graphgraph ()
 
CommonOperatorBuildercommon ()
 
SimplifiedOperatorBuildersimplified ()
 

Detailed Description

Definition at line 19 of file allocation-builder.h.


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