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

/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLStackMaps.h83 GPRReg directGPR() const;
H A DFTLLocation.cpp172 GPRReg Location::directGPR() const function in class:JSC::FTL::Location
H A DFTLLocation.h164 GPRReg directGPR() const; // Get the GPR and assert that there is no addend.
H A DFTLStackMaps.cpp89 GPRReg StackMaps::Location::directGPR() const function in class:JSC::FTL::StackMaps::Location
91 return FTL::Location::forStackmaps(nullptr, *this).directGPR();
H A DFTLCompile.cpp315 GPRReg result = record.locations[0].directGPR();
316 GPRReg base = record.locations[1].directGPR();
352 GPRReg base = record.locations[0].directGPR();
353 GPRReg value = record.locations[1].directGPR();

Completed in 132 milliseconds