Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc523 const uint16_t proto_idx = GetIndexForProtoId(signature); in FindMethodId() local
539 if (proto_idx > method.proto_idx_) { in FindMethodId()
541 } else if (proto_idx < method.proto_idx_) { in FindMethodId()
Ddex_file.h728 const char* GetShorty(uint32_t proto_idx) const { in GetShorty() argument
729 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty()