Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-types.cc31 struct ZoneRep { struct
32 typedef void* Struct;
34 static bool IsStruct(Type* t, int tag) { in IsStruct()
37 static bool IsBitset(Type* t) { return reinterpret_cast<uintptr_t>(t) & 1; } in IsBitset()
39 static bool IsUnion(Type* t) { return t->IsUnionForTesting(); } in IsUnion()
41 static Struct* AsStruct(Type* t) { in AsStruct()
44 static bitset AsBitset(Type* t) { in AsBitset()
47 static Struct* AsUnion(Type* t) { in AsUnion()
50 static int Length(Struct* structured) { in Length()
54 static Zone* ToRegion(Zone* zone, Isolate* isolate) { return zone; } in ToRegion()
[all …]