Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index bdf8d517130595a270dca50d20c850f007fa004d..e411ef5ac0f93240392c70a2cd685a902bb3cc4a 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -3340,6 +3340,7 @@ class Code : public Object { |
bool optimized = false); |
static RawCode* LookupCode(uword pc); |
static RawCode* LookupCodeInVmIsolate(uword pc); |
+ static RawCode* FindCode(uword pc, int64_t timestamp); |
int32_t GetPointerOffsetAt(int index) const { |
return *PointerOffsetAddrAt(index); |