Home
last modified time | relevance | path

Searched refs:SetTryCatchInformation (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dblock_builder.cc313 catch_block->SetTryCatchInformation( in InsertTryBoundaryBlocks()
Dnodes.cc395 block->SetTryCatchInformation(new (arena_) TryCatchInformation(*try_entry)); in ComputeTryBlockInformation()
2127 block->SetTryCatchInformation(try_catch_info); in UpdateLoopAndTryInformationOfNewBlock()
Dnodes.h1211 void SetTryCatchInformation(TryCatchInformation* try_catch_information) { in SetTryCatchInformation() function