Lines Matching refs:getID
146 fieldIDs[i] = fieldID.getID(rs); in Closure()
152 long id = rs.nClosureCreate(kernelID.getID(rs), mReturnValue.getID(rs), in Closure()
181 fieldIDs[i] = fieldID.getID(rs); in Closure()
187 long id = rs.nInvokeClosureCreate(invokeID.getID(rs), mFP.getData(), fieldIDs, in Closure()
221 depClosures[index] = f.getClosure().getID(rs); in retrieveValueAndDependenceInfo()
223 depFieldIDs[index] = fieldID != null ? fieldID.getID(rs) : 0; in retrieveValueAndDependenceInfo()
291 mRS.nClosureSetArg(getID(mRS), index, vs.value, vs.size); in setArg()
300 mRS.nClosureSetGlobal(getID(mRS), fieldID.getID(mRS), vs.value, vs.size); in setGlobal()
306 value = ((Allocation)obj).getID(rs); in ValueAndSize()
424 closureIDs[i] = closures.get(i).getID(rs); in ScriptGroup()
463 mRS.nScriptGroup2Execute(getID(mRS)); in execute()
492 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a)); in setInput()
514 mRS.nScriptGroupSetOutput(getID(mRS), s.getID(mRS), mRS.safeID(a)); in setOutput()
530 mRS.nScriptGroupExecute(getID(mRS)); in execute()
794 kernels[idx++] = kid.getID(mRS); in create()
828 src[ct] = cl.mFrom.getID(mRS); in create()
830 dstk[ct] = cl.mToK.getID(mRS); in create()
833 dstf[ct] = cl.mToF.getID(mRS); in create()
835 types[ct] = cl.mAllocationType.getID(mRS); in create()