Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc243 try_boundary->AddExceptionHandler(catch_blocks.Get(it.GetHandlerAddress())); in LinkToCatchBlocks()
Dnodes.h3292 void AddExceptionHandler(HBasicBlock* handler) { in AddExceptionHandler() function