Searched refs:quick_entry_point (Results 1 – 2 of 2) sorted by relevance
353 inline uintptr_t ArtMethod::NativePcOffset(const uintptr_t pc, const void* quick_entry_point) { in NativePcOffset() argument354 DCHECK(quick_entry_point != GetQuickToInterpreterBridge()); in NativePcOffset()355 DCHECK_EQ(quick_entry_point, in NativePcOffset()357 return pc - reinterpret_cast<uintptr_t>(quick_entry_point); in NativePcOffset()
476 uintptr_t NativePcOffset(const uintptr_t pc, const void* quick_entry_point)