Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dreg_type_cache-inl.h152 inline const PreciseReferenceType& RegTypeCache::JavaLangInvokeMethodType() { in JavaLangInvokeMethodType() function
H A Dreg_type_cache.h142 const PreciseReferenceType& JavaLangInvokeMethodType() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dmethod_verifier.cc2327 this, inst->VRegA_21c(), reg_types_.JavaLangInvokeMethodType()); in CodeFlowVerifyInstruction()