Home
last modified time | relevance | path

Searched refs:GetMethods (Results 1 – 25 of 54) sorted by relevance

123

/art/libprofile/profile/
Dprofile_boot_info_test.cc60 ASSERT_EQ(loaded_info.GetMethods().size(), 1u); in TEST_F()
61 ASSERT_EQ(loaded_info.GetMethods()[0].first, 0u); in TEST_F()
62 ASSERT_EQ(loaded_info.GetMethods()[0].second, 0u); in TEST_F()
85 ASSERT_EQ(loaded_info.GetMethods().size(), 3u); in TEST_F()
86 ASSERT_EQ(loaded_info.GetMethods()[0].first, 0u); in TEST_F()
87 ASSERT_EQ(loaded_info.GetMethods()[0].second, 42u); in TEST_F()
88 ASSERT_EQ(loaded_info.GetMethods()[1].first, 1u); in TEST_F()
89 ASSERT_EQ(loaded_info.GetMethods()[1].second, 108u); in TEST_F()
90 ASSERT_EQ(loaded_info.GetMethods()[2].first, 1u); in TEST_F()
91 ASSERT_EQ(loaded_info.GetMethods()[2].second, 54u); in TEST_F()
Dprofile_boot_info.h54 const std::vector<std::pair<uint32_t, uint32_t>>& GetMethods() const { in GetMethods() function
/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc160 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in SetAllCodeItemRegistration()
173 for (const ClassAccessor::Method& method : class_accessor.GetMethods()) { in SetAllCodeItemStartRegistration()
191 for (const ClassAccessor::Method& method : class_accessor.GetMethods()) { in SetAllInsnsRegistration()
206 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in SetCodeItemRegistration()
Dclass_accessor-inl.h221 ClassAccessor::GetMethods() const { in GetMethods() function
232 IterationRange<DataIterator<Method>> methods = GetMethods(); in GetVirtualMethods()
Dclass_accessor_test.cc38 auto methods = accessor.GetMethods(); in TEST_F()
Dclass_accessor.h318 IterationRange<DataIterator<Method>> GetMethods() const;
Dart_dex_file_loader_test.cc122 auto methods = accessor.GetMethods(); in TEST_F()
/art/runtime/mirror/
Dclass-refvisitor-inl.h64 for (ArtMethod& method : GetMethods(pointer_size)) { in VisitNativeRoots()
75 for (ArtMethod& method : GetMethods(pointer_size)) { in VisitMethods()
/art/runtime/
Dnative_bridge_art_interface.cc50 for (auto& m : c->GetMethods(kRuntimePointerSize)) { in GetNativeMethodCount()
65 for (auto& m : c->GetMethods(kRuntimePointerSize)) { in GetNativeMethods()
Dart_method.cc133 &(*GetDeclaringClass()->GetMethods(pointer_size).begin()), in GetObsoleteDexCache()
134 &(*GetDeclaringClass()->GetMethods(pointer_size).end()))) in GetObsoleteDexCache()
435 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in GetOatMethodIndexFromMethodIndex()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc57 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in VerifyClassData()
/art/tools/veridex/
Dresolver.cc43 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in Run()
142 for (const ClassAccessor::Method& method : other_dex_accessor.GetMethods()) { in LookupMethodIn()
247 for (const ClassAccessor::Method& method : other_dex_accessor.GetMethods()) { in LookupDeclaredMethodIn()
Dprecise_hidden_api_finder.cc41 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in RunInternal()
Dhidden_api_finder.cc63 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in CollectAccesses()
/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc87 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in RunTest()
/art/runtime/jit/
Djit_code_cache.cc127 for (ArtMethod* m : GetMethods()) { in UpdateEntryPoints()
172 const std::vector<ArtMethod*>& GetMethods() const { in GetMethods() function in art::jit::JitCodeCache::JniStubData
301 ContainsElement(it->second.GetMethods(), method)) { in ContainsMethod()
323 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) { in GetJniStubCode()
523 if (it->second.GetMethods().empty()) { in RemoveMethodsIn()
527 it->first.UpdateShorty(it->second.GetMethods().front()); in RemoveMethodsIn()
714 DCHECK(ContainsElement(data->GetMethods(), method)) in Commit()
804 if (it->second.GetMethods().empty()) { in RemoveMethodLocked()
810 it->first.UpdateShorty(it->second.GetMethods().front()); in RemoveMethodLocked()
1172 for (ArtMethod* method : data.GetMethods()) { in GarbageCollectCache()
[all …]
/art/libdexfile/external/
Ddex_file_ext.cc126 for (const art::ClassAccessor::Method& method : accessor.GetMethods()) { in GetMethodCacheEntryForOffset()
323 for (const art::ClassAccessor::Method& method : accessor.GetMethods()) { in ExtDexFileGetAllMethodInfos()
/art/dexlist/
Ddexlist.cc145 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in dumpClass()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc94 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessDexFiles()
312 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessDexFile()
578 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessDexFile()
Ddexanalyze_bytecode.cc117 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessDexFiles()
134 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessDexFiles()
/art/profman/
Dboot_image_profile.cc133 for (auto& it : accessor.GetMethods()) { in MaybeIsClassClean()
/art/runtime/verifier/
Dclass_verifier.cc250 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in VerifyClass()
/art/dex2oat/
Ddex2oat_test.cc983 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in CheckResult()
1376 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
1485 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
1509 for (const ClassAccessor::Method& method2 : accessor.GetMethods()) { in TEST_F()
1566 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
2018 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
2331 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
/art/dex2oat/driver/
Dcompiler_driver.cc709 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ResolveConstStrings()
810 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in InitializeTypeCheckBitstrings()
987 for (ArtMethod& method : klass->GetMethods(pointer_size)) { in FindExceptionTypesToResolve()
1833 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in FastVerify()
2425 for (ArtMethod& m : klass->GetMethods(pointer_size)) { in PreResolveTypes()
2709 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in CompileDexFile()
Dcompiler_driver_test.cc105 for (auto& m : c->GetMethods(pointer_size)) { in MakeDexFileExecutable()

123