Searched refs:virtuals (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc5697 // need to have default methods be in the virtuals array of each class but we don't set that up
5987 // TODO Refactor this add default methods to virtuals here and not in
5991 // Unfortunately we need these to be entries in this class's virtuals. We do not
6739 // Check that all vtable entries are present in this class's virtuals or are the same as a
6759 ArraySlice<ArtMethod> virtuals = klass->GetVirtualMethodsSliceUnchecked(pointer_size); local
6764 std::find_if(virtuals.begin(), virtuals.end(), is_same_method) != virtuals.end())) {
6993 // We can reuse the method from the superclass, don't bother adding it to virtuals.
7542 // TODO don't extend virtuals o
[all...]

Completed in 44 milliseconds