Searched refs:code_item_end (Results 1 – 2 of 2) sorted by relevance
163 inline const dex::TryItem* DexFile::GetTryItems(const DexInstructionIterator& code_item_end, in GetTryItems() argument166 (RoundUp(reinterpret_cast<uintptr_t>(&code_item_end.Inst()), dex::TryItem::kAlignment)) + in GetTryItems()445 inline const uint8_t* DexFile::GetCatchHandlerData(const DexInstructionIterator& code_item_end, in GetCatchHandlerData() argument449 reinterpret_cast<const uint8_t*>(GetTryItems(code_item_end, tries_size)); in GetCatchHandlerData()
504 static const dex::TryItem* GetTryItems(const DexInstructionIterator& code_item_end,508 static const uint8_t* GetCatchHandlerData(const DexInstructionIterator& code_item_end,