Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc757 return DexFile::GetTryItems(code_item, try_item)->handler_off_; in FindCatchHandlerOffset()
1245 offset = tries->handler_off_; in CatchHandlerIterator()
1259 Init(code_item, try_item.handler_off_); in CatchHandlerIterator()
Ddex_file_verifier.cc791 if (try_items->handler_off_ == handler_offsets[i]) { in CheckIntraCodeItem()
797 ErrorStringPrintf("Bogus handler offset: %x", try_items->handler_off_); in CheckIntraCodeItem()
Ddex_file.h282 uint16_t handler_off_; member
/art/compiler/llvm/
Dgbc_expander.cc2758 …art::StringAppendF(&lpadname, "lpad%d_%04x_to_%04x", ti_offset, ti->start_addr_, ti->handler_off_); in GetLandingPadBasicBlock()