Home
last modified time | relevance | path

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

/art/runtime/
Dcha.h129 void RemoveDependenciesForLinearAlloc(const LinearAlloc* linear_alloc)
Dcha.cc707 void ClassHierarchyAnalysis::RemoveDependenciesForLinearAlloc(const LinearAlloc* linear_alloc) { in RemoveDependenciesForLinearAlloc() function in art::ClassHierarchyAnalysis
Dclass_linker.cc2558 cha_->RemoveDependenciesForLinearAlloc(data.allocator); in DeleteClassLoader()