Searched defs:CanThrow (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h1818 virtual bool CanThrow() const { return false; } function in class:art::HInstruction
1819 bool CanThrowIntoCatchBlock() const { return CanThrow() && block_->IsTryBlock(); }
2801 bool CanThrow() const OVERRIDE { return true; }
3632 bool CanThrow() const OVERRIDE { return GetPackedFlag<kFlagCanThrow>() || true; }
3728 bool CanThrow() const OVERRIDE { return GetPackedFlag<kFlagCanThrow>(); }
4221 bool CanThrow() const OVERRIDE { return true; }
4461 bool CanThrow() const OVERRIDE { return true; }
4944 bool CanThrow() const OVERRIDE { return true; }
5173 bool CanThrow() const OVERRIDE { return NeedsTypeCheck(); }
5283 bool CanThrow() cons
[all...]

Completed in 44 milliseconds