Lines Matching refs:GetEntryPoint
556 entry_point = OatQuickMethodHeader::FromCodePointer(code_ptr)->GetEntryPoint(); in GetZygoteSavedEntryPoint()
1132 instrum->UpdateMethodsCode(m, method_header->GetEntryPoint()); in CommitCodeInternal()
1164 method_header->GetEntryPoint()); in CommitCodeInternal()
1167 method, method_header->GetEntryPoint()); in CommitCodeInternal()
1175 << reinterpret_cast<const void*>(method_header->GetEntryPoint()) << "," in CommitCodeInternal()
1176 << reinterpret_cast<const void*>(method_header->GetEntryPoint() + in CommitCodeInternal()
1609 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache()
1721 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1734 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1788 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in CheckLiveCompiledCodeHasProfilingInfo()
2080 const void* entrypoint = method_header->GetEntryPoint(); in NotifyCompilationOf()
2164 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) { in InvalidateCompiledCodeFor()
2173 if (method_entrypoint == header->GetEntryPoint()) { in InvalidateCompiledCodeFor()