Home
last modified time | relevance | path

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

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