Chromium Code Reviews| Index: runtime/vm/stub_code.h |
| =================================================================== |
| --- runtime/vm/stub_code.h (revision 5920) |
| +++ runtime/vm/stub_code.h (working copy) |
| @@ -33,6 +33,7 @@ |
| V(Deoptimize) \ |
| V(BreakpointStatic) \ |
| V(BreakpointReturn) \ |
| + V(IsSubType) \ |
|
regis
2012/03/28 02:22:45
The name is somewhat misleading. How about IsRawSu
srdjan
2012/03/28 15:42:15
Renamed
|
| // Is it permitted for the stubs above to refer to Object::null(), which is |