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

/art/runtime/
H A Ddex_file.cc485 // 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); local
539 if (proto_idx > method.proto_idx_) {
541 } else if (proto_idx < method.proto_idx_) {
H A Ddex_file.h728 const char* GetShorty(uint32_t proto_idx) const {
729 const ProtoId& proto_id = GetProtoId(proto_idx);

Completed in 97 milliseconds