HomeSort by relevance Sort by last modified time
    Searched full:callsite (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGenCXX/
2003-11-27-MultipleInheritanceThunk.cpp 5 struct CallSite {
8 CallSite(const CallSite &CS);
14 virtual int getModRefInfo(CallSite CS);
24 int getModRefInfo(CallSite CS) {
x86_32-arguments.cpp 34 // CHECK: %struct.CallSite* byval align 4 %CS)
35 struct CallSite {
37 CallSite(unsigned XX) : Ptr(XX) {}
42 virtual void getModRefInfo(CallSite CS) = 0;
50 void getModRefInfo(CallSite CS);
53 void BasicAliasAnalysis::getModRefInfo(CallSite CS) {
  /external/clang/test/SemaCXX/
invalid-instantiated-field-decl.cpp 15 typedef typename SmallVectorImpl<T>::U U; // expected-error {{no type named 'U' in 'SmallVectorImpl<CallSite>'}}
18 MinUs = (static_cast<unsigned int>(sizeof(T))*N + // expected-error {{invalid application of 'sizeof' to an incomplete type 'CallSite'}}
30 class CallSite; // expected-note {{forward declaration of 'CallSite'}}
34 SmallVector<CallSite, 2> DevirtualizedCalls; // expected-note {{in instantiation of template class 'SmallVector<CallSite, 2>' requested}}
  /art/test/078-polymorphic-virtual/
info.txt 1 Stress test predicted chaining for overloaded virtual callsite with 3 resolved
  /external/chromium_org/content/child/
web_database_observer_impl.cc 42 callsite, websql_error, sqlite_error) \
44 DCHECK(callsite < kCallsiteHistogramSize); \
51 callsite, kCallsiteHistogramSize); \
58 callsite, kCallsiteHistogramSize); \
107 int callsite, int websql_error, int sqlite_error) {
109 callsite, websql_error, sqlite_error);
117 int callsite, int websql_error, int sqlite_error) {
119 callsite, websql_error, sqlite_error);
127 int callsite, int websql_error, int sqlite_error) {
129 callsite, websql_error, sqlite_error)
    [all...]
web_database_observer_impl.h 35 int callsite, int websql_error, int sqlite_error);
40 int callsite, int websql_error, int sqlite_error);
45 int callsite, int websql_error, int sqlite_error);
50 int callsite, int websql_error, int sqlite_error);
55 int callsite, int websql_error, int sqlite_error);
  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 25 const StackFrameContext *CallSite;
30 : CallSite(CS), BlockID(ID) {}
33 return (CallSite == RHS.CallSite) && (BlockID == RHS.BlockID);
37 return std::tie(CallSite, BlockID) < std::tie(RHS.CallSite, RHS.BlockID);
41 ID.AddPointer(CallSite);
58 unsigned BlockCounter::getNumVisited(const StackFrameContext *CallSite,
61 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID));
75 const StackFrameContext *CallSite,
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /external/llvm/test/Verifier/
varargs-intrinsic.ll 8 ; CHECK: Callsite was not defined with variable arguments!
  /developers/build/lib/
buildSrc.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
FunctionReceiverChecker.java 31 private final Map<String, Set<CallSite>> callSitesByFunctionName = new HashMap<>();
79 .add(new CallSite(hasReceiver, functionCall));
224 private void processFunctionCallSites(FunctionRecord function, Set<CallSite> callSites) {
229 for (CallSite callSite : callSites) {
230 if (functionReferencesThis == callSite.hasReceiver || function.isConstructor) {
233 if (callSite.hasReceiver) {
234 reportErrorAtNodeStart(callSite.callNode,
237 reportErrorAtNodeStart(callSite.callNode,
288 private static class CallSite {
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 23 class CallSite;
60 unsigned getInlineThreshold(CallSite CS) const;
67 virtual InlineCost getInlineCost(CallSite CS) = 0;
85 /// inline at the given CallSite.
86 bool shouldInline(CallSite CS);
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.1/
internal-plugins-1.1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.10.0/
gradle-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.0/
gradle-0.9.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.1/
gradle-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.3/
gradle-0.9.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.2/
gradle-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.11.2/
gradle-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.1/
gradle-0.12.1.jar 
  /external/llvm/include/llvm/Analysis/
InlineCost.h 22 class CallSite;
47 /// based on the information available for a particular callsite. They can be
56 /// \brief The estimated cost of inlining this callsite.
115 /// callsite.
123 /// inlining the callsite. It is an expensive, heavyweight call.
124 InlineCost getInlineCost(CallSite CS, int Threshold);
133 InlineCost getInlineCost(CallSite CS, Function *Callee, int Threshold);
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.0/
gradle-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.4/
gradle-0.7.4.jar 

Completed in 362 milliseconds

1 2 3 4 5 6 7 8