V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::ZoneSplayTree< Config > Class Template Referencefinal
Inheritance diagram for v8::internal::ZoneSplayTree< Config >:
v8::internal::SplayTree< Config, ZoneAllocationPolicy >

Public Member Functions

 ZoneSplayTree (Zone *zone)
 
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *pointer)
 
void operator delete (void *pointer, Zone *zone)
 
- Public Member Functions inherited from v8::internal::SplayTree< Config, ZoneAllocationPolicy >
 SplayTree (ZoneAllocationPolicy allocator=ZoneAllocationPolicy())
 
V8_INLINE void * operator new (size_t size, ZoneAllocationPolicy allocator=ZoneAllocationPolicy())
 
V8_INLINE void operator delete (void *p)
 
V8_INLINE void operator delete (void *p, ZoneAllocationPolicy policy)
 
ZoneAllocationPolicy allocator ()
 
bool Contains (const Key &key)
 
bool Insert (const Key &key, Locator *locator)
 
bool Find (const Key &key, Locator *locator)
 
bool FindGreatestLessThan (const Key &key, Locator *locator)
 
bool FindGreatest (Locator *locator)
 
bool FindLeastGreaterThan (const Key &key, Locator *locator)
 
bool FindLeast (Locator *locator)
 
bool Move (const Key &old_key, const Key &new_key)
 
bool Remove (const Key &key)
 
void Clear ()
 
bool is_empty ()
 
void Splay (const Key &key)
 
void ForEach (Callback *callback)
 

Additional Inherited Members

- Public Types inherited from v8::internal::SplayTree< Config, ZoneAllocationPolicy >
typedef Config::Key Key
 
typedef Config::Value Value
 
- Protected Member Functions inherited from v8::internal::SplayTree< Config, ZoneAllocationPolicy >
void ResetRoot ()
 

Detailed Description

template<typename Config>
class v8::internal::ZoneSplayTree< Config >

Definition at line 384 of file zone.h.


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