Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc334 catch_block->SetTryCatchInformation( in InsertTryBoundaryBlocks()
Ddead_code_elimination.cc661 block->SetTryCatchInformation(nullptr); in RemoveTry()
Dnodes.cc612 block->SetTryCatchInformation(new (allocator_) TryCatchInformation(*try_entry)); in ComputeTryBlockInformation()
2653 block->SetTryCatchInformation(try_catch_info); in UpdateLoopAndTryInformationOfNewBlock()
2827 new_block->SetTryCatchInformation(try_catch_info); in InlineInto()
Dnodes.h1436 void SetTryCatchInformation(TryCatchInformation* try_catch_information) { in SetTryCatchInformation() function