Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_code_cache.h82 using CodeCacheBitmap = gc::accounting::MemoryRangeBitmap<kJitCodeAccountingBytes>; variable
478 CodeCacheBitmap* GetLiveBitmap() const { in GetLiveBitmap()
561 std::unique_ptr<CodeCacheBitmap> live_bitmap_;
H A Djit_code_cache.cc1013 MarkCodeClosure(JitCodeCache* code_cache, CodeCacheBitmap* bitmap, Barrier* barrier) in MarkCodeClosure()
1058 CodeCacheBitmap* const bitmap_;
1114 live_bitmap_.reset(CodeCacheBitmap::Create( in GarbageCollectCache()