Searched refs:CatchHandler (Results 1 – 6 of 6) sorted by relevance
111 bool VerifyHandler(const dex_ir::CatchHandler* orig,112 const dex_ir::CatchHandler* output,
835 const CatchHandler* handlers = nullptr; in DedupeOrCreateCodeItem()836 for (std::unique_ptr<const CatchHandler>& existing_handlers : *handler_list) { in DedupeOrCreateCodeItem()852 handlers = new CatchHandler(catch_all, handler_off, addr_pairs); in DedupeOrCreateCodeItem()853 handler_list->push_back(std::unique_ptr<const CatchHandler>(handlers)); in DedupeOrCreateCodeItem()865 for (std::unique_ptr<const CatchHandler>& existing_handlers : *handler_list) { in DedupeOrCreateCodeItem()899 const CatchHandler* handler = new CatchHandler(has_catch_all, handler_off, addr_pairs); in DedupeOrCreateCodeItem()900 handler_list->push_back(std::unique_ptr<const CatchHandler>(handler)); in DedupeOrCreateCodeItem()
970 class CatchHandler {972 explicit CatchHandler(bool catch_all, uint16_t list_offset, TypeAddrPairVector* handlers) in CatchHandler() function984 DISALLOW_COPY_AND_ASSIGN(CatchHandler);987 using CatchHandlerVector = std::vector<std::unique_ptr<const CatchHandler>>;991 TryItem(uint32_t start_addr, uint16_t insn_count, const CatchHandler* handlers) in TryItem()997 const CatchHandler* GetHandlers() const { return handlers_; } in GetHandlers()1004 const CatchHandler* handlers_;
1004 bool VerifyHandler(const dex_ir::CatchHandler* orig, in VerifyHandler()1005 const dex_ir::CatchHandler* output, in VerifyHandler()
553 for (std::unique_ptr<const dex_ir::CatchHandler>& handlers : *code_item->Handlers()) { in WriteCodeItemPostInstructionData()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...