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

1 2 3

  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
RoboCallSite.java 14 public Class<?> 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());
  /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/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 171 String caller = getCaller();
258 private static String getCaller() {
  /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-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/darwin-x86/clang-4393122/include/llvm/IR/
Statepoint.h 153 FunTy *getCaller() const { return getCallSite().getCaller(); }
CallSite.h 264 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Statepoint.h 153 FunTy *getCaller() const { return getCallSite().getCaller(); }
CallSite.h 264 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Statepoint.h 156 FunTy *getCaller() const { return getCallSite().getCaller(); }
CallSite.h 267 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Statepoint.h 156 FunTy *getCaller() const { return getCallSite().getCaller(); }
CallSite.h 267 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /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(); }

Completed in 1744 milliseconds

1 2 3