Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.cc42 const void* entry_point = GetEntryPoint(); in ToDexPc()
70 const void* entry_point = GetEntryPoint(); in ToNativeQuickPc()
Doat_quick_method_header.h61 return pc - reinterpret_cast<uintptr_t>(GetEntryPoint()); in NativeQuickPcOffset()
147 const uint8_t* GetEntryPoint() const { in GetEntryPoint() function
Dfault_handler.cc337 reinterpret_cast<uintptr_t>(method_header->GetEntryPoint()); in IsInGeneratedCode()
/art/runtime/jit/
Djit.cc557 osr_method->GetEntryPoint(); in MaybeDoOnStackReplacement()