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

Unified Diff: runtime/vm/kernel_to_il.h

Issue 2972343002: [kernel] Insert kernel bodies into VM heap (Closed)
Patch Set: Review comments Created 3 years, 4 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/kernel_reader.cc ('k') | runtime/vm/kernel_to_il.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel_to_il.h
diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h
index 7dac63910fa3afc047a95c9ed2a6fd8198e41298..1da91730ca6cafd3e3f92fb903eefb3de9a2b2c6 100644
--- a/runtime/vm/kernel_to_il.h
+++ b/runtime/vm/kernel_to_il.h
@@ -320,9 +320,6 @@ class TranslationHelper {
}
dart::String& DartString(StringIndex string_index, Heap::Space space);
- dart::String& DartString(const uint8_t* utf8_array, intptr_t len) {
- return DartString(utf8_array, len, allocation_space_);
- }
dart::String& DartString(const uint8_t* utf8_array,
intptr_t len,
Heap::Space space);
@@ -932,8 +929,6 @@ class CatchBlock {
RawObject* EvaluateMetadata(const dart::Field& metadata_field);
RawObject* BuildParameterDescriptor(const Function& function);
void CollectTokenPositionsFor(const Script& script);
-String& GetSourceFor(const Script& script);
-Array& GetLineStartsFor(const Script& script);
} // namespace kernel
} // namespace dart
« no previous file with comments | « runtime/vm/kernel_reader.cc ('k') | runtime/vm/kernel_to_il.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698