Home | History | Annotate | Download | only in runtime

Lines Matching refs:proto_idx

705   // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
740 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
743 const uint16_t proto_idx = GetIndexForProtoId(signature);
759 if (proto_idx > method.proto_idx_) {
761 } else if (proto_idx < method.proto_idx_) {