Searched refs:m_propertyAccessCompilationInfo (Results 1 – 4 of 4) sorted by relevance
76 , m_propertyAccessCompilationInfo(codeBlock ? codeBlock->numberOfStructureStubInfos() : 0) in JIT()569 …info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLoca… in privateCompile()570 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin); in privateCompile()
414 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].hotPathBegin = hotPathBegin; in compileGetByIdHotPath()468 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call; in compileGetByIdSlowCase()491 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].hotPathBegin = hotPathBegin; in emit_op_put_by_id()524 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].callReturnLocation = call; in emitSlow_op_put_by_id()
428 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].hotPathBegin = hotPathBegin; in compileGetByIdHotPath()483 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call; in compileGetByIdSlowCase()503 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].hotPathBegin = hotPathBegin; in emit_op_put_by_id()537 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call; in emitSlow_op_put_by_id()
965 Vector<PropertyStubCompilationInfo> m_propertyAccessCompilationInfo; variable