Home
last modified time | relevance | path

Searched refs:GetCurrentMethod (Results 1 – 12 of 12) sorted by relevance

/art/runtime/entrypoints/jni/
Djni_entrypoints.cc37 ArtMethod* method = self->GetCurrentMethod(nullptr); in artFindNativeMethod()
/art/runtime/
Dmonitor_android.cc81 ArtMethod* m = self->GetCurrentMethod(&pc); in LogContentionEvent()
Dcommon_throws.cc318 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()
Dmonitor.cc176 locking_method_ = owner_->GetCurrentMethod(&locking_dex_pc_, false); in Install()
238 locking_method_ = self->GetCurrentMethod(&locking_dex_pc_); in Lock()
Dthread.cc1150 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
Djava_vm_ext.cc390 ArtMethod* current_method = self->GetCurrentMethod(nullptr); in JniAbort()
Dprofiler.cc97 ArtMethod* method = thread->GetCurrentMethod(nullptr); in GetSample()
Dthread.h384 ArtMethod* GetCurrentMethod(uint32_t* dex_pc, bool abort_on_error = true) const
Dcheck_jni.cc353 traceMethod = self->GetCurrentMethod(nullptr); in Check()
402 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()
421 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()
Djni_internal.cc152 ArtMethod* method = soa.Self()->GetCurrentMethod(nullptr); in GetClassLoader()
Dclass_linker.cc104 ArtMethod* method = self->GetCurrentMethod(nullptr); in HasInitWithString()
/art/runtime/entrypoints/
Dentrypoint_utils.cc217 mirror::Class* return_type = self->GetCurrentMethod(nullptr)->GetReturnType(); in CheckReferenceResult()
223 … PrettyMethod(self->GetCurrentMethod(nullptr)).c_str()); in CheckReferenceResult()