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

1 2 3 4 5

  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
RoboCallSite.java 14 public Class<?> getCaller() {
MethodCallSite.java 39 "caller=" + getCaller() +
InvokeDynamicSupport.java 114 MethodHandle mh = RobolectricInternals.getShadowCreator(site.getCaller());
120 RobolectricInternals.findShadowMethod(site.getCaller(), site.getName(), site.type(),
139 System.err.println(site.getCaller());
145 SwitchPoint switchPoint = getInvalidator(site.getCaller());
  /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 383 StackTraceElement caller = getCaller(1);
398 * go. For example, if foo() calls bar(), and bar() calls getCaller(0), it returns info about
399 * bar(). If bar() instead called getCaller(1), it would return info about foo(). And so on.
407 public static StackTraceElement getCaller(int depth) {
420 if ("getCaller".equals(methodName)) {
  /external/llvm/include/llvm/IR/
Statepoint.h 136 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 151 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Statepoint.h 153 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Statepoint.h 153 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Statepoint.h 156 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Statepoint.h 156 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Statepoint.h 156 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Statepoint.h 156 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(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Statepoint.h 153 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Statepoint.h 153 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Statepoint.h 156 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Statepoint.h 156 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Statepoint.h 156 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Statepoint.h 156 FunTy *getCaller() const { return getCallSite().getCaller(); }
  /frameworks/base/core/java/android/os/
Debug.java     [all...]

Completed in 905 milliseconds

1 2 3 4 5