Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h973 : catch_all_(catch_all), list_offset_(list_offset), handlers_(handlers) { } in CatchHandler()
977 TypeAddrPairVector* GetHandlers() const { return handlers_.get(); } in GetHandlers()
982 std::unique_ptr<TypeAddrPairVector> handlers_; variable
992 : start_addr_(start_addr), insn_count_(insn_count), handlers_(handlers) { } in TryItem()
997 const CatchHandler* GetHandlers() const { return handlers_; } in GetHandlers()
1004 const CatchHandler* handlers_; variable
1053 handlers_(handlers) { } in CodeItem()
1065 CatchHandlerVector* Handlers() const { return handlers_.get(); } in Handlers()
1085 std::unique_ptr<CatchHandlerVector> handlers_; // This can be nullptr. variable
/art/compiler/optimizing/
Doptimizing_unit_test.h642 auto& h = handlers_[instruction->GetKind()]; in VisitInstruction()
674 handlers_[type] = GetWrapper(type, h1); in FillHandlers()
684 handlers_; variable