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
511 ScopedCodeCacheWrite scc(private_region_); in FreeAllMethodHeaders()887 ScopedCodeCacheWrite ccw(private_region_); in RemoveMethodLocked()1039 ScopedCodeCacheWrite ccw(*region); in Reserve()1085 ScopedCodeCacheWrite ccw(*region); in Free()
624 friend class ScopedCodeCacheWrite; variable