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

  /art/runtime/jit/
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);
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...]

Completed in 2862 milliseconds