Home
last modified time | relevance | path

Searched refs:ResetCounts (Results 1 - 6 of 6) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgtest_repeat_test.cc113 void ResetCounts() { in ResetCounts() function
134 ResetCounts(); in TestRepeatUnspecified()
144 ResetCounts(); in TestRepeat()
156 ResetCounts(); in TestRepeatWithEmptyFilter()
168 ResetCounts(); in TestRepeatWithFilterForSuccessfulTests()
185 ResetCounts(); in TestRepeatWithFilterForFailedTests()
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.h59 V8_EXPORT_PRIVATE void ResetCounts();
83 V8_EXPORT_PRIVATE void ResetCounts(Isolate* isolate);
H A Dbasic-block-profiler.cc42 void BasicBlockProfilerData::ResetCounts() {
124 void BasicBlockProfiler::ResetCounts(Isolate* isolate) { in ResetCounts() function in v8::BasicBlockProfiler
126 data->ResetCounts(); in ResetCounts()
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc651 static void ResetCounts(const FunctionCallbackInfo<Value>& args) { in ResetCounts() function in v8::__anon14436::FastCApiObject
919 FunctionTemplate::New(isolate, FastCApiObject::ResetCounts, in CreateTestFastCApiTemplate()
H A Dd8.cc5610 i::BasicBlockProfiler::Get()->ResetCounts( in Main()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc4348 BasicBlockProfiler::Get()->ResetCounts(this); in ThrowInternal()

Completed in 20 milliseconds