Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching defs:old_length

1425   int32_t old_length = old_methods == nullptr ? 0 : old_methods->GetLength();
1427 old_length + klass->NumDirectMethods() + klass->NumDeclaredVirtualMethods();
1432 if (i < old_length) {