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
491 ScopedCodeCacheWrite scc(private_region_); in FreeAllMethodHeaders()843 ScopedCodeCacheWrite ccw(private_region_); in RemoveMethodLocked()984 ScopedCodeCacheWrite ccw(*region); in Reserve()1030 ScopedCodeCacheWrite ccw(*region); in Free()
609 friend class ScopedCodeCacheWrite; variable