Home | History | Annotate | Download | only in ia32

Lines Matching refs:InstanceofStub

5101 void InstanceofStub::Generate(MacroAssembler* masm) {
5123 ASSERT_EQ(object.code(), InstanceofStub::left().code());
5124 ASSERT_EQ(function.code(), InstanceofStub::right().code());
5183 __ Assert(equal, "InstanceofStub unexpected call site cache (cmp 1)");
5185 __ Assert(equal, "InstanceofStub unexpected call site cache (cmp 2)");
5218 __ Assert(equal, "InstanceofStub unexpected call site cache (mov)");
5240 __ Assert(equal, "InstanceofStub unexpected call site cache (mov)");
5309 Register InstanceofStub::left() { return eax; }
5312 Register InstanceofStub::right() { return edx; }