Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc293 runtime->DisableVerifier(); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h548 void DisableVerifier();
Druntime.cc2639 void Runtime::DisableVerifier() { in DisableVerifier() function in art::Runtime