Searched defs:type_size (Results 1 - 2 of 2) sorted by relevance

/art/runtime/lambda/
H A Dclosure_builder-inl.h29 const size_t type_size = ShortyFieldType(kShortyType).GetStaticSize(); local
30 DCHECK_EQ(type_size, sizeof(T));
/art/runtime/
H A Dclass_linker.cc7482 size_t type_size = Primitive::ComponentSize(type); local
7483 CHECK_LT(type_size, sizeof(mirror::HeapReference<mirror::Object>));
7485 CHECK_LE(offset.Uint32Value() + type_size, start_ref_offset.Uint32Value());

Completed in 1054 milliseconds