Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.cc35 const void* entry_point = GetEntryPoint(); in ToDexPc()
63 const void* entry_point = GetEntryPoint(); in ToNativeQuickPc()
Doat_quick_method_header.h66 return pc - reinterpret_cast<uintptr_t>(GetEntryPoint()); in NativeQuickPcOffset()
127 const uint8_t* GetEntryPoint() const { in GetEntryPoint() function
Dfault_handler.cc337 reinterpret_cast<uintptr_t>(method_header->GetEntryPoint()); in IsInGeneratedCode()
/art/runtime/jit/
Djit_code_cache.cc125 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 …]
Djit.cc551 osr_method->GetEntryPoint(); in PrepareForOsr()