Searched refs:m_baseGPR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGArrayifySlowPathGenerator.h52 , m_baseGPR(baseGPR)
72 m_badIndexingTypeJump = jit->backwardSpeculationCheck(BadIndexingType, JSValueSource::unboxedCell(m_baseGPR), 0);
100 jit->callOperation(operationEnsureInt32, m_tempGPR, m_baseGPR);
103 jit->callOperation(operationEnsureDouble, m_tempGPR, m_baseGPR);
107 jit->callOperation(operationRageEnsureContiguous, m_tempGPR, m_baseGPR);
109 jit->callOperation(operationEnsureContiguous, m_tempGPR, m_baseGPR);
113 jit->callOperation(operationEnsureArrayStorage, m_tempGPR, m_baseGPR);
127 MacroAssembler::Address(m_baseGPR, JSCell::structureOffset()),
134 MacroAssembler::Address(m_baseGPR, JSCell::structureOffset()), m_structureGPR);
153 GPRReg m_baseGPR; member in class:JSC::DFG::ArrayifySlowPathGenerator
[all...]
H A DDFGJITCompiler.h205 , m_baseGPR(baseGPR)
227 int8_t m_baseGPR; member in struct:JSC::DFG::PropertyAccessRecord
H A DDFGJITCompiler.cpp192 info.patch.dfg.baseGPR = m_propertyAccesses[i].m_baseGPR;

Completed in 90 milliseconds