Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h259 bool GetGarbageCollectCodeUnsafe() const NO_THREAD_SAFETY_ANALYSIS { in GetGarbageCollectCodeUnsafe() function
/art/runtime/
Dinstrumentation.cc882 DCHECK(!Runtime::Current()->GetJit()->GetCodeCache()->GetGarbageCollectCodeUnsafe()); in UpdateMethodsCodeImpl()