Home | History | Annotate | Download | only in jit

Lines Matching refs:addArgument

136     stubCall.addArgument(base, regT2);
137 stubCall.addArgument(property, regT2);
184 stubCall.addArgument(base, regT2);
185 stubCall.addArgument(property, regT2);
226 stubCall.addArgument(currentInstruction[1].u.operand, regT2);
227 stubCall.addArgument(TrustedImm32(currentInstruction[2].u.operand));
228 stubCall.addArgument(currentInstruction[3].u.operand, regT2);
235 stubCall.addArgument(currentInstruction[1].u.operand, regT2);
236 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand)));
237 stubCall.addArgument(currentInstruction[3].u.operand, regT2);
244 stubCall.addArgument(currentInstruction[1].u.operand, regT2);
245 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand)));
246 stubCall.addArgument(currentInstruction[3].u.operand, regT2);
253 stubCall.addArgument(currentInstruction[2].u.operand, regT2);
254 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[3].u.operand)));
278 stubCall.addArgument(regT0);
279 stubCall.addArgument(TrustedImmPtr(ident));
300 stubCall.addArgument(regT0);
301 stubCall.addArgument(TrustedImmPtr(ident));
302 stubCall.addArgument(regT1);
459 stubCall.addArgument(regT0);
460 stubCall.addArgument(TrustedImmPtr(ident));
518 stubCall.addArgument(regT0);
519 stubCall.addArgument(TrustedImmPtr(ident));
520 stubCall.addArgument(regT1);
601 stubCall.addArgument(TrustedImm32(oldStructure->propertyStorageCapacity()));
602 stubCall.addArgument(TrustedImm32(newStructure->propertyStorageCapacity()));
747 stubCall.addArgument(regT1);
748 stubCall.addArgument(regT0);
749 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress()));
754 stubCall.addArgument(TrustedImmPtr(protoObject));
755 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress()));
756 stubCall.addArgument(TrustedImmPtr(const_cast<Identifier*>(&ident)));
757 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress()));
799 stubCall.addArgument(regT1);
800 stubCall.addArgument(regT0);
801 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress()));
806 stubCall.addArgument(regT0);
807 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress()));
808 stubCall.addArgument(TrustedImmPtr(const_cast<Identifier*>(&ident)));
809 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress()));
868 stubCall.addArgument(regT1);
869 stubCall.addArgument(regT0);
870 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress()));
875 stubCall.addArgument(TrustedImmPtr(protoObject));
876 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress()));
877 stubCall.addArgument(TrustedImmPtr(const_cast<Identifier*>(&ident)));
878 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress()));
935 stubCall.addArgument(regT1);
936 stubCall.addArgument(regT0);
937 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress()));
942 stubCall.addArgument(TrustedImmPtr(protoObject));
943 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress()));
944 stubCall.addArgument(TrustedImmPtr(const_cast<Identifier*>(&ident)));
945 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress()));
1003 stubCall.addArgument(regT1);
1004 stubCall.addArgument(regT0);
1005 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress()));
1010 stubCall.addArgument(TrustedImmPtr(protoObject));
1011 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress()));
1012 stubCall.addArgument(TrustedImmPtr(const_cast<Identifier*>(&ident)));
1013 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress()));