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

/art/runtime/verifier/
H A Dmethod_verifier.cc2873 const char* return_type_descriptor; local
2881 return_type_descriptor = dex_file_->StringByTypeIdx(return_type_idx);
2884 return_type_descriptor = called_method->GetReturnTypeDescriptor();
2889 return_type = &FromClass(return_type_descriptor,
2938 return_type = &reg_types_.FromDescriptor(GetClassLoader(), return_type_descriptor, false);

Completed in 224 milliseconds