Home
last modified time | relevance | path

Searched refs:IsVariableSize (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass.h376 bool IsVariableSize() const { in IsVariableSize() function
398 DCHECK(!IsVariableSize()); in SetObjectSize()
Dclass-inl.h35 DCHECK(!IsVariableSize()) << " class=" << PrettyTypeOf(this); in GetObjectSize()
/art/runtime/gc/
Dheap.cc559 (c->IsVariableSize() || c->GetObjectSize() == byte_count) || in AllocObject()
/art/runtime/
Dclass_linker.cc3897 if (!klass->IsVariableSize()) { in LinkFields()