Searched refs:GetEntryPoint (Results 1 – 5 of 5) sorted by relevance
34 const void* entry_point = GetEntryPoint(); in ToDexPc()62 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()360 return method_header->GetEntryPoint(); in GetSavedEntryPointOfPreCompiledMethod()717 data->UpdateEntryPoints(method_header->GetEntryPoint()); in Commit()739 method, method_header->GetEntryPoint()); in Commit()752 << reinterpret_cast<const void*>(method_header->GetEntryPoint()) << "," in Commit()753 << reinterpret_cast<const void*>(method_header->GetEntryPoint() + in Commit()1173 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache()1306 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()1319 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()1659 const void* entrypoint = method_header->GetEntryPoint(); in NotifyCompilationOf()[all …]
547 osr_method->GetEntryPoint(); in PrepareForOsr()