Home
last modified time | relevance | path

Searched refs:DisableVerifier (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc317 runtime->DisableVerifier(); in ZygoteHooks_nativePostForkChild()
/aosp12/art/runtime/
H A Druntime.h601 void DisableVerifier();
H A Druntime.cc2955 void Runtime::DisableVerifier() { in DisableVerifier() function in art::Runtime