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

1 2 3

  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
DebugTest.java 38 return Debug.getCaller();
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 82 Function *Caller = CS.getCaller();
226 Function *Caller = CS.getCaller();
322 Function *Caller = CS.getCaller();
342 CS.getCaller()->getName() + " in other contexts"));
351 CS.getCaller()->getName() + " with cost=" + Twine(IC.getCost()) +
454 Function *Caller = CS.getCaller();
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 171 String caller = getCaller();
258 private static String getCaller() {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 80 Function *Caller = CS.getCaller();
201 Function *Caller = CS.getCaller();
234 Function *Caller = CS.getCaller();
404 Function *Caller = CS.getCaller();
  /packages/apps/Messaging/src/com/android/messaging/util/
Assert.java 205 // Assert methods delegate to this one (see javadoc on getCaller() for details).
206 StackTraceElement caller = DebugUtils.getCaller(2);
DebugUtils.java 373 StackTraceElement caller = getCaller(1);
388 * go. For example, if foo() calls bar(), and bar() calls getCaller(0), it returns info about
389 * bar(). If bar() instead called getCaller(1), it would return info about foo(). And so on.
397 public static StackTraceElement getCaller(int depth) {
410 if ("getCaller".equals(methodName)) {
  /external/llvm/include/llvm/IR/
Statepoint.h 136 FunTy *getCaller() const { return getCallSite().getCaller(); }
CallSite.h 240 /// getCaller - Return the caller function for this call site
242 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 151 FunTy *getCaller() const { return getCallSite().getCaller(); }
CallSite.h 264 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 151 FunTy *getCaller() const { return getCallSite().getCaller(); }
CallSite.h 264 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 151 FunTy *getCaller() const { return getCallSite().getCaller(); }
CallSite.h 264 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 151 FunTy *getCaller() const { return getCallSite().getCaller(); }
CallSite.h 264 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 151 FunTy *getCaller() const { return getCallSite().getCaller(); }
CallSite.h 264 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 151 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 151 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 151 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 152 /// getCaller - Return the caller function for this call site
154 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 68 Log.w(TAG, "Caller needs permission '" + PERMISSION + "' to call " + Debug.getCaller());
  /external/llvm/lib/Analysis/
InlineCost.cpp 622 Function *Caller = CS.getCaller();
    [all...]

Completed in 938 milliseconds

1 2 3