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

/art/runtime/
H A Dclass_linker.cc3879 const DexFile::TypeList* types1 = method1->GetParameterTypeList(); local
3881 if (types1 == nullptr) {
3890 if (types1->Size() != 0) {
3898 uint32_t num_types = types1->Size();
3907 uint32_t param_type_idx = types1->GetTypeItem(i).type_idx_;

Completed in 31 milliseconds