HomeSort by relevance Sort by last modified time
    Searched full:wbcall (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
writebarrier.go 178 memThen = wbcall(line, bThen, fn, typ, ptr, val, memThen, sp, sb, w.Op == OpMoveWBVolatile)
238 // wbcall emits write barrier runtime call in b, returns memory.
240 func wbcall(line int32, b *Block, fn interface{}, typ interface{}, ptr, val, mem, sp, sb *Value, valIsVolatile bool) *Value { func
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
writebarrier.go 178 memThen = wbcall(line, bThen, fn, typ, ptr, val, memThen, sp, sb, w.Op == OpMoveWBVolatile)
238 // wbcall emits write barrier runtime call in b, returns memory.
240 func wbcall(line int32, b *Block, fn interface{}, typ interface{}, ptr, val, mem, sp, sb *Value, valIsVolatile bool) *Value { func
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
ssa.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
ssa.a     [all...]

Completed in 2080 milliseconds