Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc555 bool RegType::IsInstantiableTypes() const { in IsInstantiableTypes() function in art::verifier::RegType
Dreg_type.h175 bool IsInstantiableTypes() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dmethod_verifier.cc2000 if (!res_type.IsInstantiableTypes()) { in CodeFlowVerifyInstruction()