Home
last modified time | relevance | path

Searched refs:code_item_end (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_file-inl.h135 inline const DexFile::TryItem* DexFile::GetTryItems(const DexInstructionIterator& code_item_end, in GetTryItems() argument
138 (RoundUp(reinterpret_cast<uintptr_t>(&code_item_end.Inst()), TryItem::kAlignment)) + offset; in GetTryItems()
510 inline const uint8_t* DexFile::GetCatchHandlerData(const DexInstructionIterator& code_item_end, in GetCatchHandlerData() argument
514 reinterpret_cast<const uint8_t*>(GetTryItems(code_item_end, tries_size)); in GetCatchHandlerData()
Ddex_file.h742 static const TryItem* GetTryItems(const DexInstructionIterator& code_item_end, uint32_t offset);
745 static const uint8_t* GetCatchHandlerData(const DexInstructionIterator& code_item_end,