Home
last modified time | relevance | path

Searched refs:GetMethods (Results 26 – 50 of 55) sorted by relevance

123

/art/runtime/native/
Ddalvik_system_VMRuntime.cc616 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in VMRuntime_preloadDexCaches()
741 for (ArtMethod& m : klass->GetMethods(kRuntimePointerSize)) { in operator ()()
/art/runtime/
Dvdex_file.cc329 for (const ClassAccessor::Method& method : class_accessor.GetMethods()) { in UnquickenDexFile()
Druntime_callbacks_test.cc81 for (auto& m : klass->GetMethods(pointer_size)) { in MakeExecutable()
Dcommon_runtime_test.cc385 for (ArtMethod& method : klass->GetMethods(pointer_size)) { in MakeInterpreted()
Dclass_linker.cc259 for (ArtMethod& m : klass->GetMethods(pointer_size)) { in EnsureSkipAccessChecksMethods()
1320 for (ArtMethod& m : klass->GetMethods(data.pointer_size)) { in InitFromBootImage()
1905 for (ArtMethod& m : klass->GetMethods(pointer_size)) { in CheckObjects()
4990 for (ArtMethod& method : klass->GetMethods(image_pointer_size_)) { in ResolveClassExceptionHandlerTypes()
6039 for (auto& method : new_class->GetMethods(image_pointer_size_)) { in FixupTemporaryDeclaringClass()
7740 std::find_if(m->GetDeclaringClass()->GetMethods(pointer_size).begin(), in CheckNoStaleMethodsInDexCache()
7741 m->GetDeclaringClass()->GetMethods(pointer_size).end(), in CheckNoStaleMethodsInDexCache()
7744 }) != m->GetDeclaringClass()->GetMethods(pointer_size).end()) in CheckNoStaleMethodsInDexCache()
7959 for (auto& m : klass_->GetMethods(pointer_size)) { in ReallocMethods()
Dinstrumentation.cc203 for (ArtMethod& method : klass->GetMethods(kRuntimePointerSize)) { in InstallStubsForClass()
/art/tools/hiddenapi/
Dhiddenapi.cc253 for (const ClassAccessor::Method& method : klass.GetMethods()) { in ForEachDexMember()
423 for (const ClassAccessor::Method& method : dex_class.GetMethods()) { in ForEachMatchingMember()
Dhiddenapi_test.cc212 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in GetMethodHiddenFlags()
/art/dex2oat/driver/
Dcompiler_driver.cc706 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ResolveConstStrings()
807 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in InitializeTypeCheckBitstrings()
983 for (ArtMethod& method : klass->GetMethods(pointer_size)) { in FindExceptionTypesToResolve()
1894 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in FastVerify()
2486 for (ArtMethod& m : klass->GetMethods(pointer_size)) { in PreResolveTypes()
2770 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in CompileDexFile()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc633 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in SetDexFiles()
/art/libdexfile/dex/
Ddex_file.cc231 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in FindCodeItemOffset()
Ddex_file_verifier_test.cc246 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in FindMethodData()
/art/dexlayout/
Ddexlayout_test.cc680 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
/art/openjdkjvmti/
Dti_redefine.cc960 const auto old_methods = old_accessor.GetMethods(); in CheckMethods()
961 for (const art::ClassAccessor::Method& new_method : accessor.GetMethods()) { in CheckMethods()
2624 auto new_methods = new_cls->GetMethods(art::kRuntimePointerSize); in CollectNewFieldAndMethodMappings()
2625 for (art::ArtMethod& m : old_cls->GetMethods(art::kRuntimePointerSize)) { in CollectNewFieldAndMethodMappings()
2807 for (art::ArtMethod& m : old_class->GetMethods(art::kRuntimePointerSize)) { in UpdateClassStructurally()
Devents.cc1264 for (auto& m : klass->GetMethods(art::kRuntimePointerSize)) { in HandleLocalAccessCapabilityAdded()
/art/runtime/jit/
Dprofile_saver.cc383 for (ArtMethod& method : klass->GetMethods(kRuntimePointerSize)) { in SampleClassesAndExecutedMethods()
Djit.cc1394 for (const std::pair<uint32_t, uint32_t>& pair : profile_info.GetMethods()) { in CompileMethodsFromBootProfile()
/art/dex2oat/
Dverifier_deps_test.cc156 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in VerifyMethod()
/art/runtime/mirror/
Dclass-inl.h998 inline ArraySlice<ArtMethod> Class::GetMethods(PointerSize pointer_size) { in GetMethods() function
Dclass.h713 ALWAYS_INLINE ArraySlice<ArtMethod> GetMethods(PointerSize pointer_size)
/art/oatdump/
Doatdump.cc274 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in WalkOatClass()
1077 for (const ClassAccessor::Method& method : class_accessor.GetMethods()) { in DumpOatClass()
3347 for (ArtMethod& iface_method : iface->GetMethods(pointer_size)) { in DumpIMTForMethod()
/art/profman/
Dprofman.cc1118 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessLine()
Dprofile_assistant_test.cc727 for (ArtMethod& method : klass->GetMethods(kRuntimePointerSize)) { in TEST_F()
/art/dexdump/
Ddexdump.cc1436 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in dumpCfg()
/art/dex2oat/linker/
Dimage_writer.cc1638 for (auto& m : as_klass->GetMethods(target_ptr_size_)) { in RecordNativeRelocations()
1667 for (auto& m : as_klass->GetMethods(target_ptr_size_)) { in RecordNativeRelocations()

123