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

  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
DebugTest.java 38 return Debug.getCaller();
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 86 Function *Caller = CS.getCaller();
207 Function *Caller = CS.getCaller();
239 Function *Caller = CS.getCaller();
410 Function *Caller = CS.getCaller();
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 152 /// getCaller - Return the caller function for this call site
154 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 486 const Decl *getCaller() const { return Caller; }

Completed in 269 milliseconds