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

  /art/runtime/
class_linker-inl.h 180 inline mirror::IfTable* ClassLinker::AllocIfTable(Thread* self, size_t ifcount) {
class_linker.h 315 mirror::IfTable* AllocIfTable(Thread* self, size_t ifcount)
    [all...]
class_linker.cc 292 array_iftable_ = GcRoot<mirror::IfTable>(AllocIfTable(self, 2));
    [all...]

Completed in 7568 milliseconds