Searched refs:CodeCacheBitmap (Results 1 – 2 of 2) sorted by relevance
84 using CodeCacheBitmap = gc::accounting::MemoryRangeBitmap<kJitCodeAccountingBytes>; variable497 CodeCacheBitmap* GetLiveBitmap() const { in GetLiveBitmap()592 std::unique_ptr<CodeCacheBitmap> live_bitmap_;
1101 MarkCodeClosure(JitCodeCache* code_cache, CodeCacheBitmap* bitmap, Barrier* barrier) in MarkCodeClosure()1130 CodeCacheBitmap* const bitmap_;1334 live_bitmap_.reset(CodeCacheBitmap::Create( in DoCollection()