Lines Matching refs:GetEntryPoint
126 DCHECK(entrypoint == OatQuickMethodHeader::FromCodePointer(GetCode())->GetEntryPoint()); in UpdateEntryPoints()
339 return method_header->GetEntryPoint(); in GetSavedEntryPointOfPreCompiledMethod()
737 data->UpdateEntryPoints(method_header->GetEntryPoint()); in Commit()
758 method, method_header->GetEntryPoint()); in Commit()
771 << reinterpret_cast<const void*>(method_header->GetEntryPoint()) << "," in Commit()
772 << reinterpret_cast<const void*>(method_header->GetEntryPoint() + in Commit()
1176 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache()
1323 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1336 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1638 const void* entrypoint = method_header->GetEntryPoint(); in NotifyCompilationOf()
1740 if (method_entrypoint == header->GetEntryPoint()) { in InvalidateCompiledCodeFor()