Searched defs:JitCodeCache (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jit/
H A Djit_code_cache.h52 class JitCodeCache { class in namespace:art::jit
64 static JitCodeCache* Create(size_t initial_capacity,
243 JitCodeCache(MemMap* code_map,
407 DISALLOW_IMPLICIT_CONSTRUCTORS(JitCodeCache);
H A Djit_code_cache.cc58 JitCodeCache* JitCodeCache::Create(size_t initial_capacity,
126 return new JitCodeCache(
130 JitCodeCache::JitCodeCache(MemMap* code_map, function in class:art::jit::JitCodeCache
178 bool JitCodeCache::ContainsPc(const void* ptr) const {
182 bool JitCodeCache::ContainsMethod(ArtMethod* method) {
217 uint8_t* JitCodeCache::CommitCode(Thread* self,
269 bool JitCodeCache::WaitForPotentialCollectionToComplete(Thread* self) {
364 void JitCodeCache
[all...]

Completed in 46 milliseconds