Home
last modified time | relevance | path

Searched defs:CatchHandlerIterator (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.cc1293 CatchHandlerIterator::CatchHandlerIterator(const DexFile::CodeItem& code_item, uint32_t address) { in CatchHandlerIterator() function in art::CatchHandlerIterator
1318 CatchHandlerIterator::CatchHandlerIterator(const DexFile::CodeItem& code_item, in CatchHandlerIterator() function in art::CatchHandlerIterator
Ddex_file.h1361 explicit CatchHandlerIterator(const uint8_t* handler_data) { in CatchHandlerIterator() function