Searched refs:RegisterType (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGFPRInfo.h43 typedef FPRReg RegisterType; typedef in class:JSC::DFG::FPRInfo
109 typedef FPRReg RegisterType; typedef in class:JSC::DFG::FPRInfo
171 typedef FPRReg RegisterType; typedef in class:JSC::DFG::FPRInfo
H A DDFGScratchRegisterAllocator.h52 typename BankInfo::RegisterType allocateScratch()
56 typename BankInfo::RegisterType reg = BankInfo::toRegister(i);
68 typename BankInfo::RegisterType reg = BankInfo::toRegister(i);
79 return static_cast<typename BankInfo::RegisterType>(-1);
H A DDFGGPRInfo.h260 typedef GPRReg RegisterType; typedef in class:JSC::DFG::GPRInfo
322 typedef GPRReg RegisterType;
395 typedef GPRReg RegisterType;
468 typedef GPRReg RegisterType;
H A DDFGRegisterBank.h70 typedef typename BankInfo::RegisterType RegID;
H A DDFGSpeculativeJIT.h417 template<typename RegisterType>
418 void silentFillAllRegisters(RegisterType exclude)

Completed in 103 milliseconds