Searched refs:GetMethodReturnType (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.h661 const RegType& GetMethodReturnType() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dmethod_verifier.cc1741 if (!GetMethodReturnType().IsConflict()) {
1749 const RegType& return_type = GetMethodReturnType();
1774 const RegType& return_type = GetMethodReturnType();
1789 const RegType& return_type = GetMethodReturnType();
4316 const RegType& MethodVerifier::GetMethodReturnType() { function in class:art::verifier::MethodVerifier

Completed in 65 milliseconds