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

  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 37 mirror::ArtMethod* method = self->GetCurrentMethod(NULL);
  /art/runtime/
monitor_android.cc 81 mirror::ArtMethod* m = self->GetCurrentMethod(&pc);
monitor.cc 172 locking_method_ = owner_->GetCurrentMethod(&locking_dex_pc_, false);
242 locking_method_ = self->GetCurrentMethod(&locking_dex_pc_);
    [all...]
thread.cc     [all...]
profiler.cc 97 mirror::ArtMethod* method = thread->GetCurrentMethod(nullptr);
thread.h 353 mirror::ArtMethod* GetCurrentMethod(uint32_t* dex_pc, bool abort_on_error = true) const
    [all...]
check_jni.cc 44 mirror::ArtMethod* current_method = self->GetCurrentMethod(nullptr);
409 traceMethod = self->GetCurrentMethod(nullptr);
    [all...]
jni_internal.cc 169 mirror::ArtMethod* method = soa.Self()->GetCurrentMethod(nullptr);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 219 mirror::ArtMethod* m = self->GetCurrentMethod(NULL);
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 324 mirror::ArtMethod* caller = self->GetCurrentMethod(&dex_pc);

Completed in 111 milliseconds