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

/art/runtime/
H A Ddex_file.h663 return GetProtoId(method_id.proto_idx_);
676 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_);
681 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_);
685 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);
757 const ProtoId& GetProtoId(uint32_t idx) const { function in class:art::DexFile
786 const ProtoId& proto_id = GetProtoId(proto_idx);

Completed in 2427 milliseconds