Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-coverage.cc611 (isolate->is_precise_binary_code_coverage() || in CollectPrecise()
/third_party/node/deps/v8/src/execution/
Disolate.h1376 bool is_precise_binary_code_coverage() const { in is_precise_binary_code_coverage() function
1393 return is_precise_binary_code_coverage() || is_block_binary_code_coverage(); in is_binary_code_coverage()
/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h230 if (GetIsolate()->is_precise_binary_code_coverage() && in GetInlineability()