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

  /art/compiler/dex/
quick_compiler_callbacks.h 32 method_inliner_map_(method_inliner_map) {
51 DexFileToMethodInlinerMap* const method_inliner_map_; member in class:art::FINAL
quick_compiler_callbacks.cc 29 method_inliner_map_->GetMethodInliner(ref.dex_file)
  /art/compiler/
common_compiler_test.h 80 std::unique_ptr<DexFileToMethodInlinerMap> method_inliner_map_; member in class:art::CommonCompilerTest
oat_test.cc 100 method_inliner_map_.reset(new DexFileToMethodInlinerMap);
102 method_inliner_map_.get()));
106 method_inliner_map_.get(),
common_compiler_test.cc 316 method_inliner_map_.get(),
331 method_inliner_map_.reset(new DexFileToMethodInlinerMap);
333 method_inliner_map_.get()));
341 method_inliner_map_.reset();
  /art/compiler/driver/
compiler_driver.h 131 return method_inliner_map_;
777 DexFileToMethodInlinerMap* const method_inliner_map_; member in class:art::CompilerDriver
    [all...]
compiler_driver.cc 346 method_inliner_map_(method_inliner_map),
377 DCHECK(method_inliner_map_ != nullptr);
    [all...]
  /art/dex2oat/
dex2oat.cc 392 method_inliner_map_,
520 method_inliner_map_(method_inliner_map),
586 DexFileToMethodInlinerMap* const method_inliner_map_; member in class:art::Dex2Oat
    [all...]

Completed in 713 milliseconds