Lines Matching refs:GetEntryPoint
125 DCHECK(entrypoint == OatQuickMethodHeader::FromCodePointer(GetCode())->GetEntryPoint()); in UpdateEntryPoints()
360 return method_header->GetEntryPoint(); in GetSavedEntryPointOfPreCompiledMethod()
717 data->UpdateEntryPoints(method_header->GetEntryPoint()); in Commit()
739 method, method_header->GetEntryPoint()); in Commit()
752 << reinterpret_cast<const void*>(method_header->GetEntryPoint()) << "," in Commit()
753 << reinterpret_cast<const void*>(method_header->GetEntryPoint() + in Commit()
1173 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache()
1306 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1319 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1659 const void* entrypoint = method_header->GetEntryPoint(); in NotifyCompilationOf()
1769 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) { in InvalidateCompiledCodeFor()
1778 if (method_entrypoint == header->GetEntryPoint()) { in InvalidateCompiledCodeFor()