Home
last modified time | relevance | path

Searched refs:shouldCompile (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc1122 bool shouldCompile = method_name.find("$opt$") != std::string::npos; in Compile() local
1123 DCHECK((compiled_method != nullptr) || !shouldCompile) << "Didn't compile " << method_name; in Compile()