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

/art/compiler/optimizing/
H A Dlicm.cc117 && (!instruction->CanThrow() || !found_first_non_hoisted_throwing_instruction_in_loop)
126 } else if (instruction->CanThrow()) {
H A Ddead_code_elimination.cc131 && !inst->CanThrow()
H A Dinliner.cc256 if (current->CanThrow()) {
H A Dnodes.h1344 virtual bool CanThrow() const { return false; } function in class:art::HInstruction
1819 bool CanThrow() const OVERRIDE { return true; }
2622 bool CanThrow() const OVERRIDE { return true; }
2672 bool CanThrow() const OVERRIDE { return true; }
2812 bool CanThrow() const OVERRIDE { return true; }
3115 bool CanThrow() const OVERRIDE { return true; }
3350 bool CanThrow() const OVERRIDE { return true; }
3460 bool CanThrow() const OVERRIDE {
3648 bool CanThrow() const OVERRIDE { return true; }
3754 bool CanThrow() cons
[all...]
/art/compiler/dex/
H A Dmir_optimization.cc828 if (CanThrow(throw_insn)) {
1818 bool MIRGraph::CanThrow(MIR* mir) const { function in class:art::MIRGraph
1997 if (!ssa_mul_map.empty() && CanThrow(mir)) {
H A Dmir_graph.h1326 bool CanThrow(MIR* mir) const;

Completed in 118 milliseconds