Searched refs:SkipCompilation (Results 1 – 5 of 5) sorted by relevance
1009 bool MIRGraph::SkipCompilation(std::string* skip_message) { in SkipCompilation() function in art::MIRGraph1300 return cu_->compiler_driver->SkipCompilation(methodname); in SkipCompilationByName()
731 if (cu.mir_graph->SkipCompilation(&skip_message)) { in CompileMethod()
548 bool SkipCompilation(std::string* skip_message);
665 bool SkipCompilation(const std::string& method_name);
2268 bool CompilerDriver::SkipCompilation(const std::string& method_name) { in SkipCompilation() function in art::CompilerDriver