Searched defs:proto_idx (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/
H A Dtest_dex_file_builder.h122 uint32_t proto_idx = 0u; local
124 entry.second.idx = proto_idx;
125 proto_idx += 1u;
/art/runtime/
H A Ddex_file.cc553 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
588 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
591 const uint16_t proto_idx = GetIndexForProtoId(signature); local
607 if (proto_idx > method.proto_idx_) {
609 } else if (proto_idx < method.proto_idx_) {

Completed in 30 milliseconds