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

  /art/runtime/mirror/
art_method-inl.h 178 inline void ArtMethod::AssertPcIsWithinQuickCode(uintptr_t pc) {
art_method.h 348 void AssertPcIsWithinQuickCode(uintptr_t pc) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/
stack.cc 504 method->AssertPcIsWithinQuickCode(cur_quick_frame_pc_);

Completed in 45 milliseconds