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

  /art/runtime/
imt_conflict_table.h 32 // The table contains a list of pairs of { interface_method, implementation_method }
44 // the pair { `interface_method`, `implementation_method` }
47 ArtMethod* implementation_method,
55 SetImplementationMethod(count, pointer_size, implementation_method);
119 ArtMethod* implementation_method = GetImplementationMethod(table_index, pointer_size); variable
120 auto input = std::make_pair(interface_method, implementation_method);
cha.cc 369 ArtMethod* implementation_method,
379 if (implementation_method->IsAbstract()) {
399 // implementation_method becomes the first implementation for
401 interface_method->SetSingleImplementation(implementation_method, pointer_size);
406 if (single_impl->GetDeclaringClass() == implementation_method->GetDeclaringClass()) {
407 // Same implementation. Since implementation_method may be a copy of a default
506 ArtMethod* implementation_method = local
508 DCHECK(implementation_method != nullptr) << klass->PrettyClass();
511 implementation_method,
cha.h 136 // `implementation_method` in `klass` implements `interface_method`.
142 ArtMethod* implementation_method,
class_linker.cc 6434 ArtMethod* implementation_method = local
6492 ArtMethod* implementation_method = local
    [all...]
  /art/compiler/
image_writer.cc 1899 ArtMethod* implementation_method = orig->GetImplementationMethod(i, target_ptr_size_); local
    [all...]

Completed in 196 milliseconds