• Home
  • Raw
  • Download

Lines Matching refs:GetMethod

551       if (alloc.ContainsUnsafe(info->GetMethod())) {  in RemoveMethodsIn()
552 info->GetMethod()->SetProfilingInfo(nullptr); in RemoveMethodsIn()
861 DCHECK_EQ(old_method->GetProfilingInfo(kRuntimePointerSize)->GetMethod(), old_method); in MoveObsoleteMethod()
1150 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in GarbageCollectCache()
1157 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in GarbageCollectCache()
1255 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1260 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in DoCollection()
1272 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1274 info->GetMethod()->SetProfilingInfo(nullptr); in DoCollection()
1281 ClearMethodCounter(info->GetMethod(), /*was_warm=*/ true); in DoCollection()
1342 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1350 info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) == nullptr) { in DoCollection()
1351 info->GetMethod()->SetProfilingInfo(info); in DoCollection()
1352 } else if (info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) != info) { in DoCollection()
1515 ArtMethod* method = info->GetMethod(); in GetProfiledMethods()
1536 ArtMethod* caller = info->GetMethod(); in GetProfiledMethods()
1747 ArtMethod* meth = pi->GetMethod(); in InvalidateAllCompiledCode()