Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h4403 void SetAlwaysThrows(bool always_throws) { SetPackedFlag<kFlagAlwaysThrows>(always_throws); } in SetAlwaysThrows()
4405 bool AlwaysThrows() const override { return GetPackedFlag<kFlagAlwaysThrows>(); } in AlwaysThrows()
4433 static constexpr size_t kFlagAlwaysThrows = kFlagCanThrow + 1; variable
4434 static constexpr size_t kNumberOfInvokePackedBits = kFlagAlwaysThrows + 1;