Searched refs:IsCompilingOsr (Results 1 - 6 of 6) sorted by last modified time

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc557 if (!GetGraph()->IsCompilingOsr()) {
1371 if (GetGraph()->IsCompilingOsr()) {
H A Dcode_generator.cc635 if (graph.IsCompilingOsr()) {
776 graph_->IsCompilingOsr() &&
H A Dgraph_checker.cc262 if (GetGraph()->IsCompilingOsr()) {
H A Dinliner.cc318 if (outermost_graph_->IsCompilingOsr()) {
513 if (outermost_graph_->IsCompilingOsr()) {
717 if (outermost_graph_->IsCompilingOsr()) {
H A Dnodes.cc677 if (!is_irreducible_loop && graph->IsCompilingOsr()) {
H A Dnodes.h503 bool IsCompilingOsr() const { return osr_; } function in class:art::HGraph

Completed in 33 milliseconds