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

/art/runtime/verifier/
H A Dmethod_verifier.cc2119 if (!GetMethodReturnType().IsConflict()) {
2127 const RegType& return_type = GetMethodReturnType();
2152 const RegType& return_type = GetMethodReturnType();
2167 const RegType& return_type = GetMethodReturnType();
3383 if (!GetMethodReturnType().IsConflict()) {
4993 const RegType& MethodVerifier::GetMethodReturnType() { function in class:art::MethodVerifier

Completed in 51 milliseconds