Home
last modified time | relevance | path

Searched refs:quick_entry_point (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dart_method-inl.h353 inline uintptr_t ArtMethod::NativePcOffset(const uintptr_t pc, const void* quick_entry_point) { in NativePcOffset() argument
354 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()
Dart_method.h476 uintptr_t NativePcOffset(const uintptr_t pc, const void* quick_entry_point)