Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h4329 void SetCanThrow(bool can_throw) { SetPackedFlag<kFlagCanThrow>(can_throw); } in SetCanThrow()
4331 bool CanThrow() const override { return GetPackedFlag<kFlagCanThrow>(); } in CanThrow()
4362 static constexpr size_t kFlagCanThrow = kFieldInvokeType + kFieldInvokeTypeSize; variable
4363 static constexpr size_t kFlagAlwaysThrows = kFlagCanThrow + 1;
4390 SetPackedFlag<kFlagCanThrow>(true); in HInvoke()