Searched refs:isGPR (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DReg.cpp40 else if (isGPR())
H A DReg.h41 // reg.isGPR() == true
45 // if (reg.isGPR()) {
105 bool isGPR() const function in class:JSC::Reg
117 ASSERT(isGPR());
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLocation.cpp82 return isGPR() || kind() == Indirect;
85 bool Location::isGPR() const function in class:JSC::FTL::Location
87 return kind() == Register && dwarfReg().reg().isGPR();
123 if (isGPR()) {
H A DFTLLocation.h161 bool isGPR() const;
H A DFTLSaveRestore.cpp68 if (reg.isGPR())
H A DFTLThunks.cpp122 if (!clobber.get(reg) || !reg.isGPR())

Completed in 91 milliseconds