Home
last modified time | relevance | path

Searched refs:CallInfo (Results 1 – 25 of 61) sorted by relevance

123

/external/nist-sip/java/gov/nist/javax/sip/header/
DCallInfo.java41 public final class CallInfo class
55 public CallInfo() { in CallInfo() method in CallInfo
118 CallInfo retval = (CallInfo) super.clone(); in clone()
DCallInfoList.java40 public class CallInfoList extends SIPHeaderList<CallInfo> {
57 super(CallInfo.class, CallInfoHeader.NAME); in CallInfoList()
DNameMap.java91 putNameMap(CALL_INFO, CallInfo.class.getName()); //7 in initializeNameMap()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp117 struct CallInfo { struct in __anon5ceb5eae0111::BPFAbstractMemberAccess
124 typedef std::stack<std::pair<CallInst *, CallInfo>> CallInfoStack;
138 std::map<CallInst *, std::pair<CallInst *, CallInfo>> AIChain;
142 std::map<CallInst *, CallInfo> BaseAICalls;
146 void traceAICall(CallInst *Call, CallInfo &ParentInfo);
148 CallInfo &ParentInfo);
150 CallInfo &ParentInfo);
153 bool IsPreserveDIAccessIndexCall(const CallInst *Call, CallInfo &Cinfo);
166 Value *computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo,
169 bool transformGEPChain(Module &M, CallInst *Call, CallInfo &CInfo);
[all …]
/external/llvm-project/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp123 struct CallInfo { struct in __anon7165ae3a0111::BPFAbstractMemberAccess
130 typedef std::stack<std::pair<CallInst *, CallInfo>> CallInfoStack;
146 std::map<CallInst *, std::pair<CallInst *, CallInfo>> AIChain;
150 std::map<CallInst *, CallInfo> BaseAICalls;
154 void traceAICall(CallInst *Call, CallInfo &ParentInfo);
156 CallInfo &ParentInfo);
158 CallInfo &ParentInfo);
161 bool IsPreserveDIAccessIndexCall(const CallInst *Call, CallInfo &Cinfo);
174 Value *computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo,
176 MDNode *computeAccessKey(CallInst *Call, CallInfo &CInfo,
[all …]
/external/lua/src/
Dldebug.c39 static const char *funcnamefromcode (lua_State *L, CallInfo *ci,
43 static int currentpc (CallInfo *ci) { in currentpc()
102 static int getcurrentline (CallInfo *ci) { in getcurrentline()
118 static void settraps (CallInfo *ci) { in settraps()
166 CallInfo *ci; in lua_getstack()
188 static const char *findvararg (CallInfo *ci, int n, StkId *pos) { in findvararg()
200 const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n, StkId *pos) { in luaG_findlocal()
316 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) { in getfuncname()
331 Closure *f, CallInfo *ci) { in auxgetinfo()
389 CallInfo *ci; in lua_getinfo()
[all …]
Dlstate.h193 typedef struct CallInfo { struct
196 struct CallInfo *previous, *next; /* dynamic call link */ argument
219 } CallInfo; argument
313 CallInfo *ci; /* call info for current function */
320 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
389 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
Dldo.c165 CallInfo *ci; in correctstack()
236 CallInfo *ci; in stackinuse()
279 CallInfo *ci = L->ci; in luaD_hook()
313 void luaD_hookcall (lua_State *L, CallInfo *ci) { in luaD_hookcall()
326 static StkId rethook (lua_State *L, CallInfo *ci, StkId firstres, int nres) { in rethook()
414 void luaD_poscall (lua_State *L, CallInfo *ci, int nres) { in luaD_poscall()
432 void luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int narg1) { in luaD_pretailcall()
468 CallInfo *ci; in luaD_call()
488 CallInfo *ci; in luaD_call()
535 CallInfo *ci = L->ci; in finishCcall()
[all …]
Dlstate.c156 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI()
157 CallInfo *ci; in luaE_extendCI()
160 ci = luaM_new(L, CallInfo); in luaE_extendCI()
175 CallInfo *ci = L->ci; in luaE_freeCI()
176 CallInfo *next = ci->next; in luaE_freeCI()
193 CallInfo *ci = L->ci->next; /* first free CallInfo */ in luaE_shrinkCI()
194 CallInfo *next; in luaE_shrinkCI()
199 CallInfo *next2 = next->next; /* next's next */ in luaE_shrinkCI()
215 int i; CallInfo *ci; in stack_init()
364 CallInfo *ci; in lua_resetthread()
Dldo.h60 LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci);
61 LUAI_FUNC void luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int n);
67 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
Dltm.h98 struct CallInfo *ci, const Proto *p);
99 LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
Dldebug.h30 LUAI_FUNC const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n,
Dltm.c237 void luaT_adjustvarargs (lua_State *L, int nfixparams, CallInfo *ci, in luaT_adjustvarargs()
257 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) { in luaT_getvarargs()
Dlvm.h126 LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
/external/nist-sip/java/gov/nist/javax/sip/parser/
DCallInfoParser.java73 CallInfo callInfo= new CallInfo(); in parse()
91 callInfo= new CallInfo(); in parse()
/external/llvm-project/llvm/test/CodeGen/X86/
Dcoalescer-cross.ll10 %struct.CallInfo = type { %struct.TValue*, %struct.TValue*, %struct.TValue*, i32*, i32, i32 }
23 …, %struct.global_State*, %struct.CallInfo*, i32*, %struct.TValue*, %struct.TValue*, %struct.CallIn…
/external/llvm/test/CodeGen/X86/
Dcoalescer-cross.ll10 %struct.CallInfo = type { %struct.TValue*, %struct.TValue*, %struct.TValue*, i32*, i32, i32 }
23 …, %struct.global_State*, %struct.CallInfo*, i32*, %struct.TValue*, %struct.TValue*, %struct.CallIn…
/external/llvm/test/CodeGen/PowerPC/
Dbdzlr.ll9 ….685*, %struct.CallInfo.11.686*, i32*, %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %st…
21 %struct.CallInfo.11.686 = type { %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %struct.lu…
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dbdzlr.ll9 ….685*, %struct.CallInfo.11.686*, i32*, %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %st…
21 %struct.CallInfo.11.686 = type { %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %struct.lu…
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp102 struct CallInfo { struct
108 CallInfo(CallQuals q, Args&&... xargs) in CallInfo() argument
114 inline CallInfo<decltype(std::forward_as_tuple(std::declval<Args>()...))>
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp101 struct CallInfo { struct
107 CallInfo(CallQuals q, Args&&... xargs) in CallInfo() argument
113 inline CallInfo<decltype(std::forward_as_tuple(std::declval<Args>()...))>
/external/llvm-project/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp98 template <typename CalleeTy> struct CallInfo { struct
104 CallInfo(const CalleeTy *Callee, size_t ParamNo) in CallInfo() argument
108 bool operator()(const CallInfo &L, const CallInfo &R) const { in operator ()()
125 using CallsTy = std::map<CallInfo<CalleeTy>, ConstantRange,
126 typename CallInfo<CalleeTy>::Less>;
424 US.Calls.emplace(CallInfo<GlobalValue>(Callee, ArgNo), Offsets); in analyzeAllUses()
702 Use.Calls.emplace(CallInfo<GlobalValue>(F, C.first.ParamNo), C.second); in resolveAllCalls()
1047 US.Calls.emplace(CallInfo<FunctionSummary>(S, Call.ParamNo), in generateParamAccessSummary()
/external/clang/lib/CodeGen/
DCGObjCRuntime.h287 const CGFunctionInfo &CallInfo; member
292 : CallInfo(callInfo), MessengerType(messengerType) {} in MessageSendInfo()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.h329 const CGFunctionInfo &CallInfo; member
334 : CallInfo(callInfo), MessengerType(messengerType) {} in MessageSendInfo()
/external/nist-sip/java/gov/nist/javax/sip/message/
DListMap.java89 headerListTable.put(CallInfo.class, CallInfoList.class); in initializeListMap()

123