Searched refs:GetCurrentMethod (Results 1 - 10 of 10) sorted by relevance

/art/runtime/entrypoints/jni/
H A Djni_entrypoints.cc37 mirror::ArtMethod* method = self->GetCurrentMethod(NULL);
/art/runtime/
H A Dmonitor_android.cc81 mirror::ArtMethod* m = self->GetCurrentMethod(&pc);
H A Dmonitor.cc172 locking_method_ = owner_->GetCurrentMethod(&locking_dex_pc_, false);
242 locking_method_ = self->GetCurrentMethod(&locking_dex_pc_);
H A Dthread.cc988 mirror::ArtMethod* current_method = thread->GetCurrentMethod(nullptr);
1040 DumpNativeStack(os, GetTid(), " native: ", GetCurrentMethod(nullptr, !dump_for_abort));
2009 mirror::ArtMethod* Thread::GetCurrentMethod(uint32_t* dex_pc, bool abort_on_error) const { function in class:art::Thread
H A Dprofiler.cc97 mirror::ArtMethod* method = thread->GetCurrentMethod(nullptr);
H A Dthread.h353 mirror::ArtMethod* GetCurrentMethod(uint32_t* dex_pc, bool abort_on_error = true) const
H A Dcheck_jni.cc44 mirror::ArtMethod* current_method = self->GetCurrentMethod(nullptr);
409 traceMethod = self->GetCurrentMethod(nullptr);
H A Djni_internal.cc169 mirror::ArtMethod* method = soa.Self()->GetCurrentMethod(nullptr);
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc219 mirror::ArtMethod* m = self->GetCurrentMethod(NULL);
/art/runtime/entrypoints/portable/
H A Dportable_trampoline_entrypoints.cc324 mirror::ArtMethod* caller = self->GetCurrentMethod(&dex_pc);

Completed in 164 milliseconds