Home
last modified time | relevance | path

Searched refs:is_precise_binary_code_coverage (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dshared-function-info.cc363 if (GetIsolate()->is_precise_binary_code_coverage() && in GetInlineability()
/external/v8/src/debug/
Ddebug-coverage.cc604 (isolate->is_precise_binary_code_coverage() || in CollectPrecise()
/external/v8/src/execution/
Disolate.h1200 bool is_precise_binary_code_coverage() const { in is_precise_binary_code_coverage() function
1217 return is_precise_binary_code_coverage() || is_block_binary_code_coverage(); in is_binary_code_coverage()