Home
last modified time | relevance | path

Searched refs:GetDirectMethods (Results 1 – 12 of 12) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Dclass_accessor-inl.h226 ClassAccessor::GetDirectMethods() const { in GetDirectMethods() function
H A Dclass_accessor.h321 IterationRange<DataIterator<Method>> GetDirectMethods() const;
/aosp12/art/runtime/mirror/
H A Dclass.cc807 for (auto& method : GetDirectMethods(pointer_size)) { in FindDeclaredDirectMethodByName()
892 for (ArtMethod& method : GetDirectMethods(pointer_size)) { in FindClassInitializer()
1359 for (auto& m : GetDirectMethods(pointer_size)) { in GetDeclaredConstructor()
1475 for (auto& m : h_klass->GetDirectMethods(kPointerSize)) { in GetDeclaredMethodInternal()
H A Dclass-inl.h974 inline ArraySlice<ArtMethod> Class::GetDirectMethods(PointerSize pointer_size) { in GetDirectMethods() function
H A Dclass.h705 ALWAYS_INLINE ArraySlice<ArtMethod> GetDirectMethods(PointerSize pointer_size)
/aosp12/art/runtime/native/
H A Djava_lang_Class.cc578 for (auto& m : h_klass->GetDirectMethods(kRuntimePointerSize)) { in Class_getDeclaredConstructorsInternal()
588 for (auto& m : h_klass->GetDirectMethods(kRuntimePointerSize)) { in Class_getDeclaredConstructorsInternal()
/aosp12/art/dex2oat/linker/
H A Doat_writer_test.cc484 for (auto& m : klass->GetDirectMethods(pointer_size)) { in TEST_F()
/aosp12/art/runtime/
H A Dclass_linker_test.cc292 for (ArtMethod& m : klass->GetDirectMethods(kRuntimePointerSize)) { in AssertClass()
329 for (ArtMethod& method : klass->GetDirectMethods(kRuntimePointerSize)) { in AssertClass()
H A Dclass_linker.cc3433 if (std::any_of(klass->GetDirectMethods(pointer_size).begin(), in FixupStaticTrampolines()
3434 klass->GetDirectMethods(pointer_size).end(), in FixupStaticTrampolines()
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc967 auto direct_methods_it = accessor.GetDirectMethods(); in CreateClassData()
/aosp12/art/dexdump/
H A Ddexdump.cc1587 for (const ClassAccessor::Method& method : accessor.GetDirectMethods()) { in dumpClass()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc2864 auto direct_methods = cand->GetDirectMethods(art::kRuntimePointerSize); in UpdateClassStructurally()