Home | History | Annotate | Download | only in ia32

Lines Matching defs:instance_of

1109       HInstanceOf* instance_of = HInstanceOf::cast(v);
1110 LOperand* left = UseFixed(instance_of->left(), InstanceofStub::left());
1111 LOperand* right = UseFixed(instance_of->right(), InstanceofStub::right());
1112 LOperand* context = UseFixed(instance_of->context(), esi);