v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
cov.h File Reference
#include <cstdint>
#include <vector>
Include dependency graph for cov.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sanitizer_cov_reset_edgeguards ()
 
uint32_t sanitizer_cov_count_discovered_edges ()
 
void cov_init_builtins_edges (uint32_t num_edges)
 
void cov_update_builtins_basic_block_coverage (const std::vector< bool > &cov_map)
 

Function Documentation

◆ cov_init_builtins_edges()

void cov_init_builtins_edges ( uint32_t num_edges)

Definition at line 112 of file cov.cc.

Here is the caller graph for this function:

◆ cov_update_builtins_basic_block_coverage()

void cov_update_builtins_basic_block_coverage ( const std::vector< bool > & cov_map)

Definition at line 129 of file cov.cc.

Here is the caller graph for this function:

◆ sanitizer_cov_count_discovered_edges()

uint32_t sanitizer_cov_count_discovered_edges ( )

Definition at line 88 of file cov.cc.

Here is the caller graph for this function:

◆ sanitizer_cov_reset_edgeguards()

void sanitizer_cov_reset_edgeguards ( )

Definition at line 33 of file cov.cc.

Here is the caller graph for this function: