Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbuilder.cc308 block->SetIsCatchBlock(); in BuildGraph()
Dnodes.h752 void SetIsCatchBlock() { is_catch_block_ = true; } in SetIsCatchBlock() function