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

  /art/runtime/
class_linker.h 449 mirror::IfTable* AllocIfTable(Thread* self, size_t ifcount)
    [all...]
class_linker.cc 505 java_lang_Object->SetIfTable(AllocIfTable(self, 0));
518 array_iftable_ = GcRoot<mirror::IfTable>(AllocIfTable(self, 2));
    [all...]

Completed in 49 milliseconds