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()360 ScopedCodeCacheWrite scc(*this); in CommitCode()
280 friend class ScopedCodeCacheWrite; // For GetUpdatableCodeMapping variable
494 ScopedCodeCacheWrite scc(private_region_); in FreeAllMethodHeaders()834 ScopedCodeCacheWrite ccw(private_region_); in RemoveMethodLocked()975 ScopedCodeCacheWrite ccw(*region); in Reserve()1021 ScopedCodeCacheWrite ccw(*region); in Free()
613 friend class ScopedCodeCacheWrite; variable