Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc347 catch_block->SetTryCatchInformation( in InsertTryBoundaryBlocks()
Dnodes.cc555 block->SetTryCatchInformation(new (allocator_) TryCatchInformation(*try_entry)); in ComputeTryBlockInformation()
2420 block->SetTryCatchInformation(try_catch_info); in UpdateLoopAndTryInformationOfNewBlock()
Dnodes.h1355 void SetTryCatchInformation(TryCatchInformation* try_catch_information) { in SetTryCatchInformation() function