HomeSort by relevance Sort by last modified time
    Searched defs:traceMethod (Results 1 - 2 of 2) sorted by null

  /art/runtime/
check_jni.cc 534 ArtMethod* traceMethod = nullptr;
540 traceMethod = self->GetCurrentMethod(nullptr);
545 (traceMethod != nullptr && soa.Vm()->ShouldTrace(traceMethod))) {
558 std::string methodName(ArtMethod::PrettyMethod(traceMethod, false));
589 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr);
590 should_trace = (traceMethod != nullptr && vm->ShouldTrace(traceMethod));
608 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr);
609 std::string methodName(ArtMethod::PrettyMethod(traceMethod, false))
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 171 milliseconds