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

  /art/runtime/jit/
jit_code_cache.cc 56 JitCodeCache* JitCodeCache::Create(size_t initial_capacity,
114 return new JitCodeCache(
118 JitCodeCache::JitCodeCache(MemMap* code_map,
165 bool JitCodeCache::ContainsPc(const void* ptr) const {
169 bool JitCodeCache::ContainsMethod(ArtMethod* method) {
197 uint8_t* JitCodeCache::CommitCode(Thread* self,
231 bool JitCodeCache::WaitForPotentialCollectionToComplete(Thread* self) {
245 void JitCodeCache::FreeCode(const void* code_ptr, ArtMethod* method ATTRIBUTE_UNUSED)
    [all...]
jit.h 36 class JitCodeCache;
55 const JitCodeCache* GetCodeCache() const {
59 JitCodeCache* GetCodeCache() {
189 std::unique_ptr<jit::JitCodeCache> code_cache_;
profile_saver.h 32 jit::JitCodeCache* jit_code_cache,
65 jit::JitCodeCache* jit_code_cache,
115 jit::JitCodeCache* jit_code_cache_;
profiling_info.h 31 class JitCodeCache;
198 friend class jit::JitCodeCache;
jit_code_cache.h 49 class JitCodeCache {
61 static JitCodeCache* Create(size_t initial_capacity,
193 JitCodeCache(MemMap* code_map,
336 DISALLOW_IMPLICIT_CONSTRUCTORS(JitCodeCache);
profiling_info.cc 84 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache();
profile_saver.cc 52 jit::JitCodeCache* jit_code_cache,
389 jit::JitCodeCache* jit_code_cache,
jit.cc 157 jit->code_cache_.reset(JitCodeCache::Create(
  /art/compiler/
compiler.h 26 class JitCodeCache;
63 jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED,
  /art/test/566-polymorphic-inlining/
polymorphic_inline.cc 30 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/runtime/
runtime_options.def 76 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheInitialCapacity, jit::JitCodeCache::kInitialCapacity)
77 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheMaxCapacity, jit::JitCodeCache::kMaxCapacity)
art_method.cc 410 jit::JitCodeCache* code_cache = jit->GetCodeCache();
class_linker.cc     [all...]
  /art/test/common/
runtime_state.cc 140 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/compiler/jit/
jit_compiler.cc 220 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache();
  /art/runtime/gc/space/
dlmalloc_space.cc 329 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache();
  /art/compiler/optimizing/
optimizing_compiler.cc 295 bool JitCompile(Thread* self, jit::JitCodeCache* code_cache, ArtMethod* method, bool osr)
    [all...]

Completed in 789 milliseconds