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

  /art/compiler/optimizing/
code_sinking.cc 335 (user->IsSuspendCheck() && graph_->IsCompilingOsr())) {
inliner.cc 369 if (outermost_graph_->IsCompilingOsr()) {
501 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr();
    [all...]
bounds_check_elimination.cc 554 if (!GetGraph()->IsCompilingOsr()) {
    [all...]
code_generator.cc 702 if (graph.IsCompilingOsr()) {
    [all...]
graph_checker.cc 264 if (GetGraph()->IsCompilingOsr()) {
    [all...]
nodes.cc 680 if (!is_irreducible_loop && graph->IsCompilingOsr()) {
    [all...]
nodes.h 557 bool IsCompilingOsr() const { return osr_; }
    [all...]

Completed in 107 milliseconds