Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dblock_builder.cc347 catch_block->SetTryCatchInformation( in InsertTryBoundaryBlocks()
H A Dnodes.cc729 block->SetTryCatchInformation(new (allocator_) TryCatchInformation(*try_entry)); in ComputeTryBlockInformation()
2692 block->SetTryCatchInformation(try_catch_info); in UpdateLoopAndTryInformationOfNewBlock()
H A Dnodes.h1395 void SetTryCatchInformation(TryCatchInformation* try_catch_information) { in SetTryCatchInformation() function