Searched refs:fReturnSlotCount (Results 1 – 3 of 3) sorted by relevance
41 int getReturnSlotCount() const { return fReturnSlotCount; } in getReturnSlotCount()55 int fReturnSlotCount; variable
319 for (int j = 0; j < f->fReturnSlotCount; ++j) {1446 sizeof(Vector) * f->fReturnSlotCount); in innerRun()
1397 result->fReturnSlotCount = SlotCount(f.fDeclaration.fReturnType); in writeFunction()