Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.h584 return OFFSET_OF_OBJECT_MEMBER(Class, object_size_alloc_fast_path_); in ObjectSizeAllocFastPathOffset()
1531 uint32_t object_size_alloc_fast_path_; variable
/art/runtime/
Dclass_linker_test.cc600 addOffset(OFFSETOF_MEMBER(mirror::Class, object_size_alloc_fast_path_), in ClassOffsets()