Home
last modified time | relevance | path

Searched defs:res_type (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2314 const RegType& res_type = ResolveClass<CheckAccess::kYes>(dex::TypeIndex(inst->VRegB_21c())); in CodeFlowVerifyInstruction() local
2432 const RegType& res_type = ResolveClass<CheckAccess::kYes>(type_idx); in CodeFlowVerifyInstruction() local
2487 const RegType& res_type = work_line_->GetRegisterType(this, inst->VRegB_12x()); in CodeFlowVerifyInstruction() local
2503 const RegType& res_type = ResolveClass<CheckAccess::kYes>(dex::TypeIndex(inst->VRegB_21c())); in CodeFlowVerifyInstruction() local
2568 const RegType& res_type = work_line_->GetRegisterType(this, inst->VRegA_11x()); in CodeFlowVerifyInstruction() local
4367 const RegType& res_type = ResolveClass<CheckAccess::kYes>(type_idx); in VerifyNewArray() local
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp432 const ResourceType* res_type = ParseResourceType(pb_type.name()); in DeserializePackageFromPb() local