Home
last modified time | relevance | path

Searched refs:proto_idx (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Dtest_dex_file_builder.h120 uint32_t proto_idx = 0u; in Build() local
122 entry.second.idx = proto_idx; in Build()
123 proto_idx += 1u; in Build()
/art/runtime/
Ddex_file.cc575 const uint16_t proto_idx = GetIndexForProtoId(signature); in FindMethodId() local
591 if (proto_idx > method.proto_idx_) { in FindMethodId()
593 } else if (proto_idx < method.proto_idx_) { in FindMethodId()
Ddex_file.h745 const char* GetShorty(uint32_t proto_idx) const { in GetShorty() argument
746 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty()