HomeSort by relevance Sort by last modified time
    Searched refs:HasTryCatch (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
load_store_elimination.cc 654 if (graph_->IsDebuggable() || graph_->HasTryCatch()) {
code_generator.cc 275 if (graph_->HasTryCatch()) {
715 if (graph.HasTryCatch()) {
    [all...]
loop_optimization.cc 298 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) {
    [all...]
nodes.cc     [all...]
nodes.h 571 bool HasTryCatch() const { return has_try_catch_; }
    [all...]

Completed in 65 milliseconds