Home | History | Annotate | Download | only in runtime

Lines Matching defs:expected_size

484       size_t expected_size = RoundUp(is_static ? klass->GetClassSize() : klass->GetObjectSize(),
486 if (sizeof(T) != expected_size) {
489 << " Java=" << expected_size