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 85 class JitCodeCache {
97 static JitCodeCache* Create(bool used_only_for_profile_data,
101 ~JitCodeCache();
283 JitCodeCache();
516 DISALLOW_COPY_AND_ASSIGN(JitCodeCache);
jit_code_cache.cc 91 class JitCodeCache::JniStubKey {
138 class JitCodeCache::JniStubData {
192 bool JitCodeCache::InitializeMappings(bool rwx_memory_allowed,
357 JitCodeCache* JitCodeCache::Create(bool used_only_for_profile_data,
386 std::unique_ptr<JitCodeCache> jit_code_cache(new JitCodeCache());
410 JitCodeCache::JitCodeCache()
432 void JitCodeCache::InitializeState(size_t initial_capacity, size_t max_capacity)
    [all...]

Completed in 50 milliseconds