HomeSort by relevance Sort by last modified time
    Searched refs:Set1 (Results 1 - 25 of 33) sorted by null

1 2

  /art/runtime/jdwp/
jdwp_bits.h 79 static inline void Set1(uint8_t* buf, uint8_t val) {
110 Set1(*dst, value);
jdwp_event.cc 788 Set1(buf + kJDWPHeaderFlagsOffset, 0); /* flags */
789 Set1(buf + kJDWPHeaderCmdSetOffset, kJDWPEventCmdSet);
790 Set1(buf + kJDWPHeaderCmdOffset, kJDWPEventCompositeCmd);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
init.go 99 a.Nbody.Set1(nod(ORETURN, nil, nil))
109 b.Nbody.Set1(nod(OCALL, syslook("throwinit"), nil))
181 loop.Nbody.Set1(body)
182 loop.Ninit.Set1(zero)
range.go 111 n.List.Set1(v1)
285 n.Right.Ninit.Set1(a)
340 a.Rlist.Set1(nod(ORECV, ha, nil))
341 n.Left.Ninit.Set1(a)
396 nif.Nbody.Set1(nod(OAS, hv1, nod(OADD, hv1, nodintconst(1))))
400 nif.Rlist.Set1(eif)
405 eif.Rlist.Set1(mkcall1(fn, fn.Type.Results(), nil, ha, hv1))
442 ifGuard.Nbody.Set1(n)
swt.go 329 a.Nbody.Set1(n.Right) // goto l
357 a.Nbody.Set1(s.walkCases(cc[:half]))
358 a.Rlist.Set1(s.walkCases(cc[half:]))
719 i.Nbody.Set1(clauses.niljmp)
723 i.Nbody.Set1(nod(OGOTO, lbl, nil))
824 a.Rlist.Set1(b)
831 c.Nbody.Set1(t.Right) // if ok { goto l }
849 a.Nbody.Set1(n.Right)
860 a.Nbody.Set1(s.walkCases(cc[:half]))
861 a.Rlist.Set1(s.walkCases(cc[half:])
    [all...]
select.go 62 n.List.Set1(n.List.Second())
149 n.Rlist.Set1(n.Right)
162 a.Nbody.Set1(mkcall("block", nil, &ln))
noder.go 993 n.Ninit.Set1(p.stmt(stmt.Init))
1004 n.Rlist.Set1(e)
1026 n.Ninit.Set1(p.stmt(stmt.Init))
1044 n.Ninit.Set1(p.stmt(stmt.Init))
1076 n.Rlist.Set1(nn)
1127 n.List.Set1(p.stmt(clause.Comm))
    [all...]
alg.go 225 n.List.Set1(ni)
396 nrange.List.Set1(ni)
closure.go 654 n.Rlist.Set1(call)
695 clos.List.Set1(nod(OCFUNC, n.Func.Nname, nil))
sinit.go 865 a.List.Set1(typenod(t))
993 loop.Nbody.Set1(body)
994 loop.Ninit.Set1(zero)
syntax.go 736 // Set1 sets n to a slice containing a single node.
737 func (n *Nodes) Set1(n1 *Node) {
    [all...]
walk.go 527 n.List.Set1(itabname(n.Type, n.Left.Type))
750 n.Rlist.Set1(r)
822 n.Rlist.Set1(r)
941 nif.Nbody.Set1(nod(OAS, tmp, itabType(tmp)))
    [all...]
order.go 367 as.Rlist.Set1(n)
878 r.List.Set1(ordertemp(types.Types[TBOOL], order, false))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
init.go 99 a.Nbody.Set1(nod(ORETURN, nil, nil))
109 b.Nbody.Set1(nod(OCALL, syslook("throwinit"), nil))
181 loop.Nbody.Set1(body)
182 loop.Ninit.Set1(zero)
range.go 111 n.List.Set1(v1)
285 n.Right.Ninit.Set1(a)
340 a.Rlist.Set1(nod(ORECV, ha, nil))
341 n.Left.Ninit.Set1(a)
396 nif.Nbody.Set1(nod(OAS, hv1, nod(OADD, hv1, nodintconst(1))))
400 nif.Rlist.Set1(eif)
405 eif.Rlist.Set1(mkcall1(fn, fn.Type.Results(), nil, ha, hv1))
442 ifGuard.Nbody.Set1(n)
swt.go 329 a.Nbody.Set1(n.Right) // goto l
357 a.Nbody.Set1(s.walkCases(cc[:half]))
358 a.Rlist.Set1(s.walkCases(cc[half:]))
719 i.Nbody.Set1(clauses.niljmp)
723 i.Nbody.Set1(nod(OGOTO, lbl, nil))
824 a.Rlist.Set1(b)
831 c.Nbody.Set1(t.Right) // if ok { goto l }
849 a.Nbody.Set1(n.Right)
860 a.Nbody.Set1(s.walkCases(cc[:half]))
861 a.Rlist.Set1(s.walkCases(cc[half:])
    [all...]
select.go 62 n.List.Set1(n.List.Second())
149 n.Rlist.Set1(n.Right)
162 a.Nbody.Set1(mkcall("block", nil, &ln))
noder.go 993 n.Ninit.Set1(p.stmt(stmt.Init))
1004 n.Rlist.Set1(e)
1026 n.Ninit.Set1(p.stmt(stmt.Init))
1044 n.Ninit.Set1(p.stmt(stmt.Init))
1076 n.Rlist.Set1(nn)
1127 n.List.Set1(p.stmt(clause.Comm))
    [all...]
alg.go 225 n.List.Set1(ni)
396 nrange.List.Set1(ni)
closure.go 654 n.Rlist.Set1(call)
695 clos.List.Set1(nod(OCFUNC, n.Func.Nname, nil))
sinit.go 865 a.List.Set1(typenod(t))
993 loop.Nbody.Set1(body)
994 loop.Ninit.Set1(zero)
syntax.go 736 // Set1 sets n to a slice containing a single node.
737 func (n *Nodes) Set1(n1 *Node) {
    [all...]
walk.go 527 n.List.Set1(itabname(n.Type, n.Left.Type))
750 n.Rlist.Set1(r)
822 n.Rlist.Set1(r)
941 nif.Nbody.Set1(nod(OAS, tmp, itabType(tmp)))
    [all...]
order.go 367 as.Rlist.Set1(n)
878 r.List.Set1(ordertemp(types.Types[TBOOL], order, false))
    [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]

Completed in 417 milliseconds

1 2