Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc2425 invoke->SetCanThrow(false); in SimplifyNPEOnArgN()
Dnodes.cc2903 SetCanThrow(exceptions == kCanThrow); in SetIntrinsic()
Dnodes.h4399 void SetCanThrow(bool can_throw) { SetPackedFlag<kFlagCanThrow>(can_throw); } in SetCanThrow() function