Home
last modified time | relevance | path

Searched refs:ContainsUnsafe (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dlinear_alloc.h54 bool ContainsUnsafe(void* ptr) const NO_THREAD_SAFETY_ANALYSIS;
Dlinear_alloc.cc56 bool LinearAlloc::ContainsUnsafe(void* ptr) const { in ContainsUnsafe() function in art::LinearAlloc
Dcha.cc99 if (!alloc->ContainsUnsafe(klass->GetMethodsPtr())) { in ResetSingleImplementationInHierarchy()
125 if (!alloc->ContainsUnsafe(method)) { in ResetSingleImplementationInHierarchy()
172 alloc->ContainsUnsafe(method->GetSingleImplementation(pointer_size)) && in ResetSingleImplementationInHierarchy()
711 if (linear_alloc->ContainsUnsafe(it->first)) { in RemoveDependenciesForLinearAlloc()
/art/runtime/jit/
Djit_code_cache.cc180 [&alloc](ArtMethod* method) { return alloc.ContainsUnsafe(method); }); in RemoveMethodsIn()
532 if (alloc.ContainsUnsafe(it->second)) { in RemoveMethodsIn()
541 if (alloc.ContainsUnsafe(it->first)) { in RemoveMethodsIn()
551 if (alloc.ContainsUnsafe(info->GetMethod())) { in RemoveMethodsIn()