Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: runtime/vm/object.h

Issue 2147123002: Made simple instance-of checks fast for unoptimized code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Removed compile_time_constants_ from object_store. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/jit_optimizer.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index c609f44b4b18ea0c1c8f22bbdebe696547aa611d..8407978c45926d389baeeebee2204f89c9227e46 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2090,6 +2090,8 @@ class ICData : public Object {
void set_ic_data_array(const Array& value) const;
void set_state_bits(uint32_t bits) const;
+ bool ValidateInterceptor(const Function& target) const;
+
enum {
kNumArgsTestedPos = 0,
kNumArgsTestedSize = 2,
« no previous file with comments | « runtime/vm/jit_optimizer.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698