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

  /external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
ShadowImplementationWithoutImplements.java 8 protected static void implementation_method() {} method in class:ShadowImplementationWithoutImplements
  /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.h 154 // `implementation_method` in `klass` implements `interface_method`.
160 ArtMethod* implementation_method,
cha.cc 474 ArtMethod* implementation_method,
484 if (implementation_method->IsAbstract()) {
504 // implementation_method becomes the first implementation for
506 interface_method->SetSingleImplementation(implementation_method, pointer_size);
511 if (single_impl->GetDeclaringClass() == implementation_method->GetDeclaringClass()) {
512 // Same implementation. Since implementation_method may be a copy of a default
611 ArtMethod* implementation_method = local
613 DCHECK(implementation_method != nullptr) << klass->PrettyClass();
616 implementation_method,
class_linker.cc 6348 ArtMethod* implementation_method = local
6406 ArtMethod* implementation_method = local
    [all...]
  /art/dex2oat/linker/
image_writer.cc 2035 ArtMethod* implementation_method = orig->GetImplementationMethod(i, target_ptr_size_); local
    [all...]

Completed in 153 milliseconds