Home | History | Annotate | Download | only in runtime

Lines Matching defs:proto_idx

485   // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
520 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
523 const uint16_t proto_idx = GetIndexForProtoId(signature);
539 if (proto_idx > method.proto_idx_) {
541 } else if (proto_idx < method.proto_idx_) {