Searched refs:CheckConstructorProperties (Results 1 – 2 of 2) sorted by relevance
198 bool CheckConstructorProperties(uint32_t method_index, uint32_t constructor_flags);
730 if (!CheckConstructorProperties(idx, constructor_flags_by_name)) { in CheckClassDataItemMethod()3250 bool DexFileVerifier::CheckConstructorProperties( in CheckConstructorProperties() function in art::DexFileVerifier