types-inl.h | 79 return !is_bitset(type) && struct_tag(as_struct(type)) == tag; 97 ZoneTypeConfig::Struct* ZoneTypeConfig::as_struct(Type* type) { function in class:v8::internal::ZoneTypeConfig 228 return type->IsFixedArray() && struct_tag(as_struct(type)) == tag; 246 i::Handle<HeapTypeConfig::Struct> HeapTypeConfig::as_struct(Type* type) { function in class:v8::internal::HeapTypeConfig
|