Home
last modified time | relevance | path

Searched refs:CodeCacheBitmap (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit_code_cache.h81 using CodeCacheBitmap = gc::accounting::MemoryRangeBitmap<kJitCodeAccountingBytes>; variable
489 CodeCacheBitmap* GetLiveBitmap() const { in GetLiveBitmap()
572 std::unique_ptr<CodeCacheBitmap> live_bitmap_;
Djit_code_cache.cc1046 MarkCodeClosure(JitCodeCache* code_cache, CodeCacheBitmap* bitmap, Barrier* barrier) in MarkCodeClosure()
1091 CodeCacheBitmap* const bitmap_;
1147 live_bitmap_.reset(CodeCacheBitmap::Create( in GarbageCollectCache()