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

Unified Diff: runtime/vm/object.h

Issue 1859273002: Add flag to disable string externalization (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 9a946b0d9820a6beec129ccfa99af81e8cdad7ed..1269ac3d9f6ddf408a0bcbe5e0d2c7e475e5262d 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -3087,9 +3087,7 @@ class Field : public Object {
set_kind_bits(UnboxingCandidateBit::update(b, raw_ptr()->kind_bits_));
}
- static bool IsExternalizableCid(intptr_t cid) {
- return (cid == kOneByteStringCid) || (cid == kTwoByteStringCid);
- }
+ static bool IsExternalizableCid(intptr_t cid);
enum {
kUnknownLengthOffset = -1,
« 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