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

/art/runtime/
H A Ddex_file.cc951 int32_t DexFile::FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address) { function in class:art::DexFile
1513 offset = DexFile::FindCatchHandlerOffset(code_item, address);
H A Ddex_file.h845 static int32_t FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address);

Completed in 42 milliseconds