Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.cc30 const void* entry_point = GetEntryPoint(); in ToDexPc()
57 const void* entry_point = GetEntryPoint(); in ToNativeQuickPc()
Doat_quick_method_header.h57 return pc - reinterpret_cast<uintptr_t>(GetEntryPoint()); in NativeQuickPcOffset()
113 const uint8_t* GetEntryPoint() const { in GetEntryPoint() function
Dfault_handler.cc336 reinterpret_cast<uintptr_t>(method_header->GetEntryPoint()); in IsInGeneratedCode()
/art/runtime/jit/
Djit_code_cache.cc556 entry_point = OatQuickMethodHeader::FromCodePointer(code_ptr)->GetEntryPoint(); in GetZygoteSavedEntryPoint()
1132 instrum->UpdateMethodsCode(m, method_header->GetEntryPoint()); in CommitCodeInternal()
1164 method_header->GetEntryPoint()); in CommitCodeInternal()
1167 method, method_header->GetEntryPoint()); in CommitCodeInternal()
1175 << reinterpret_cast<const void*>(method_header->GetEntryPoint()) << "," in CommitCodeInternal()
1176 << reinterpret_cast<const void*>(method_header->GetEntryPoint() + in CommitCodeInternal()
1609 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache()
1721 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1734 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1788 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in CheckLiveCompiledCodeHasProfilingInfo()
[all …]
Djit.cc518 osr_method->GetEntryPoint(); in MaybeDoOnStackReplacement()