Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h4399 void SetCanThrow(bool can_throw) { SetPackedFlag<kFlagCanThrow>(can_throw); } in SetCanThrow()
4401 bool CanThrow() const override { return GetPackedFlag<kFlagCanThrow>(); } in CanThrow()
4432 static constexpr size_t kFlagCanThrow = kFieldInvokeType + kFieldInvokeTypeSize; variable
4433 static constexpr size_t kFlagAlwaysThrows = kFlagCanThrow + 1;
4460 SetPackedFlag<kFlagCanThrow>(true); in HInvoke()