Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc571 class ScopedCodeCacheWrite : ScopedTrace { class
573 explicit ScopedCodeCacheWrite(const JitCodeCache* const code_cache) in ScopedCodeCacheWrite() function in art::jit::ScopedCodeCacheWrite
584 ~ScopedCodeCacheWrite() { in ~ScopedCodeCacheWrite()
596 DISALLOW_COPY_AND_ASSIGN(ScopedCodeCacheWrite);
828 ScopedCodeCacheWrite scc(this); in FreeAllMethodHeaders()
847 ScopedCodeCacheWrite scc(this); in RemoveMethodsIn()
1003 ScopedCodeCacheWrite scc(this); in CommitCodeInternal()
1145 ScopedCodeCacheWrite scc(this); in CommitCodeInternal()
1229 ScopedCodeCacheWrite ccw(this); in RemoveMethodLocked()
1464 ScopedCodeCacheWrite scc(this); in SetFootprintLimit()
[all …]
Djit_code_cache.h75 class ScopedCodeCacheWrite; variable
513 friend class ScopedCodeCacheWrite; variable