Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_quick_method_header.cc40 const void* entry_point = GetEntryPoint(); in ToDexPc()
67 const void* entry_point = GetEntryPoint(); in ToNativeQuickPc()
92 const void* entry_point = GetEntryPoint(); in ToNativeQuickPcForCatchHandlers()
Doat_quick_method_header.h77 return pc - reinterpret_cast<uintptr_t>(GetEntryPoint()); in NativeQuickPcOffset()
142 const uint8_t* GetEntryPoint() const { in GetEntryPoint() function
/art/runtime/jit/
Djit_code_cache.cc127 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 …]
Djit.cc436 osr_method->GetEntryPoint(); in PrepareForOsr()
/art/compiler/
Dcommon_compiler_test.cc116 const void* GetEntryPoint() const { in GetEntryPoint() function in art::CommonCompilerTestImpl::CodeAndMetadata
208 return code_and_metadata_.back().GetEntryPoint(); in MakeExecutable()
/art/runtime/
Dfault_handler.cc606 << (return_pc - reinterpret_cast<uintptr_t>(method_header->GetEntryPoint())); in IsValidReturnPc()