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

1 2 3

  /prebuilts/go/darwin-x86/misc/swig/callback/
callback.h 11 class Caller {
15 Caller(): callback_(0) { }
16 ~Caller() { delCallback(); }
  /prebuilts/go/linux-x86/misc/swig/callback/
callback.h 11 class Caller {
15 Caller(): callback_(0) { }
16 ~Caller() { delCallback(); }
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 162 // Caller reports file and line number information about function invocations on
164 // to ascend, with 0 identifying the caller of Caller. (For historical reasons the
165 // meaning of skip differs between Caller and Callers.) The return values report the
168 func Caller(skip int) (pc uintptr, file string, line int, ok bool) {
195 // 1 identifying the caller of Callers.
  /prebuilts/go/linux-x86/src/runtime/
extern.go 162 // Caller reports file and line number information about function invocations on
164 // to ascend, with 0 identifying the caller of Caller. (For historical reasons the
165 // meaning of skip differs between Caller and Callers.) The return values report the
168 func Caller(skip int) (pc uintptr, file string, line int, ok bool) {
195 // 1 identifying the caller of Callers.
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 68 CallSite Caller; // Holds the call that called subframes.
78 Caller(O.Caller), Values(std::move(O.Values)),
85 Caller = O.Caller;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 261 /// any caller
406 // Each argument passed in has a cost at both the caller and the callee
482 Function *Caller = TheCall->getParent()->getParent();
511 // Get information about the caller.
512 FunctionInfo &CallerFI = CachedFunctionInfo[Caller];
516 CallerFI.analyzeFunction(Caller, TD);
518 // Recompute the CalleeFI pointer, getting Caller could have invalidated
523 // Don't inline a callee with dynamic alloca into a caller without them.
597 /// growCachedCostInfo - update the cached cost info for Caller after Callee has
600 InlineCostAnalyzer::growCachedCostInfo(Function *Caller, Function *Callee)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 76 CallSite Caller; // Holds the call that called subframes.
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ScopeRequestIntegrationTest.java 118 Callable<SomeObject> callable = injector.getInstance(Caller.class);
129 callable = ServletScopes.scopeRequest(injector.getInstance(Caller.class), map);
161 private static class Caller implements Callable<SomeObject> {
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 48 STATISTIC(NumCallerCallersAnalyzed, "Number of caller-callers analyzed");
75 /// available from other functions inlined into the caller. If we are able to
82 Function *Caller = CS.getCaller();
97 AttributeFuncs::mergeAttributesForInlining(*Caller, *Callee);
191 const DataLayout &DL = Caller->getParent()->getDataLayout();
226 Function *Caller = CS.getCaller();
227 LLVMContext &Ctx = Caller->getContext();
229 emitOptimizationRemarkAnalysis(Ctx, DEBUG_TYPE, *Caller, DLoc, Msg);
232 bool Inliner::shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC,
236 if (!Caller->hasLocalLinkage() && !Caller->hasLinkOnceODRLinkage()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 73 /// available from other functions inlined into the caller. If we are able to
80 Function *Caller = CS.getCaller();
88 // calling function, then bump up the caller's stack protection level.
90 Caller->addFnAttr(Attribute::StackProtectReq);
92 !Caller->hasFnAttr(Attribute::StackProtectReq))
93 Caller->addFnAttr(Attribute::StackProtect);
201 Function *Caller = CS.getCaller();
202 if (Caller && !Caller->isDeclaration() &&
203 Caller->hasFnAttr(Attribute::OptimizeForSize) &
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
TransferPipe.java 58 interface Caller {
133 static void go(Caller caller, IInterface iface, FileDescriptor out,
135 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT);
138 static void go(Caller caller, IInterface iface, FileDescriptor out,
143 caller.go(iface, out, prefix, args);
150 caller.go(iface, tp.getWriteFd().getFileDescriptor(), prefix, args);
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 553 : PathDiagnosticPiece(Call), Caller(callerD), Callee(nullptr),
556 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
557 : PathDiagnosticPiece(Call), Caller(caller), Callee(nullptr),
560 const Decl *Caller;
579 const Decl *getCaller() const { return Caller; }
610 const Decl *caller);
  /external/llvm/lib/Analysis/
InlineCost.cpp 88 // analysis in the caller function; we want the inline cost query to be
120 // allocas on the caller stack which could be simplified through SROA.
123 // The mapping of caller Alloca values to their accumulated cost savings. If
570 // caller. This will also trip if the callee function has a non-null
577 // Is this an alloca in the caller? This is distinct from the attribute case
622 Function *Caller = CS.getCaller();
630 if (Caller->optForMinSize() && OptMinSizeThreshold < Threshold)
632 else if (Caller->optForSize() && OptSizeThreshold < Threshold)
643 // when it would increase the threshold and the caller does not need to
648 if (InlineHint && HintThreshold > Threshold && !Caller->optForMinSize()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 178 // If the caller function is nounwind, mark the call as nounwind, even if the
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 50 Function *Caller;
68 Caller = CI->getParent()->getParent();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 306 /// forwardResume - Forward the 'resume' instruction to the caller's landing
470 /// forwardResume - Forward the 'resume' instruction to the caller's landing pad
611 Function *Caller = FirstNewBlock->getParent();
628 for (Function::iterator BB = FirstNewBlock, E = Caller->end(); BB != E; ++BB){
665 /// into the caller, update the specified callgraph to reflect the changes we
673 const Function *Caller = CS.getInstruction()->getParent()->getParent();
676 CallGraphNode *CallerNode = CG[Caller];
678 // Since we inlined some uninlined call sites in the callee into the caller,
679 // add edges from the caller to all of the callees of the callee.
710 // destination. This can also happen if the call graph node of the caller
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 104 /// Forward the 'resume' instruction to the caller's landing pad block.
163 /// Forward the 'resume' instruction to the caller's landing pad block.
210 // annotated as "unwinds to caller" when really it's nounwind (see
214 // "unwinds to caller" cleanupret, which can be trusted.
222 // marked "unwind to caller", it would be a verifier error if it
241 // be ConstantTokenNone to indicate unwind to caller, or can
328 /// return that pad instruction. If it unwinds to caller, return
364 // descendants. An unwind all the way out to a pad in the caller would
432 // invokes. The caller's "segment" of the deoptimization continuation
512 Function *Caller = FirstNewBlock->getParent()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 553 : PathDiagnosticPiece(Call), Caller(callerD), Callee(nullptr),
556 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
557 : PathDiagnosticPiece(Call), Caller(caller), Callee(nullptr),
560 const Decl *Caller;
579 const Decl *getCaller() const { return Caller; }
610 const Decl *caller);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 553 : PathDiagnosticPiece(Call), Caller(callerD), Callee(nullptr),
557 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
558 : PathDiagnosticPiece(Call), Caller(caller), Callee(nullptr),
562 const Decl *Caller;
585 const Decl *getCaller() const { return Caller; }
616 const Decl *caller);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 553 : PathDiagnosticPiece(Call), Caller(callerD), Callee(nullptr),
557 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
558 : PathDiagnosticPiece(Call), Caller(caller), Callee(nullptr),
562 const Decl *Caller;
585 const Decl *getCaller() const { return Caller; }
616 const Decl *caller);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 553 : PathDiagnosticPiece(Call), Caller(callerD), Callee(nullptr),
557 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
558 : PathDiagnosticPiece(Call), Caller(caller), Callee(nullptr),
562 const Decl *Caller;
585 const Decl *getCaller() const { return Caller; }
616 const Decl *caller);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 553 : PathDiagnosticPiece(Call), Caller(callerD), Callee(nullptr),
557 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
558 : PathDiagnosticPiece(Call), Caller(caller), Callee(nullptr),
562 const Decl *Caller;
585 const Decl *getCaller() const { return Caller; }
616 const Decl *caller);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 553 : PathDiagnosticPiece(Call), Caller(callerD), Callee(nullptr),
557 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
558 : PathDiagnosticPiece(Call), Caller(caller), Callee(nullptr),
562 const Decl *Caller;
585 const Decl *getCaller() const { return Caller; }
616 const Decl *caller);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 553 : PathDiagnosticPiece(Call), Caller(callerD), Callee(nullptr),
557 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
558 : PathDiagnosticPiece(Call), Caller(caller), Callee(nullptr),
562 const Decl *Caller;
585 const Decl *getCaller() const { return Caller; }
616 const Decl *caller);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 553 : PathDiagnosticPiece(Call), Caller(callerD), Callee(nullptr),
556 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
557 : PathDiagnosticPiece(Call), Caller(caller), Callee(nullptr),
560 const Decl *Caller;
579 const Decl *getCaller() const { return Caller; }
610 const Decl *caller);

Completed in 752 milliseconds

1 2 3