Home
last modified time | relevance | path

Searched refs:as_struct (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dtypes-inl.h79 return !is_bitset(type) && struct_tag(as_struct(type)) == tag; in is_struct()
97 ZoneTypeConfig::Struct* ZoneTypeConfig::as_struct(Type* type) { in as_struct() function
228 return type->IsFixedArray() && struct_tag(as_struct(type)) == tag; in is_struct()
246 i::Handle<HeapTypeConfig::Struct> HeapTypeConfig::as_struct(Type* type) { in as_struct() function
Dtypes.h654 return Config::struct_length(Config::as_struct(this)); in Length()
658 return Config::struct_get(Config::as_struct(this), i); in Get()
662 Config::struct_set(Config::as_struct(this), i, type); in Set()
666 Config::struct_shrink(Config::as_struct(this), length); in Shrink()
670 return Config::template struct_get_value<V>(Config::as_struct(this), i); in GetValue()
674 Config::struct_set_value(Config::as_struct(this), i, x); in SetValue()
922 static inline Struct* as_struct(Type* type);
964 static inline i::Handle<Struct> as_struct(Type* type);