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

/art/runtime/
H A Dclass_linker.cc4346 auto h_methods = hs.NewHandle(soa.Decode<mirror::ObjectArray<mirror::Method>>(methods)); local
4347 DCHECK_EQ(h_methods->GetClass(), mirror::Method::ArrayClass())
4348 << mirror::Class::PrettyClass(h_methods->GetClass());
4349 const size_t num_virtual_methods = h_methods->GetLength();
4369 auto* prototype = h_methods->Get(i)->GetArtMethod();
4425 auto* prototype = h_methods->Get(i++)->GetArtMethod();

Completed in 57 milliseconds