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()
63 return pc - reinterpret_cast<uintptr_t>(GetEntryPoint()); in NativeQuickPcOffset()116 const uint8_t* GetEntryPoint() const { in GetEntryPoint() function
342 reinterpret_cast<uintptr_t>(method_header->GetEntryPoint()); in IsInGeneratedCode()
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()[all …]
557 osr_method->GetEntryPoint(); in PrepareForOsr()