Home
last modified time | relevance | path

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

/third_party/node/test/common/
Dindex.mjs18 getCallSite,
71 getCallSite,
Dindex.js515 function getCallSite(top) { function
528 const callSite = getCallSite(mustNotCall);
899 getCallSite, property
DREADME.md182 ### `getCallSite(func)`
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp306 static CallSite getCallSite(User *U) { in getCallSite() function
319 return getCallSite(User); in getOneCallSiteTo()
949 CallSite CS = getCallSite(User); in computeCallsiteToProfCountMap()
1394 CallSite CS = getCallSite(User); in tryPartialInline()
DAttributor.cpp2743 IRPosition::callsite_returned(ACS.getCallSite()); in updateImpl()
6185 return !ACS.isCallbackCall() && !ACS.getCallSite().isMustTailCall(); in registerFunctionSignatureRewrite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h794 CallSite getCallSite() const { return CS; }