V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
v8::internal::compiler::CommonNodeCache Class Referencefinal

Public Member Functions

 CommonNodeCache (Zone *zone)
 
Node ** FindInt32Constant (int32_t value)
 
Node ** FindInt64Constant (int64_t value)
 
Node ** FindFloat32Constant (float value)
 
Node ** FindFloat64Constant (double value)
 
Node ** FindExternalConstant (ExternalReference value)
 
Node ** FindPointerConstant (intptr_t value)
 
Node ** FindNumberConstant (double value)
 
Node ** FindHeapConstant (Handle< HeapObject > value)
 
Node ** FindRelocatableInt32Constant (int32_t value, RelocInfoMode rmode)
 
Node ** FindRelocatableInt64Constant (int64_t value, RelocInfoMode rmode)
 
void GetCachedNodes (ZoneVector< Node *> *nodes)
 
Zonezone () const
 

Detailed Description

Definition at line 23 of file common-node-cache.h.


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