Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc378 bool CheckNewInstance(dex::TypeIndex idx);
1228 result = result && CheckNewInstance(dex::TypeIndex(inst->VRegB())); in VerifyInstruction()
1322 inline bool MethodVerifier<kVerifierDebug>::CheckNewInstance(dex::TypeIndex idx) { in CheckNewInstance() function in art::verifier::impl::__anon5f019aef0110::MethodVerifier