Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dclass_linker.h609 void ResolveMethodExceptionHandlerTypes(ArtMethod* klass)
H A Dclass_linker.cc5214 ResolveMethodExceptionHandlerTypes(&method); in ResolveClassExceptionHandlerTypes()
5218 void ClassLinker::ResolveMethodExceptionHandlerTypes(ArtMethod* method) { in ResolveMethodExceptionHandlerTypes() function in art::ClassLinker