Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.h198 bool CheckConstructorProperties(uint32_t method_index, uint32_t constructor_flags);
Ddex_file_verifier.cc730 if (!CheckConstructorProperties(idx, constructor_flags_by_name)) { in CheckClassDataItemMethod()
3250 bool DexFileVerifier::CheckConstructorProperties( in CheckConstructorProperties() function in art::DexFileVerifier