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

Unified Diff: runtime/vm/object.h

Issue 2137673002: Sped up hashCode by removing megamorphic call to _identityHashCode. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Improved the speed of instance-of for unoptimized code. 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..d2eb5c627d6e40c4ff224860a10aec204ef6ff40 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 ValidateInteceptor(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