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

  /art/runtime/jit/
profiling_info.h 31 class JitCodeCache;
48 friend class jit::JitCodeCache;
140 // See JitCodeCache::MoveObsoleteMethod.
160 friend class jit::JitCodeCache;
jit_code_cache.cc 63 JitCodeCache* JitCodeCache::Create(size_t initial_capacity,
133 return new JitCodeCache(
137 JitCodeCache::JitCodeCache(MemMap* code_map,
185 bool JitCodeCache::ContainsPc(const void* ptr) const {
189 bool JitCodeCache::ContainsMethod(ArtMethod* method) {
224 uint8_t* JitCodeCache::CommitCode(Thread* self,
276 bool JitCodeCache::WaitForPotentialCollectionToComplete(Thread* self) {
372 void JitCodeCache::SweepRootTables(IsMarkedVisitor* visitor)
    [all...]
profile_saver.h 35 jit::JitCodeCache* jit_code_cache,
65 jit::JitCodeCache* jit_code_cache,
112 jit::JitCodeCache* jit_code_cache_;
jit.h 43 class JitCodeCache;
62 const JitCodeCache* GetCodeCache() const {
66 JitCodeCache* GetCodeCache() {
199 std::unique_ptr<jit::JitCodeCache> code_cache_;
jit_code_cache.h 53 class JitCodeCache {
65 static JitCodeCache* Create(size_t initial_capacity,
251 JitCodeCache(MemMap* code_map,
415 DISALLOW_IMPLICIT_CONSTRUCTORS(JitCodeCache);
profiling_info.cc 75 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache();
profile_saver.cc 76 jit::JitCodeCache* jit_code_cache,
612 jit::JitCodeCache* jit_code_cache,
    [all...]
jit.cc 186 jit->code_cache_.reset(JitCodeCache::Create(
  /art/test/708-jit-cache-churn/
jit.cc 46 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/compiler/
compiler.h 27 class JitCodeCache;
78 jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED,
  /art/test/566-polymorphic-inlining/
polymorphic_inline.cc 32 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/runtime/
runtime_options.def 79 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheInitialCapacity, jit::JitCodeCache::kInitialCapacity)
80 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheMaxCapacity, jit::JitCodeCache::kMaxCapacity)
art_method.cc 643 jit::JitCodeCache* code_cache = jit->GetCodeCache();
    [all...]
class_linker.cc     [all...]
  /art/compiler/jit/
jit_compiler.cc 186 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache();
  /art/test/common/
runtime_state.cc 196 jit::JitCodeCache* code_cache = jit->GetCodeCache();
262 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/runtime/gc/space/
dlmalloc_space.cc 330 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache();
  /art/compiler/optimizing/
optimizing_compiler.cc 339 jit::JitCodeCache* code_cache,
    [all...]

Completed in 527 milliseconds