Home
last modified time | relevance | path

Searched refs:GetVerifierLoggingThresholdMs (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h922 uint32_t GetVerifierLoggingThresholdMs() const { in GetVerifierLoggingThresholdMs() function
/art/runtime/verifier/
Dmethod_verifier.cc5331 if (duration_ns > MsToNs(Runtime::Current()->GetVerifierLoggingThresholdMs())) { in VerifyMethod()