HomeSort by relevance Sort by last modified time
    Searched refs:method_in_super (Results 1 - 2 of 2) sorted by null

  /art/runtime/
cha.cc 328 ArtMethod* method_in_super,
335 DCHECK((virtual_method != method_in_super) || virtual_method->IsAbstract());
336 DCHECK(method_in_super->GetDeclaringClass()->IsResolved()) << "class isn't resolved";
339 DCHECK(virtual_method == method_in_super ||
361 if (!method_in_super->HasSingleImplementation()) {
362 // method_in_super already has multiple implementations. All methods in the
366 method_in_super->GetMethodIndex(),
371 uint16_t method_index = method_in_super->GetMethodIndex();
372 if (method_in_super->IsAbstract()) {
377 method_in_super);
576 ArtMethod* method_in_super = super_class->GetVTableEntry(i, image_pointer_size); local
    [all...]
cha.h 140 // `virtual_method` in `klass` overrides `method_in_super`.
147 ArtMethod* method_in_super,

Completed in 77 milliseconds