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

Unified Diff: src/interpreter/bytecode-array-builder.h

Issue 2882973002: [coverage] Block coverage with support for IfStatements (Closed)
Patch Set: Address comments Created 3 years, 6 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 | « src/flag-definitions.h ('k') | src/interpreter/bytecode-array-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interpreter/bytecode-array-builder.h
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h
index 155fd24bab4953250cb6a6670523ae4be632c9bd..7d0f84f8ff6e9036d871a709f9e545b907420d24 100644
--- a/src/interpreter/bytecode-array-builder.h
+++ b/src/interpreter/bytecode-array-builder.h
@@ -390,6 +390,9 @@ class V8_EXPORT_PRIVATE BytecodeArrayBuilder final
// Debugger.
BytecodeArrayBuilder& Debugger();
+ // Increment the block counter at the given slot (block code coverage).
+ BytecodeArrayBuilder& IncBlockCounter(int slot);
+
// Complex flow control.
BytecodeArrayBuilder& ForInPrepare(Register receiver,
RegisterList cache_info_triple);
« no previous file with comments | « src/flag-definitions.h ('k') | src/interpreter/bytecode-array-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698