Home | History | Annotate | Download | only in x64

Lines Matching refs:InstanceofStub

4151 void InstanceofStub::Generate(MacroAssembler* masm) {
4235 __ Assert(equal, "InstanceofStub unexpected call site cache (check).");
4277 __ Assert(equal, "InstanceofStub unexpected call site cache (mov).");
4300 __ Assert(equal, "InstanceofStub unexpected call site cache (mov)");
4318 Register InstanceofStub::left() { return no_reg; }
4321 Register InstanceofStub::right() { return no_reg; }