Searched refs:struct_length (Results 1 – 2 of 2) sorted by relevance
149 DCHECK(0 <= length && length <= struct_length(structure)); in struct_shrink()161 int ZoneTypeConfig::struct_length(Struct* structure) { in struct_length() function168 DCHECK(0 <= i && i <= struct_length(structure)); in struct_get()175 DCHECK(0 <= i && i <= struct_length(structure)); in struct_set()183 DCHECK(0 <= i && i <= struct_length(structure)); in struct_get_value()192 DCHECK(0 <= i && i <= struct_length(structure)); in struct_set_value()301 int HeapTypeConfig::struct_length(i::Handle<Struct> structure) { in struct_length() function
654 return Config::struct_length(Config::as_struct(this)); in Length()932 static inline int struct_length(Struct* structure);976 static inline int struct_length(i::Handle<Struct> structure);