Searched refs:resolver_ (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/update_engine/common/ |
H A D | proxy_resolver_unittest.cc | 41 DirectProxyResolver resolver_; member in chromeos_update_engine::ProxyResolverTest 58 resolver_.GetProxiesForUrl("http://foo", callback)); in TEST_F() 72 ProxyRequestId request = resolver_.GetProxiesForUrl("http://foo", callback); in TEST_F() 74 EXPECT_TRUE(resolver_.CancelProxyRequest(request)); in TEST_F() 84 resolver_.GetProxiesForUrl("http://foo", callback); in TEST_F() 85 resolver_.GetProxiesForUrl("http://bar", callback); in TEST_F()
|
/aosp12/art/tools/veridex/ |
H A D | flow_analysis.cc | 32 : resolver_(resolver), in VeriFlowAnalysis() 151 const DexFile& dex_file = resolver_->GetDexFile(); in GetReturnType() 154 VeriClass* cls = resolver_->GetVeriClass(proto_id.return_type_idx_); in GetReturnType() 159 const DexFile& dex_file = resolver_->GetDexFile(); in GetFieldType() 161 VeriClass* cls = resolver_->GetVeriClass(field_id.type_idx_); in GetFieldType() 535 VeriClass* cls = resolver_->GetVeriClass(type_index); in ProcessDexInstruction() 542 VeriClass* cls = resolver_->GetVeriClass(type_index); in ProcessDexInstruction() 550 VeriClass* cls = resolver_->GetVeriClass(type_index); in ProcessDexInstruction() 697 DexFileReference(&resolver_->GetDexFile(), method_id_), in Run() 712 VeriMethod method = resolver_->GetMethod(id); in AnalyzeInvoke() [all …]
|
H A D | flow_analysis.h | 153 VeridexResolver* resolver_; variable
|
/aosp12/system/tools/aidl/ |
H A D | parser.cpp | 68 : scope_(scope), typenames_(typenames), resolver_(resolver), success_(success) {} in ConstantReferenceResolver() 76 if (!resolver_(typenames_.GetDocumentFor(scope_), v.GetRefType().get())) { in Visit() 131 TypeResolver& resolver_; member in ConstantReferenceResolver
|
/aosp12/art/compiler/optimizing/ |
H A D | parallel_move_resolver.cc | 285 : resolver_(resolver), in ScratchRegisterScope() 288 reg_ = resolver_->AllocateScratchRegister(blocked, number_of_registers, if_scratch, &spilled_); in ScratchRegisterScope() 298 resolver_->RestoreScratch(reg_); in ~ScratchRegisterScope()
|
H A D | parallel_move_resolver.h | 76 ParallelMoveResolverWithSwap* resolver_;
|