Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.h163 const DexFile::ProtoId* CheckLoadProtoId(uint32_t idx, const char* error_fmt);
Ddex_file_verifier.cc191 const DexFile::ProtoId* DexFileVerifier::CheckLoadProtoId(uint32_t idx, const char* err_string) { in CheckLoadProtoId() function in art::DexFileVerifier
3243 const DexFile::ProtoId* const proto_id = CheckLoadProtoId(method_id->proto_idx_, in CheckConstructorProperties()