Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Ddebug-objects.h179 void ResetBlockCount(int slot_index);
Ddebug-objects.cc370 ResetBlockCount(slot_index); in InitializeSlot()
374 void CoverageInfo::ResetBlockCount(int slot_index) { in ResetBlockCount() function in v8::internal::CoverageInfo
/third_party/node/deps/v8/src/debug/
Ddebug-coverage.cc390 coverage_info.ResetBlockCount(i); in ResetAllBlockCounts()