Searched refs:ScopedCodeCacheWrite (Results 1 – 5 of 5) sorted by relevance
36 class ScopedCodeCacheWrite : ScopedTrace {38 explicit ScopedCodeCacheWrite(const JitMemoryRegion& region) in ScopedCodeCacheWrite() function51 ~ScopedCodeCacheWrite() { in ~ScopedCodeCacheWrite()65 DISALLOW_COPY_AND_ASSIGN(ScopedCodeCacheWrite);
293 ScopedCodeCacheWrite scc(*this); in Initialize()310 ScopedCodeCacheWrite scc(*this); in SetFootprintLimit()361 ScopedCodeCacheWrite scc(*this); in CommitCode()
281 friend class ScopedCodeCacheWrite; // For GetUpdatableCodeMapping variable
474 ScopedCodeCacheWrite scc(private_region_); in FreeAllMethodHeaders()815 ScopedCodeCacheWrite ccw(private_region_); in RemoveMethodLocked()949 ScopedCodeCacheWrite ccw(*region); in Reserve()995 ScopedCodeCacheWrite ccw(*region); in Free()
597 friend class ScopedCodeCacheWrite; variable