Searched refs:GetDirectMethods (Results 1 – 9 of 9) sorted by relevance
226 ClassAccessor::GetDirectMethods() const { in GetDirectMethods() function
320 IterationRange<DataIterator<Method>> GetDirectMethods() const;
530 for (auto& m : h_klass->GetDirectMethods(kRuntimePointerSize)) { in Class_getDeclaredConstructorsInternal()540 for (auto& m : h_klass->GetDirectMethods(kRuntimePointerSize)) { in Class_getDeclaredConstructorsInternal()
448 for (auto& m : klass->GetDirectMethods(pointer_size)) { in TEST_F()
291 for (ArtMethod& m : klass->GetDirectMethods(kRuntimePointerSize)) { in AssertClass()328 for (ArtMethod& method : klass->GetDirectMethods(kRuntimePointerSize)) { in AssertClass()
944 inline ArraySlice<ArtMethod> Class::GetDirectMethods(PointerSize pointer_size) { in GetDirectMethods() function
635 ALWAYS_INLINE ArraySlice<ArtMethod> GetDirectMethods(PointerSize pointer_size)
966 auto direct_methods_it = accessor.GetDirectMethods(); in CreateClassData()
1545 for (const ClassAccessor::Method& method : accessor.GetDirectMethods()) { in dumpClass()