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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGArrayifySlowPathGenerator.h47 GPRReg propertyGPR, GPRReg tempGPR, GPRReg structureGPR)
53 , m_propertyGPR(propertyGPR)
45 ArrayifySlowPathGenerator( const MacroAssembler::JumpList& from, SpeculativeJIT* jit, Node* node, GPRReg baseGPR, GPRReg propertyGPR, GPRReg tempGPR, GPRReg structureGPR) argument
H A DDFGSpeculativeJIT64.cpp2411 GPRReg propertyGPR = property.gpr(); local
2415 callOperation(operationGetByVal, result.gpr(), baseGPR, propertyGPR);

Completed in 127 milliseconds