Searched refs:handler_off_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc1021 if (try_items->handler_off_ == handler_offsets[i]) {
1027 ErrorStringPrintf("Bogus handler offset: %x", try_items->handler_off_);
H A Ddex_file.h303 uint16_t handler_off_; member in struct:art::DexFile::TryItem
H A Ddex_file.cc844 return DexFile::GetTryItems(code_item, try_item)->handler_off_;
2495 offset = tries->handler_off_;
2509 Init(code_item, try_item.handler_off_);

Completed in 175 milliseconds