HomeSort by relevance Sort by last modified time
    Searched refs:struct_length (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
types-inl.h 197 DCHECK(0 <= length && length <= struct_length(structure));
209 int ZoneTypeConfig::struct_length(Struct* structure) { function in class:v8::internal::ZoneTypeConfig
216 DCHECK(0 <= i && i <= struct_length(structure));
223 DCHECK(0 <= i && i <= struct_length(structure));
231 DCHECK(0 <= i && i <= struct_length(structure));
240 DCHECK(0 <= i && i <= struct_length(structure));
408 int HeapTypeConfig::struct_length(i::Handle<Struct> structure) { function in class:v8::internal::HeapTypeConfig
types.h 305 // static int struct_length(Handle<Struct>::type);
731 return Config::struct_length(Config::as_struct(this));
    [all...]

Completed in 110 milliseconds