Home
last modified time | relevance | path

Searched refs:extend_super_iftable (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc6966 const bool extend_super_iftable = has_superclass; in AllocateIfTableMethodArrays() local
6975 const bool super_interface = is_super && extend_super_iftable; in AllocateIfTableMethodArrays()
8193 const bool extend_super_iftable = has_superclass; in LinkInterfaceMethods() local
8225 const bool super_interface = is_super && extend_super_iftable; in LinkInterfaceMethods()
8327 CHECK(extend_super_iftable); in LinkInterfaceMethods()