MCPcopy Create free account
hub / github.com/dtrace4linux/linux / dt_cg_arglist

Function dt_cg_arglist

libdtrace/dt_cg.c:515–563  ·  view source on GitHub ↗

* Generate code to push the specified argument list on to the tuple stack. * We use this routine for handling subroutine calls and associative arrays. * We must first generate code for all subexpressions before loading the stack * because any subexpression could itself require the use of the tuple stack. * This holds a number of registers equal to the number of arguments, but this * is not a

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

dt_cg_asgn_opFunction · 0.85
dt_cg_assoc_opFunction · 0.85
dt_cg_nodeFunction · 0.85

Calls 8

dt_cg_nodeFunction · 0.85
dt_irlist_appendFunction · 0.85
dt_cg_node_allocFunction · 0.85
dt_node_diftypeFunction · 0.85
dt_cg_typecastFunction · 0.85
dt_regset_allocFunction · 0.85
dt_cg_setxFunction · 0.85
dt_regset_freeFunction · 0.85

Tested by

no test coverage detected