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

  /art/runtime/mirror/
class.cc 708 std::vector<ArtMethod*> abstract_methods; local
733 // far. Check if overridden by any in abstract_methods. We do not need to check for
736 for (ArtMethod* possible_override : abstract_methods) {
749 abstract_methods.push_back(current_method);
755 // 'abstract_methods' is empty or we found no non-overriden default methods in which case
756 // 'abstract_methods' contains a number of abstract implementations of the methods. We choose one
758 return abstract_methods.empty() ? nullptr : abstract_methods[0];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 2920 PyObject *abstract_methods = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 2889 PyObject *abstract_methods = NULL; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 2986 PyObject *abstract_methods = NULL; local
    [all...]

Completed in 560 milliseconds