Home
last modified time | relevance | path

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

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