HomeSort by relevance Sort by last modified time
    Searched refs:GetQuickOatEntryPoint (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
art_method.cc 174 const void* entry_point = GetQuickOatEntryPoint();
207 const void* entry_point = GetQuickOatEntryPoint();
art_method-inl.h 230 inline const void* ArtMethod::GetQuickOatEntryPoint() {
248 return EntryPointToCodePointer(GetQuickOatEntryPoint());
art_method.h 328 const void* GetQuickOatEntryPoint() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);

Completed in 50 milliseconds