Lines Matching refs:ImmPtr
73 stubCall.addArgument(ImmPtr(&m_codeBlock->identifier(property))); in emit_op_put_getter()
86 stubCall.addArgument(ImmPtr(&m_codeBlock->identifier(property))); in emit_op_put_setter()
99 stubCall.addArgument(ImmPtr(&m_codeBlock->identifier(property))); in emit_op_del_by_id()
158 stubCall.addArgument(ImmPtr(&(m_codeBlock->identifier(ident)))); in emit_op_get_by_id()
178 stubCall.addArgument(ImmPtr(&(m_codeBlock->identifier(ident)))); in emit_op_put_by_id()
214 …s(regT0, OBJECT_OFFSETOF(JSCell, m_structure)), info.structureToCompare, ImmPtr(reinterpret_cast<v… in emit_op_method_check()
215 DataLabelPtr protoStructureToCompare, protoObj = moveWithPatch(ImmPtr(0), regT2); in emit_op_method_check()
216 …s(regT2, OBJECT_OFFSETOF(JSCell, m_structure)), protoStructureToCompare, ImmPtr(reinterpret_cast<v… in emit_op_method_check()
219 DataLabelPtr putFunction = moveWithPatch(ImmPtr(0), regT0); in emit_op_method_check()
275 addSlowCase(branchPtr(NotEqual, Address(regT0), ImmPtr(m_globalData->jsArrayVPtr))); in emit_op_get_by_val()
332 addSlowCase(branchPtr(NotEqual, Address(regT0), ImmPtr(m_globalData->jsArrayVPtr))); in emit_op_put_by_val()
405 …ddress(regT0, OBJECT_OFFSETOF(JSCell, m_structure)), structureToCompare, ImmPtr(reinterpret_cast<v… in compileGetByIdHotPath()
447 stubCall.addArgument(ImmPtr(ident)); in compileGetByIdSlowCase()
476 …ddress(regT0, OBJECT_OFFSETOF(JSCell, m_structure)), structureToCompare, ImmPtr(reinterpret_cast<v… in emit_op_put_by_id()
501 stubCall.addArgument(ImmPtr(&(m_codeBlock->identifier(ident)))); in emitSlow_op_put_by_id()
556 failureCases.append(branchPtr(NotEqual, regT2, ImmPtr(oldStructure))); in privateCompilePutByIdTransition()
562 failureCases.append(branchPtr(NotEqual, regT2, ImmPtr(it->get()))); in privateCompilePutByIdTransition()
586 storePtr(ImmPtr(newStructure), Address(regT0, OBJECT_OFFSETOF(JSCell, m_structure))); in privateCompilePutByIdTransition()
686 Jump failureCases1 = branchPtr(NotEqual, Address(regT0), ImmPtr(m_globalData->jsArrayVPtr)); in privateCompilePatchGetArrayLength()
733 move(ImmPtr(prototypeStructure), regT3); in privateCompileGetByIdProto()
736 …Jump failureCases2 = branchPtr(NotEqual, AbsoluteAddress(prototypeStructureAddress), ImmPtr(protot… in privateCompileGetByIdProto()
813 move(ImmPtr(prototypeStructure), regT3); in privateCompileGetByIdProtoList()
816 …Jump failureCases2 = branchPtr(NotEqual, AbsoluteAddress(prototypeStructureAddress), ImmPtr(protot… in privateCompileGetByIdProtoList()
866 move(ImmPtr(currStructure), regT3); in privateCompileGetByIdChainList()
869 …bucketsOfFail.append(branchPtr(NotEqual, AbsoluteAddress(prototypeStructureAddress), ImmPtr(currSt… in privateCompileGetByIdChainList()
921 move(ImmPtr(currStructure), regT3); in privateCompileGetByIdChain()
924 …bucketsOfFail.append(branchPtr(NotEqual, AbsoluteAddress(prototypeStructureAddress), ImmPtr(currSt… in privateCompileGetByIdChain()
975 addSlowCase(branchPtr(NotEqual, Address(regT0), ImmPtr(m_globalData->jsArrayVPtr)));
997 addSlowCase(branchPtr(NotEqual, Address(regT0), ImmPtr(m_globalData->jsArrayVPtr)));
1028 stubCall.addArgument(ImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand)));
1037 stubCall.addArgument(ImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand)));
1046 stubCall.addArgument(ImmPtr(&m_codeBlock->identifier(currentInstruction[3].u.operand)));
1071 stubCall.addArgument(ImmPtr(ident));
1092 stubCall.addArgument(ImmPtr(ident));
1126 …s(regT0, OBJECT_OFFSETOF(JSCell, m_structure)), info.structureToCompare, ImmPtr(reinterpret_cast<v…
1127 DataLabelPtr protoStructureToCompare, protoObj = moveWithPatch(ImmPtr(0), regT1);
1128 …s(regT1, OBJECT_OFFSETOF(JSCell, m_structure)), protoStructureToCompare, ImmPtr(reinterpret_cast<v…
1131 DataLabelPtr putFunction = moveWithPatch(ImmPtr(0), regT0);
1199 …ddress(regT0, OBJECT_OFFSETOF(JSCell, m_structure)), structureToCompare, ImmPtr(reinterpret_cast<v…
1241 stubCall.addArgument(ImmPtr(ident));
1272 …ddress(regT0, OBJECT_OFFSETOF(JSCell, m_structure)), structureToCompare, ImmPtr(reinterpret_cast<v…
1297 stubCall.addArgument(ImmPtr(ident));
1344 …d(branchPtr(NotEqual, Address(regT0, OBJECT_OFFSETOF(JSCell, m_structure)), ImmPtr(oldStructure)));
1357 successCases.append(branchPtr(Equal, regT2, ImmPtr(JSValue::encode(jsNull()))));
1360 …pend(branchPtr(NotEqual, Address(regT2, OBJECT_OFFSETOF(JSCell, m_structure)), ImmPtr(it->get())));
1394 storePtr(ImmPtr(newStructure), Address(regT0, OBJECT_OFFSETOF(JSCell, m_structure)));
1487 Jump failureCases1 = branchPtr(NotEqual, Address(regT0), ImmPtr(m_globalData->jsArrayVPtr));
1533 move(ImmPtr(prototypeStructure), regT3);
1536 …Jump failureCases2 = branchPtr(NotEqual, AbsoluteAddress(prototypeStructureAddress), ImmPtr(protot…
1608 move(ImmPtr(prototypeStructure), regT3);
1611 …Jump failureCases2 = branchPtr(NotEqual, AbsoluteAddress(prototypeStructureAddress), ImmPtr(protot…
1661 move(ImmPtr(currStructure), regT3);
1664 …bucketsOfFail.append(branchPtr(NotEqual, AbsoluteAddress(prototypeStructureAddress), ImmPtr(currSt…
1714 move(ImmPtr(currStructure), regT3);
1717 …bucketsOfFail.append(branchPtr(NotEqual, AbsoluteAddress(prototypeStructureAddress), ImmPtr(currSt…