MCPcopy Create free account
hub / github.com/google/gapid / W

Method W

gapil/compiler/testutils/cmd.go:119–125  ·  view source on GitHub ↗

W adds a write using the given range and data, returning this Extras so calls can be chained.

(base uint64, size uint64, id id.ID)

Source from the content-addressed store, hash-verified

117// W adds a write using the given range and data, returning this Extras so calls
118// can be chained.
119func (e *Extras) W(base uint64, size uint64, id id.ID) *Extras {
120 if e.e == nil {
121 e.e = &api.CmdExtras{}
122 }
123 e.e.GetOrAppendObservations().AddWrite(memory.Range{Base: base, Size: size}, id)
124 return e
125}
126
127// R creates and returns a new Extras containing a single read using the given
128// range and data.

Callers 15

WFunction · 0.95
StartFunction · 0.45
loadAndConnectViaJDWPMethod · 0.45
TestExecutorFunction · 0.45
doAnalysisMethod · 0.45
HoverMethod · 0.45
fetchDeviceInfoFunction · 0.45
NewProcessorFunction · 0.45
StartFunction · 0.45
ResolveMethod · 0.45
GetMethod · 0.45
buildResourcesFunction · 0.45

Calls 2

AddWriteMethod · 0.45

Tested by 1

TestExecutorFunction · 0.36