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

Unified Diff: src/objects-inl.h

Issue 2707873002: Collect type profile for DevTools. (Closed)
Patch Set: Add documentation and sprinkle consts around. Created 3 years, 9 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/objects-inl.h
diff --git a/src/objects-inl.h b/src/objects-inl.h
index 7b3d06f9d39fef1410e15f49ee4c0b0782a6a5bd..1b0bfae95baaf45ef6718a974200979d28805038 100644
--- a/src/objects-inl.h
+++ b/src/objects-inl.h
@@ -5977,6 +5977,10 @@ BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, must_use_ignition_turbo,
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_flush, kDontFlush)
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_asm_wasm_broken,
kIsAsmWasmBroken)
+BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, collects_type_profile,
+ kCollectsTypeProfile)
+BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints,
+ computed_collects_type_profile, kComputedCollectsTypeProfile)
BOOL_GETTER(SharedFunctionInfo, compiler_hints, optimization_disabled,
kOptimizationDisabled)

Powered by Google App Engine
This is Rietveld 408576698