Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h165 int new_byte_count = klass->IsVariableSize()? byte_count : klass->GetObjectSize(); in AllocObjectWithAllocator() local
170 new_byte_count, in AllocObjectWithAllocator()