Searched refs:GetEntryPoint (Results 1 – 6 of 6) sorted by relevance
40 const void* entry_point = GetEntryPoint(); in ToDexPc()67 const void* entry_point = GetEntryPoint(); in ToNativeQuickPc()92 const void* entry_point = GetEntryPoint(); in ToNativeQuickPcForCatchHandlers()
77 return pc - reinterpret_cast<uintptr_t>(GetEntryPoint()); in NativeQuickPcOffset()142 const uint8_t* GetEntryPoint() const { in GetEntryPoint() function
127 DCHECK(entrypoint == OatQuickMethodHeader::FromCodePointer(GetCode())->GetEntryPoint()); in UpdateEntryPoints()351 return method_header->GetEntryPoint(); in GetSavedEntryPointOfPreCompiledMethod()750 data->UpdateEntryPoints(method_header->GetEntryPoint()); in Commit()774 method, method_header->GetEntryPoint()); in Commit()782 << reinterpret_cast<const void*>(method_header->GetEntryPoint()) << "," in Commit()783 << reinterpret_cast<const void*>(method_header->GetEntryPoint() + in Commit()788 uintptr_t entry_point = reinterpret_cast<uintptr_t>(method_header->GetEntryPoint()); in Commit()1127 OatQuickMethodHeader::FromCodePointer(data.GetCode())->GetEntryPoint()) { in RemoveUnmarkedCode()1613 const void* entrypoint = method_header->GetEntryPoint(); in NotifyCompilationOf()1686 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in InvalidateAllCompiledCode()[all …]
436 osr_method->GetEntryPoint(); in PrepareForOsr()
116 const void* GetEntryPoint() const { in GetEntryPoint() function in art::CommonCompilerTestImpl::CodeAndMetadata208 return code_and_metadata_.back().GetEntryPoint(); in MakeExecutable()
606 << (return_pc - reinterpret_cast<uintptr_t>(method_header->GetEntryPoint())); in IsValidReturnPc()