Home
last modified time | relevance | path

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

/external/chromium_org/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
227 return type->IsFixedArray() && struct_tag(as_struct(type)) == tag; in is_struct()
244 i::Handle<HeapTypeConfig::Struct> HeapTypeConfig::as_struct(Type* type) { in as_struct() function
Dtypes.h531 return Config::struct_length(Config::as_struct(this)); in Length()
535 return Config::struct_get(Config::as_struct(this), i); in Get()
539 Config::struct_set(Config::as_struct(this), i, type); in Set()
543 Config::struct_shrink(Config::as_struct(this), length); in Shrink()
547 return Config::template struct_get_value<V>(Config::as_struct(this), i); in GetValue()
551 Config::struct_set_value(Config::as_struct(this), i, x); in SetValue()
804 static inline Struct* as_struct(Type* type);
846 static inline i::Handle<Struct> as_struct(Type* type);