Lines Matching refs:slot
53 // Builds the lookup table from a variable name to its slot number
54 for (size_t slot = 0; slot < varCount; slot++) {
55 std::string varName(varNames[slot]);
56 mVarNameToSlot.insert(std::make_pair(varName, (uint32_t)slot));
61 for (size_t slot = 0; slot < kernelCount; slot++) {
62 mForEachNameToSlot.insert(std::make_pair(kernelNames[slot], slot));
72 const uint32_t slot = getSlotForExportVar(varName);
73 if (slot == std::numeric_limits<uint32_t>::max()) {
76 addExportVarIndex(slot, index);