Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc552 invoke_instruction->SetAlwaysThrows(true); in TryInline()
Dnodes.h4403 void SetAlwaysThrows(bool always_throws) { SetPackedFlag<kFlagAlwaysThrows>(always_throws); } in SetAlwaysThrows() function