Home
last modified time | relevance | path

Searched refs:CallInfo (Results 1 – 25 of 51) 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()
/external/lua/src/
Dldebug.c41 static const char *funcnamefromcode (lua_State *L, CallInfo *ci,
45 static int currentpc (CallInfo *ci) { in currentpc()
51 static int currentline (CallInfo *ci) { in currentline()
64 CallInfo *ci = L->ci; /* get function that yielded */ in swapextra()
112 CallInfo *ci; in lua_getstack()
134 static const char *findvararg (CallInfo *ci, int n, StkId *pos) { in findvararg()
145 static const char *findlocal (lua_State *L, CallInfo *ci, int n, in findlocal()
248 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) { in getfuncname()
263 Closure *f, CallInfo *ci) { in auxgetinfo()
312 CallInfo *ci; in lua_getinfo()
[all …]
Dlstate.h92 typedef struct CallInfo { struct
95 struct CallInfo *previous, *next; /* dynamic call link */ argument
110 } CallInfo; argument
184 CallInfo *ci; /* call info for current function */
192 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
247 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
Dlstate.c108 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI()
109 CallInfo *ci = luaM_new(L, CallInfo); in luaE_extendCI()
123 CallInfo *ci = L->ci; in luaE_freeCI()
124 CallInfo *next = ci->next; in luaE_freeCI()
138 CallInfo *ci = L->ci; in luaE_shrinkCI()
139 CallInfo *next2; /* next's next */ in luaE_shrinkCI()
152 int i; CallInfo *ci; in stack_init()
Dldo.c159 CallInfo *ci; in correctstack()
211 CallInfo *ci; in stackinuse()
256 CallInfo *ci = L->ci; in luaD_hook()
280 static void callhook (lua_State *L, CallInfo *ci) { in callhook()
376 int luaD_poscall (lua_State *L, CallInfo *ci, StkId firstResult, int nres) { in luaD_poscall()
415 CallInfo *ci; in luaD_precall()
519 CallInfo *ci = L->ci; in finishCcall()
566 static CallInfo *findpcall (lua_State *L) { in findpcall()
567 CallInfo *ci; in findpcall()
583 CallInfo *ci = findpcall(L); in recover()
[all …]
Dldo.h47 LUAI_FUNC int luaD_poscall (lua_State *L, CallInfo *ci, StkId firstResult,
/external/nist-sip/java/gov/nist/javax/sip/parser/
DCallInfoParser.java73 CallInfo callInfo= new CallInfo(); in parse()
91 callInfo= new CallInfo(); in parse()
/external/syzkaller/pkg/runtest/
Drun.go43 Info [][]ipc.CallInfo
46 results []ipc.CallInfo
210 func (ctx *Context) parseProg(filename string) (*prog.Prog, map[string]bool, []ipc.CallInfo, error)…
244 info := make([]ipc.CallInfo, len(p.Calls))
265 properties, requires map[string]bool, results []ipc.CallInfo) {
415 func parseBinOutput(req *RunRequest) ([][]ipc.CallInfo, error) {
416 var infos [][]ipc.CallInfo
421 infos = append(infos, make([]ipc.CallInfo, len(req.P.Calls)))
/external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/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/syzkaller/pkg/ipc/
Dipc.go85 type CallInfo struct { struct
216 func (env *Env) Exec(opts *ExecOpts, p *prog.Prog) (output []byte, info []CallInfo, failed, hanged …
268 func addFallbackSignal(p *prog.Prog, info []CallInfo) { argument
269 callInfos := make([]prog.CallInfo, len(info))
288 func (env *Env) parseOutput(p *prog.Prog) ([]CallInfo, error) {
294 info := make([]CallInfo, len(p.Calls))
/external/syzkaller/tools/syz-execprog/
Dexecprog.go171 func (ctx *Context) printCallResults(info []ipc.CallInfo) {
191 func (ctx *Context) printHints(p *prog.Prog, info []ipc.CallInfo) {
218 func (ctx *Context) dumpCoverage(coverFile string, info []ipc.CallInfo) {
/external/syzkaller/pkg/rpctype/
Drpctype.go126 Info [][]ipc.CallInfo
/external/clang/lib/CodeGen/
DCGObjCRuntime.h287 const CGFunctionInfo &CallInfo; member
292 : CallInfo(callInfo), MessengerType(messengerType) {} in MessageSendInfo()
/external/syzkaller/prog/
Danalysis.go182 type CallInfo struct { struct
196 func (p *Prog) FallbackSignal(info []CallInfo) { argument
/external/syzkaller/syz-fuzzer/
Dworkqueue.go44 info ipc.CallInfo
Dproc.go233 …c *Proc) execute(execOpts *ipc.ExecOpts, p *prog.Prog, flags ProgTypes, stat Stat) []ipc.CallInfo {
252 func (proc *Proc) executeRaw(opts *ipc.ExecOpts, p *prog.Prog, stat Stat) []ipc.CallInfo {
Dfuzzer.go389 func (fuzzer *Fuzzer) checkNewSignal(p *prog.Prog, info []ipc.CallInfo) (calls []int) {
408 func signalPrio(target *prog.Target, c *prog.Call, ci *ipc.CallInfo) (prio uint8) { argument
/external/nist-sip/java/gov/nist/javax/sip/message/
DListMap.java89 headerListTable.put(CallInfo.class, CallInfoList.class); in initializeListMap()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp1057 std::pair<SDValue,SDValue> CallInfo = in MakeLibCall() local
1062 return CallInfo.first; in MakeLibCall()
1089 std::pair<SDValue, SDValue> CallInfo = in ExpandChainLibCall() local
1095 return CallInfo; in ExpandChainLibCall()

123