Lines Matching refs:GetEntryPointFromQuickCompiledCode
492 if (ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in WillExecuteJitCode()
494 } else if (method->GetEntryPointFromQuickCompiledCode() == GetQuickInstrumentationEntryPoint()) { in WillExecuteJitCode()
1131 if (!class_linker->IsQuickResolutionStub(m->GetEntryPointFromQuickCompiledCode())) { in CommitCodeInternal()
1155 method->GetEntryPointFromQuickCompiledCode())) { in CommitCodeInternal()
1322 if (IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())) { in ClearEntryPointsInZygoteExecSpace()
1585 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in GarbageCollectCache()
1609 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache()
1688 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1721 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1734 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1757 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1788 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in CheckLiveCompiledCodeHasProfilingInfo()
2044 if (!osr && ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in NotifyCompilationOf()
2049 if (class_linker->IsQuickResolutionStub(method->GetEntryPointFromQuickCompiledCode())) { in NotifyCompilationOf()
2090 if (!class_linker->IsQuickResolutionStub(m->GetEntryPointFromQuickCompiledCode())) { in NotifyCompilationOf()
2162 const void* method_entrypoint = method->GetEntryPointFromQuickCompiledCode(); in InvalidateCompiledCodeFor()