Home
last modified time | relevance | path

Searched refs:lastSendTimestamp_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_key_stats.h100 return lastSendTimestamp_ == Clock::time_point::min() || in CheckLastSendTimeIfSend()
101 std::chrono::duration_cast<std::chrono::seconds>(Clock::now() - lastSendTimestamp_).count() >= in CheckLastSendTimeIfSend()
130 Clock::time_point lastSendTimestamp_; member in panda::ecmascript::GCKeyStats
H A Dgc_key_stats.cpp146 lastSendTimestamp_ = Clock::now(); in InitializeRecordList()

Completed in 1 milliseconds