Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc576 bool RegType::IsInstantiableTypes() const { in IsInstantiableTypes() function in art::verifier::RegType
Dreg_type.h184 bool IsInstantiableTypes() const REQUIRES_SHARED(Locks::mutator_lock_);
Dmethod_verifier.cc2474 if (!res_type.IsInstantiableTypes()) { in CodeFlowVerifyInstruction()