#include <common-node-cache.h>
Definition at line 15 of file common-node-cache.h.
◆ CommonNodeCache() [1/2]
v8::internal::compiler::CommonNodeCache::CommonNodeCache |
( |
Zone * | zone | ) |
|
|
inlineexplicit |
◆ ~CommonNodeCache()
v8::internal::compiler::CommonNodeCache::~CommonNodeCache |
( |
| ) |
|
|
default |
◆ CommonNodeCache() [2/2]
v8::internal::compiler::CommonNodeCache::CommonNodeCache |
( |
const CommonNodeCache & | | ) |
|
|
delete |
◆ FindExternalConstant()
◆ FindFloat32Constant()
Node ** v8::internal::compiler::CommonNodeCache::FindFloat32Constant |
( |
float | value | ) |
|
|
inline |
◆ FindFloat64Constant()
Node ** v8::internal::compiler::CommonNodeCache::FindFloat64Constant |
( |
double | value | ) |
|
|
inline |
◆ FindHeapConstant()
◆ FindInt32Constant()
Node ** v8::internal::compiler::CommonNodeCache::FindInt32Constant |
( |
int32_t | value | ) |
|
|
inline |
◆ FindInt64Constant()
Node ** v8::internal::compiler::CommonNodeCache::FindInt64Constant |
( |
int64_t | value | ) |
|
|
inline |
◆ FindNumberConstant()
Node ** v8::internal::compiler::CommonNodeCache::FindNumberConstant |
( |
double | value | ) |
|
|
inline |
◆ FindPointerConstant()
Node ** v8::internal::compiler::CommonNodeCache::FindPointerConstant |
( |
intptr_t | value | ) |
|
|
inline |
◆ FindRelocatableInt32Constant()
Node ** v8::internal::compiler::CommonNodeCache::FindRelocatableInt32Constant |
( |
int32_t | value, |
|
|
RelocInfoMode | rmode ) |
|
inline |
◆ FindRelocatableInt64Constant()
Node ** v8::internal::compiler::CommonNodeCache::FindRelocatableInt64Constant |
( |
int64_t | value, |
|
|
RelocInfoMode | rmode ) |
|
inline |
◆ FindTaggedIndexConstant()
Node ** v8::internal::compiler::CommonNodeCache::FindTaggedIndexConstant |
( |
int32_t | value | ) |
|
|
inline |
◆ GetCachedNodes()
void v8::internal::compiler::CommonNodeCache::GetCachedNodes |
( |
ZoneVector< Node * > * | nodes | ) |
|
◆ operator=()
◆ external_constants_
IntPtrNodeCache v8::internal::compiler::CommonNodeCache::external_constants_ |
|
private |
◆ float32_constants_
Int32NodeCache v8::internal::compiler::CommonNodeCache::float32_constants_ |
|
private |
◆ float64_constants_
Int64NodeCache v8::internal::compiler::CommonNodeCache::float64_constants_ |
|
private |
◆ heap_constants_
◆ int32_constants_
Int32NodeCache v8::internal::compiler::CommonNodeCache::int32_constants_ |
|
private |
◆ int64_constants_
Int64NodeCache v8::internal::compiler::CommonNodeCache::int64_constants_ |
|
private |
◆ number_constants_
Int64NodeCache v8::internal::compiler::CommonNodeCache::number_constants_ |
|
private |
◆ pointer_constants_
IntPtrNodeCache v8::internal::compiler::CommonNodeCache::pointer_constants_ |
|
private |
◆ relocatable_int32_constants_
◆ relocatable_int64_constants_
◆ tagged_index_constants_
Int32NodeCache v8::internal::compiler::CommonNodeCache::tagged_index_constants_ |
|
private |
The documentation for this class was generated from the following files: