/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 95 CallSiteTy getCallSite() const { in getCallSite() function 101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) in getFlags() 107 const Value *IDVal = getCallSite().getArgument(IDPos); in getID() 113 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos); in getNumPatchBytes() 122 return getCallSite().getArgument(CalledFunctionPos); in getCalledValue() 126 return getCallSite().getInstruction(); in getInstruction() 136 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller() 141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow() 154 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos); in getNumCallArgs() 160 assert(CallArgsBeginPos <= (int)getCallSite().arg_size()); in arg_begin() [all …]
|
/external/r8/src/main/java/com/android/tools/r8/code/ |
D | InvokeCustomRange.java | 37 public DexCallSite getCallSite() { in getCallSite() method in InvokeCustomRange 43 InvokeCustom.registerCallSite(registry, getCallSite()); in registerUse() 48 builder.addInvokeCustomRange(getCallSite(), AA, CCCC); in buildIR()
|
D | InvokeCustom.java | 45 registerCallSite(registry, getCallSite()); in registerUse() 49 public DexCallSite getCallSite() { in getCallSite() method in InvokeCustom 55 builder.addInvokeCustomRegisters(getCallSite(), A, new int[]{C, D, E, F, G}); in buildIR()
|
D | Instruction.java | 173 public DexCallSite getCallSite() { in getCallSite() method in Instruction
|
/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | InvokeCustom.java | 23 public DexCallSite getCallSite() { in getCallSite() method in InvokeCustom 56 instruction = new InvokeCustomRange(firstRegister, argumentRegisters, getCallSite()); in buildDex() 62 getCallSite(), in buildDex()
|
D | Invoke.java | 76 return new InvokeCustom(custom.getCallSite(), outValue, inValues); in createFromTemplate()
|
/external/r8/src/main/java/com/android/tools/r8/graph/ |
D | OffsetToObjectMapping.java | 127 public DexCallSite getCallSite(int index) { in getCallSite() method in OffsetToObjectMapping
|
D | JarApplicationReader.java | 86 public DexCallSite getCallSite(String methodName, String methodProto, in getCallSite() method in JarApplicationReader
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 734 assert(ISP.getCallSite().getCallingConv() != CallingConv::AnyReg && in LowerStatepoint() 767 populateCallLoweringInfo(SI.CLI, ISP.getCallSite(), in LowerStatepoint() 794 if (GCResult->getParent() != ISP.getCallSite().getParent()) { in LowerStatepoint()
|
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/ |
D | InterfaceMethodRewriter.java | 101 DexCallSite callSite = instruction.asInvokeCustom().getCallSite(); in rewriteMethodReferences()
|
D | LambdaRewriter.java | 141 instruction.asInvokeCustom().getCallSite()); in desugarLambdas()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 177 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary() 198 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary() 982 if (CEE->getCalleeContext()->getCallSite() == S || in trackNullOrUndefValue() 983 CEE->getCalleeContext()->getCallSite() == Inner) in trackNullOrUndefValue()
|
D | ExprEngineCallAndReturn.cpp | 90 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt() 232 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
|
D | PathDiagnostic.cpp | 698 return CEE->getCalleeContext()->getCallSite(); in getStmt() 1123 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
|
D | ExprEngineCXX.cpp | 253 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
|
D | CallEvent.cpp | 1064 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
|
D | BugReporter.cpp | 1275 const Stmt *CallSite = Callee->getCallSite(); in reversePropagateInterestingSymbols() 1411 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateExtensivePathDiagnostic() 1714 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateAlternateExtensivePathDiagnostic()
|
D | ExprEngine.cpp | 1360 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
|
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 298 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
|
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/ |
D | LensCodeRewriter.java | 70 DexCallSite callSite = invokeCustom.getCallSite(); in rewrite()
|
D | JarSourceCode.java | 2540 .getCallSite(insn.name, insn.desc, bootstrapMethod, bootstrapArgs); in build()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSKeychainAPIChecker.cpp | 530 AllocStmt = Exit->getCalleeContext()->getCallSite(); in generateAllocatedDataNotReleasedReport()
|
D | MallocChecker.cpp | 2101 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in reportLeak() 2639 S = Exit->getCalleeContext()->getCallSite(); in VisitNode()
|
D | RetainCountChecker.cpp | 1922 S = LCtx->getCurrentStackFrame()->getCallSite(); in VisitNode() 2423 AllocStmt = Exit->getCalleeContext()->getCallSite(); in CFRefLeakReport()
|