Lines Matching refs:locationAndLength
60 locationAndLength = {.poolIndex = 0, .offset = 0, .length = length}; in setFromPointer()
78 locationAndLength = {.poolIndex = poolIndex, .offset = offset, .length = length}; in setFromMemory()
90 locationAndLength = in setFromTemporaryMemory()
424 DataLocation& loc = info.locationAndLength; in allocatePointerArgumentsToPool()
452 .location = info.locationAndLength, in setRequestArgumentArray()
482 builderInputOrOutput.locationAndLength.poolIndex; in mapInputOrOutput()
485 executorInputOrOutput->locationAndLength.poolIndex = in mapInputOrOutput()
513 << "pool=" << arg.locationAndLength.poolIndex in logArguments()
515 << "off=" << arg.locationAndLength.offset in logArguments()
601 DataLocation& loc = info.locationAndLength; in startComputeOnDevice()
666 DataLocation& loc = info.locationAndLength; in startComputeOnDevice()
721 argumentInfo.locationAndLength.poolIndex = in startComputeOnCpu()
723 argumentInfo.locationAndLength.offset = 0; in startComputeOnCpu()