Searched refs:GetEntryPoint (Results 1 – 5 of 5) sorted by relevance
35 const void* entry_point = GetEntryPoint(); in ToDexPc()63 const void* entry_point = GetEntryPoint(); in ToNativeQuickPc()
66 return pc - reinterpret_cast<uintptr_t>(GetEntryPoint()); in NativeQuickPcOffset()127 const uint8_t* GetEntryPoint() const { in GetEntryPoint() function
337 reinterpret_cast<uintptr_t>(method_header->GetEntryPoint()); in IsInGeneratedCode()
125 DCHECK(entrypoint == OatQuickMethodHeader::FromCodePointer(GetCode())->GetEntryPoint()); in UpdateEntryPoints()365 return method_header->GetEntryPoint(); in GetSavedEntryPointOfPreCompiledMethod()756 data->UpdateEntryPoints(method_header->GetEntryPoint()); in Commit()777 method, method_header->GetEntryPoint()); in Commit()790 << reinterpret_cast<const void*>(method_header->GetEntryPoint()) << "," in Commit()791 << reinterpret_cast<const void*>(method_header->GetEntryPoint() + in Commit()1226 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache()1413 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()1426 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()1766 const void* entrypoint = method_header->GetEntryPoint(); in NotifyCompilationOf()[all …]
551 osr_method->GetEntryPoint(); in PrepareForOsr()