Searched refs:registerForIndex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGFPRInfo.h189 static const FPRReg registerForIndex[numberOfRegisters] = { local
193 return registerForIndex[index];
H A DDFGGPRInfo.h286 static const GPRReg registerForIndex[numberOfRegisters] = { regT0, regT1, regT2, regT3, regT4 };
287 return registerForIndex[index];
357 static const GPRReg registerForIndex[numberOfRegisters] = { regT0, regT1, regT2, regT3, regT4, regT5, regT6, regT7, regT8 };
358 return registerForIndex[index];
430 static const GPRReg registerForIndex[numberOfRegisters] = { regT0, regT1, regT2, regT3, regT4, regT5, regT6, regT7 };
431 return registerForIndex[index];
497 static const GPRReg registerForIndex[numberOfRegisters] = { regT0, regT1, regT2, regT3, regT4, regT5 };
498 return registerForIndex[index];

Completed in 278 milliseconds