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

  /dalvik/vm/
Thread.h 219 const Method* traceMethod; // Starting method of current trace
  /art/runtime/
check_jni.cc 403 const mirror::ArtMethod* traceMethod = NULL;
409 traceMethod = self->GetCurrentMethod(NULL);
413 if (((flags_ & kFlag_ForceTrace) != 0) || (traceMethod != NULL && ShouldTrace(soa_.Vm(), traceMethod))) {
535 std::string methodName(PrettyMethod(traceMethod, false));
    [all...]

Completed in 352 milliseconds