Home | History | Annotate | Download | only in mips

Lines Matching refs:CompareStub

1686 void CompareStub::Generate(MacroAssembler* masm) {
1703 __ Assert(ne, "CompareStub: unexpected smi operands.",
5509 void CompareStub::PrintName(StringStream* stream) {
5533 int CompareStub::MinorKey() {
6808 // Return a result of -1, 0, or 1, or use CompareStub for NaNs.
6831 CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS, a1, a0);