Home | History | Annotate | Download | only in runtime

Lines Matching defs:class_idx

371   // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
372 const uint16_t class_idx = GetIndexForTypeId(declaring_klass);
380 if (class_idx > field.class_idx_) {
382 } else if (class_idx < field.class_idx_) {
406 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
407 const uint16_t class_idx = GetIndexForTypeId(declaring_klass);
415 if (class_idx > method.class_idx_) {
417 } else if (class_idx < method.class_idx_) {