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

/art/runtime/verifier/
H A Dmethod_verifier.cc2933 const char* return_type_descriptor; local
2942 return_type_descriptor = dex_file_->StringByTypeIdx(return_type_idx);
2945 return_type_descriptor = called_method->GetReturnTypeDescriptor();
2948 return_type = &FromClass(return_type_descriptor,
2997 return_type = &reg_types_.FromDescriptor(GetClassLoader(), return_type_descriptor, false);

Completed in 49 milliseconds