Home
last modified time | relevance | path

Searched defs:scc (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/memory/libmemunreachable/
H A DLeakFolding.cpp60 std::function<void(SCCInfo*)> walk([&](SCCInfo* scc) { in AccumulateLeaks()
100 for (auto& scc : leak_scc_) { in FoldLeaks() local
H A DLeakFolding.h81 SCCInfo* scc; member
/aosp12/art/runtime/jit/
H A Djit_memory_region.cc293 ScopedCodeCacheWrite scc(*this); in Initialize() local
310 ScopedCodeCacheWrite scc(*this); in SetFootprintLimit() local
361 ScopedCodeCacheWrite scc(*this); in CommitCode() local
H A Djit_code_cache.cc473 ScopedCodeCacheWrite scc(private_region_); in FreeAllMethodHeaders() local
/aosp12/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp94 CrunchCache scc(source2,dest2,sff); in main() local
/aosp12/art/runtime/gc/space/
H A Dspace.cc97 SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
H A Dlarge_object_space.cc634 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
/aosp12/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp89 static std::unique_ptr<InputSurface> makeColorInputSurface(const sp<SurfaceComposerClient> &scc, in makeColorInputSurface()
99 const sp<SurfaceComposerClient> &scc, int width, int height) { in makeBufferInputSurface()
107 const sp<SurfaceComposerClient> &scc, int width, int height) { in makeContainerInputSurface()
116 const sp<SurfaceComposerClient> &scc, int width, int height) { in makeCursorInputSurface()
293 const sp<SurfaceComposerClient> &scc, int width, int height) { in makeBlastInputSurface()
/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis.cc29 ArenaVector<HInstruction*>* scc, in RotateEntryPhiFirst()