#include <escape-analysis-reducer.h>
Definition at line 29 of file escape-analysis-reducer.h.
◆ Constructor() [1/2]
v8::internal::compiler::NodeHashCache::Constructor::Constructor |
( |
NodeHashCache * | cache, |
|
|
Node * | from ) |
|
inline |
◆ Constructor() [2/2]
v8::internal::compiler::NodeHashCache::Constructor::Constructor |
( |
NodeHashCache * | cache, |
|
|
const Operator * | op, |
|
|
int | input_count, |
|
|
Node ** | inputs, |
|
|
Type | type ) |
◆ Get()
Node * v8::internal::compiler::NodeHashCache::Constructor::Get |
( |
| ) |
|
◆ MutableNode()
Node * v8::internal::compiler::NodeHashCache::Constructor::MutableNode |
( |
| ) |
|
|
private |
◆ ReplaceInput()
void v8::internal::compiler::NodeHashCache::Constructor::ReplaceInput |
( |
Node * | input, |
|
|
int | i ) |
|
inline |
◆ ReplaceValueInput()
void v8::internal::compiler::NodeHashCache::Constructor::ReplaceValueInput |
( |
Node * | input, |
|
|
int | i ) |
|
inline |
◆ from_
Node* v8::internal::compiler::NodeHashCache::Constructor::from_ |
|
private |
◆ node_cache_
NodeHashCache* v8::internal::compiler::NodeHashCache::Constructor::node_cache_ |
|
private |
◆ tmp_
Node* v8::internal::compiler::NodeHashCache::Constructor::tmp_ |
|
private |
The documentation for this class was generated from the following files: