Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_file_exception_helpers.cc24 CatchHandlerIterator::CatchHandlerIterator(const CodeItemDataAccessor& accessor, uint32_t address) { in CatchHandlerIterator() function in art::CatchHandlerIterator
52 CatchHandlerIterator::CatchHandlerIterator(const CodeItemDataAccessor& accessor, in CatchHandlerIterator() function in art::CatchHandlerIterator
H A Ddex_file_exception_helpers.h38 explicit CatchHandlerIterator(const uint8_t* handler_data) { in CatchHandlerIterator() function