Home
last modified time | relevance | path

Searched refs:getCallSite (Results 1 – 24 of 24) sorted by relevance

/external/llvm/include/llvm/IR/
DStatepoint.h95 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/
DInvokeCustomRange.java37 public DexCallSite getCallSite() { in getCallSite() method in InvokeCustomRange
43 InvokeCustom.registerCallSite(registry, getCallSite()); in registerUse()
48 builder.addInvokeCustomRange(getCallSite(), AA, CCCC); in buildIR()
DInvokeCustom.java45 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()
DInstruction.java173 public DexCallSite getCallSite() { in getCallSite() method in Instruction
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInvokeCustom.java23 public DexCallSite getCallSite() { in getCallSite() method in InvokeCustom
56 instruction = new InvokeCustomRange(firstRegister, argumentRegisters, getCallSite()); in buildDex()
62 getCallSite(), in buildDex()
DInvoke.java76 return new InvokeCustom(custom.getCallSite(), outValue, inValues); in createFromTemplate()
/external/r8/src/main/java/com/android/tools/r8/graph/
DOffsetToObjectMapping.java127 public DexCallSite getCallSite(int index) { in getCallSite() method in OffsetToObjectMapping
DJarApplicationReader.java86 public DexCallSite getCallSite(String methodName, String methodProto, in getCallSite() method in JarApplicationReader
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp734 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/
DInterfaceMethodRewriter.java101 DexCallSite callSite = instruction.asInvokeCustom().getCallSite(); in rewriteMethodReferences()
DLambdaRewriter.java141 instruction.asInvokeCustom().getCallSite()); in desugarLambdas()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp177 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()
DExprEngineCallAndReturn.cpp90 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
232 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
DPathDiagnostic.cpp698 return CEE->getCalleeContext()->getCallSite(); in getStmt()
1123 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
DExprEngineCXX.cpp253 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
DCallEvent.cpp1064 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
DBugReporter.cpp1275 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()
DExprEngine.cpp1360 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
/external/clang/include/clang/Analysis/
DAnalysisContext.h298 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DLensCodeRewriter.java70 DexCallSite callSite = invokeCustom.getCallSite(); in rewrite()
DJarSourceCode.java2540 .getCallSite(insn.name, insn.desc, bootstrapMethod, bootstrapArgs); in build()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp530 AllocStmt = Exit->getCalleeContext()->getCallSite(); in generateAllocatedDataNotReleasedReport()
DMallocChecker.cpp2101 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in reportLeak()
2639 S = Exit->getCalleeContext()->getCallSite(); in VisitNode()
DRetainCountChecker.cpp1922 S = LCtx->getCurrentStackFrame()->getCallSite(); in VisitNode()
2423 AllocStmt = Exit->getCalleeContext()->getCallSite(); in CFRefLeakReport()