Searched defs:tempGPR (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGArrayifySlowPathGenerator.h45 ArrayifySlowPathGenerator( const MacroAssembler::JumpList& from, SpeculativeJIT* jit, Node* node, GPRReg baseGPR, GPRReg propertyGPR, GPRReg tempGPR, GPRReg structureGPR) argument
H A DDFGSpeculativeJIT64.cpp4277 GPRReg tempGPR = temp.gpr(); local
4291 m_jit.loadPtr(JITCompiler::Address(valueGPR, JSCell::structureOffset()), tempGPR); local
H A DDFGSpeculativeJIT.cpp671 JITCompiler::Jump SpeculativeJIT::jumpSlowForUnwantedArrayMode(GPRReg tempGPR, ArrayMode arrayMode, IndexingType shape) argument
686 m_jit.and32(TrustedImm32(IndexingShapeMask), tempGPR); local
691 JITCompiler::JumpList SpeculativeJIT::jumpSlowForUnwantedArrayMode(GPRReg tempGPR, ArrayMode arrayMode) argument
714 m_jit.and32(TrustedImm32(IndexingShapeMask), tempGPR); local
715 m_jit.sub32(TrustedImm32(ArrayStorageShape), tempGPR); local
727 m_jit.and32(TrustedImm32(IndexingShapeMask), tempGPR); local
729 m_jit.sub32(TrustedImm32(ArrayStorageShape), tempGPR); local
775 GPRReg tempGPR = temp.gpr(); local
777 MacroAssembler::Address(baseReg, JSCell::structureOffset()), tempGPR); local
778 m_jit.load8(MacroAssembler::Address(tempGPR, Structure::indexingTypeOffset()), tempGPR); local
824 GPRReg tempGPR = temp.gpr(); local
846 MacroAssembler::Address(structureGPR, Structure::indexingTypeOffset()), tempGPR); local
2424 GPRReg tempGPR = temp.gpr(); local
4403 GPRReg tempGPR = temp.gpr(); local
4417 m_jit.and64(MacroAssembler::TrustedImm32(~TagBitUndefined), tempGPR); local
4536 GPRReg tempGPR = temp.gpr(); local
4539 m_jit.and64(MacroAssembler::TrustedImm32(~TagBitUndefined), tempGPR); local
[all...]
H A DDFGSpeculativeJIT32_64.cpp4395 GPRReg tempGPR = temp.gpr(); local
4409 m_jit.loadPtr(JITCompiler::Address(payloadGPR, JSCell::structureOffset()), tempGPR); local

Completed in 141 milliseconds