Searched refs:GetCurrentMethod (Results 1 – 12 of 12) sorted by relevance
37 ArtMethod* method = self->GetCurrentMethod(nullptr); in artFindNativeMethod()
81 ArtMethod* m = self->GetCurrentMethod(&pc); in LogContentionEvent()
318 ArtMethod* method = Thread::Current()->GetCurrentMethod(nullptr); in ThrowNoSuchMethodError()349 Thread::Current()->GetCurrentMethod(nullptr)->GetDeclaringClass()->GetDexCache(); in ThrowNullPointerExceptionForMethodAccess()364 ArtMethod* method = Thread::Current()->GetCurrentMethod(&throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()
176 locking_method_ = owner_->GetCurrentMethod(&locking_dex_pc_, false); in Install()238 locking_method_ = self->GetCurrentMethod(&locking_dex_pc_); in Lock()
1150 ArtMethod* current_method = thread->GetCurrentMethod(nullptr); in ShouldShowNativeStack()1206 DumpNativeStack(os, GetTid(), " native: ", GetCurrentMethod(nullptr, !dump_for_abort)); in DumpStack()1876 ArtMethod* method = self->GetCurrentMethod(nullptr); in GetCurrentClassLoader()2233 ArtMethod* Thread::GetCurrentMethod(uint32_t* dex_pc, bool abort_on_error) const { in GetCurrentMethod() function in art::Thread
390 ArtMethod* current_method = self->GetCurrentMethod(nullptr); in JniAbort()
97 ArtMethod* method = thread->GetCurrentMethod(nullptr); in GetSample()
384 ArtMethod* GetCurrentMethod(uint32_t* dex_pc, bool abort_on_error = true) const
353 traceMethod = self->GetCurrentMethod(nullptr); in Check()402 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()421 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()
152 ArtMethod* method = soa.Self()->GetCurrentMethod(nullptr); in GetClassLoader()
104 ArtMethod* method = self->GetCurrentMethod(nullptr); in HasInitWithString()
217 mirror::Class* return_type = self->GetCurrentMethod(nullptr)->GetReturnType(); in CheckReferenceResult()223 … PrettyMethod(self->GetCurrentMethod(nullptr)).c_str()); in CheckReferenceResult()