Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime.h947 uint32_t GetVerifierLoggingThresholdMs() const { in GetVerifierLoggingThresholdMs() function
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc5261 if (duration_ns > MsToNs(Runtime::Current()->GetVerifierLoggingThresholdMs())) { in VerifyMethod()