Home
last modified time | relevance | path

Searched refs:GetEntryPoint (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Doat_quick_method_header.cc35 const void* entry_point = GetEntryPoint(); in ToDexPc()
63 const void* entry_point = GetEntryPoint(); in ToNativeQuickPc()
H A Doat_quick_method_header.h63 return pc - reinterpret_cast<uintptr_t>(GetEntryPoint()); in NativeQuickPcOffset()
116 const uint8_t* GetEntryPoint() const { in GetEntryPoint() function
H A Dfault_handler.cc342 reinterpret_cast<uintptr_t>(method_header->GetEntryPoint()); in IsInGeneratedCode()
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc126 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 …]
H A Djit.cc557 osr_method->GetEntryPoint(); in PrepareForOsr()