Chromium Code Reviews| Index: runtime/vm/stub_code_x64.cc |
| =================================================================== |
| --- runtime/vm/stub_code_x64.cc (revision 7102) |
| +++ runtime/vm/stub_code_x64.cc (working copy) |
| @@ -1783,6 +1783,11 @@ |
| __ jmp(&found, Assembler::kNearJump); |
| } |
| + |
| +void StubCode::GenerateSubtypeTestCacheStub(Assembler* assembler) { |
| + __ Unimplemented("SubtypeTestCache Stub"); |
| +} |
| + |
| } // namespace dart |
| #endif // defined TARGET_ARCH_X64 |