Home
last modified time | relevance | path

Searched refs:ResolveMethodExceptionHandlerTypes (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Dclass_linker.h579 void ResolveMethodExceptionHandlerTypes(ArtMethod* klass)
H A Dclass_linker.cc4866 ResolveMethodExceptionHandlerTypes(&method); in ResolveClassExceptionHandlerTypes()
4870 void ClassLinker::ResolveMethodExceptionHandlerTypes(ArtMethod* method) { in ResolveMethodExceptionHandlerTypes() function in art::ClassLinker