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

  /art/compiler/dex/
quick_compiler_callbacks.h 33 method_inliner_map_(method_inliner_map) {
52 DexFileToMethodInlinerMap* const method_inliner_map_; member in class:art::FINAL
  /art/compiler/
common_compiler_test.h 93 std::unique_ptr<DexFileToMethodInlinerMap> method_inliner_map_; member in class:art::CommonCompilerTest
  /art/compiler/jit/
jit_compiler.h 56 std::unique_ptr<DexFileToMethodInlinerMap> method_inliner_map_; member in class:art::jit::JitCompiler
  /art/compiler/dex/quick/x86/
quick_assemble_x86_test.cc 57 method_inliner_map_.reset(new DexFileToMethodInlinerMap());
61 method_inliner_map_.get(),
104 method_inliner_map_.reset();
131 std::unique_ptr<DexFileToMethodInlinerMap> method_inliner_map_; member in class:art::QuickAssembleX86TestBase
  /art/compiler/driver/
compiler_driver.h 131 return method_inliner_map_;
619 DexFileToMethodInlinerMap* const method_inliner_map_; member in class:art::CompilerDriver
    [all...]
  /art/dex2oat/
dex2oat.cc 505 method_inliner_map_(),
1856 DexFileToMethodInlinerMap method_inliner_map_; member in class:art::FINAL
    [all...]

Completed in 81 milliseconds