Searched refs:IsVoid (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc3251 if (!signature.IsVoid() || signature.GetNumberOfParameters() != 0) {
3255 } else if (!signature.IsVoid()) {
H A Ddex_file.h1282 bool IsVoid() const;
H A Ddex_file.cc1358 bool Signature::IsVoid() const { function in class:art::Signature

Completed in 69 milliseconds