Lines Matching refs:GetMethod
571 if (alloc.ContainsUnsafe(info->GetMethod())) { in RemoveMethodsIn()
572 info->GetMethod()->SetProfilingInfo(nullptr); in RemoveMethodsIn()
900 DCHECK_EQ(old_method->GetProfilingInfo(kRuntimePointerSize)->GetMethod(), old_method); in MoveObsoleteMethod()
1203 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in GarbageCollectCache()
1210 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in GarbageCollectCache()
1359 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1364 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in DoCollection()
1376 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1378 !IsMethodBeingCompiled(info->GetMethod()) && in DoCollection()
1381 info->GetMethod()->SetProfilingInfo(nullptr); in DoCollection()
1388 ClearMethodCounter(info->GetMethod(), /*was_warm=*/ true); in DoCollection()
1449 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1457 info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) == nullptr) { in DoCollection()
1458 info->GetMethod()->SetProfilingInfo(info); in DoCollection()
1459 } else if (info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) != info) { in DoCollection()
1622 ArtMethod* method = info->GetMethod(); in GetProfiledMethods()
1643 ArtMethod* caller = info->GetMethod(); in GetProfiledMethods()
1853 ArtMethod* meth = pi->GetMethod(); in InvalidateAllCompiledCode()