Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dclass_accessor-inl.h226 ClassAccessor::GetDirectMethods() const { in GetDirectMethods() function
Dclass_accessor.h320 IterationRange<DataIterator<Method>> GetDirectMethods() const;
/art/runtime/native/
Djava_lang_Class.cc530 for (auto& m : h_klass->GetDirectMethods(kRuntimePointerSize)) { in Class_getDeclaredConstructorsInternal()
540 for (auto& m : h_klass->GetDirectMethods(kRuntimePointerSize)) { in Class_getDeclaredConstructorsInternal()
/art/dex2oat/linker/
Doat_writer_test.cc448 for (auto& m : klass->GetDirectMethods(pointer_size)) { in TEST_F()
/art/runtime/
Dclass_linker_test.cc291 for (ArtMethod& m : klass->GetDirectMethods(kRuntimePointerSize)) { in AssertClass()
328 for (ArtMethod& method : klass->GetDirectMethods(kRuntimePointerSize)) { in AssertClass()
/art/runtime/mirror/
Dclass-inl.h944 inline ArraySlice<ArtMethod> Class::GetDirectMethods(PointerSize pointer_size) { in GetDirectMethods() function
Dclass.h635 ALWAYS_INLINE ArraySlice<ArtMethod> GetDirectMethods(PointerSize pointer_size)
/art/dexlayout/
Ddex_ir_builder.cc966 auto direct_methods_it = accessor.GetDirectMethods(); in CreateClassData()
/art/dexdump/
Ddexdump.cc1545 for (const ClassAccessor::Method& method : accessor.GetDirectMethods()) { in dumpClass()