Home
last modified time | relevance | path

Searched defs:ifcount (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dcha.cc490 const size_t ifcount = klass->GetIfTableCount(); in UpdateAfterLoadingOf() local
Dclass_linker.cc6286 const size_t ifcount = klass->GetIfTableCount(); in AllocateIfTableMethodArrays() local
6589 int32_t ifcount = interface->GetIfTableCount(); in FillIfTable() local
6606 int32_t ifcount = interface->GetIfTableCount(); in FillIfTable() local
6665 size_t ifcount = super_ifcount + num_interfaces; in SetupInterfaceLookupTable() local
7315 const size_t ifcount = klass_->GetIfTableCount(); in UpdateIfTable() local
7356 const size_t ifcount = klass->GetIfTableCount(); in LinkInterfaceMethods() local
9036 mirror::IfTable* ClassLinker::AllocIfTable(Thread* self, size_t ifcount) { in AllocIfTable()