Home
last modified time | relevance | path

Searched defs:ZoneTypeConfig (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dtypes.h999 struct ZoneTypeConfig { struct
1000 typedef TypeImpl<ZoneTypeConfig> Type; argument
1002 typedef void* Struct;
1006 struct Range {
1011 typedef i::Zone Region;
1012 template<class T> struct Handle { typedef T* type; };
1014 static const int kRangeStructTag = 0x1000;
1016 template<class T> static inline T* null_handle() { return nullptr; } in null_handle()