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

  /art/compiler/driver/
compiler_driver.cc 376 methods_to_compile_(compiled_methods),
685 if (methods_to_compile_ == nullptr) {
690 return methods_to_compile_->find(tmp.c_str()) != methods_to_compile_->end();
    [all...]
compiler_driver.h 656 // Specifies the methods that will be compiled. Note that if methods_to_compile_ is null,
659 std::unique_ptr<std::unordered_set<std::string>> methods_to_compile_; member in class:art::CompilerDriver
    [all...]

Completed in 36 milliseconds