Home
last modified time | relevance | path

Searched refs:handler_off_ (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Ddex_file_exception_helpers.cc38 offset = tries->handler_off_; in CatchHandlerIterator()
45 offset = try_item != nullptr ? try_item->handler_off_ : -1; in CatchHandlerIterator()
55 Init(accessor, try_item.handler_off_); in CatchHandlerIterator()
Ddex_file_structs.h201 uint16_t handler_off_; member
Ddex_file_verifier.cc1618 if (try_items->handler_off_ == handler_offsets[i]) { in CheckIntraCodeItem()
1624 ErrorStringPrintf("Bogus handler offset: %x", try_items->handler_off_); in CheckIntraCodeItem()
/art/compiler/optimizing/
Dblock_builder.cc240 for (CatchHandlerIterator it(accessor.GetCatchHandlerData(try_item->handler_off_)); in LinkToCatchBlocks()
/art/dexlayout/
Ddex_writer.cc546 disk_try_item.handler_off_ = try_item->GetHandlers()->GetListOffset(); in WriteCodeItemPostInstructionData()
Ddex_ir_builder.cc834 uint16_t handler_off = disk_try_item.handler_off_; in DedupeOrCreateCodeItem()