Searched defs:scc (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/memory/libmemunreachable/ |
H A D | LeakFolding.cpp | 60 std::function<void(SCCInfo*)> walk([&](SCCInfo* scc) { in AccumulateLeaks() 100 for (auto& scc : leak_scc_) { in FoldLeaks() local
|
H A D | LeakFolding.h | 81 SCCInfo* scc; member
|
/aosp12/art/runtime/jit/ |
H A D | jit_memory_region.cc | 293 ScopedCodeCacheWrite scc(*this); in Initialize() local 310 ScopedCodeCacheWrite scc(*this); in SetFootprintLimit() local 361 ScopedCodeCacheWrite scc(*this); in CommitCode() local
|
H A D | jit_code_cache.cc | 473 ScopedCodeCacheWrite scc(private_region_); in FreeAllMethodHeaders() local
|
/aosp12/frameworks/base/tools/aapt/tests/ |
H A D | CrunchCache_test.cpp | 94 CrunchCache scc(source2,dest2,sff); in main() local
|
/aosp12/art/runtime/gc/space/ |
H A D | space.cc | 97 SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
|
H A D | large_object_space.cc | 634 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | EndToEndNativeInputTest.cpp | 89 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 D | induction_var_analysis.cc | 29 ArenaVector<HInstruction*>* scc, in RotateEntryPhiFirst()
|