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

/art/runtime/
H A Dclass_linker.h332 void ResolveMethodExceptionHandlerTypes(const DexFile& dex_file, mirror::ArtMethod* klass)
H A Dclass_linker.cc3735 ResolveMethodExceptionHandlerTypes(dex_file, klass->GetDirectMethod(i));
3738 ResolveMethodExceptionHandlerTypes(dex_file, klass->GetVirtualMethod(i));
3742 void ClassLinker::ResolveMethodExceptionHandlerTypes(const DexFile& dex_file, function in class:art::ClassLinker

Completed in 1296 milliseconds