Home
last modified time | relevance | path

Searched refs:RemoveDependenciesForLinearAlloc (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dcha.h129 void RemoveDependenciesForLinearAlloc(const LinearAlloc* linear_alloc)
H A Dcha.cc708 void ClassHierarchyAnalysis::RemoveDependenciesForLinearAlloc(const LinearAlloc* linear_alloc) { in RemoveDependenciesForLinearAlloc() function in art::ClassHierarchyAnalysis
H A Dclass_linker.cc2354 cha_->RemoveDependenciesForLinearAlloc(data.allocator); in DeleteClassLoader()