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

Unified Diff: src/profiler/profile-generator-inl.h

Issue 2246333003: Store information about builtins in descriptors (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix typo Created 4 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
Index: src/profiler/profile-generator-inl.h
diff --git a/src/profiler/profile-generator-inl.h b/src/profiler/profile-generator-inl.h
index c50964d99060dabb8f43dd5c88ba716809b06670..42e9755fe6443cffa47f9fd8bde591fd04da0bca 100644
--- a/src/profiler/profile-generator-inl.h
+++ b/src/profiler/profile-generator-inl.h
@@ -15,7 +15,7 @@ CodeEntry::CodeEntry(CodeEventListener::LogEventsAndTags tag, const char* name,
int line_number, int column_number,
JITLineInfoTable* line_info, Address instruction_start)
: bit_field_(TagField::encode(tag) |
- BuiltinIdField::encode(Builtins::builtin_count)),
+ BuiltinIdField::encode(Builtins::BUILTIN_COUNT)),
name_prefix_(name_prefix),
name_(name),
resource_name_(resource_name),

Powered by Google App Engine
This is Rietveld 408576698