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

  /art/runtime/
class_linker.cc 193 array_iftable_(NULL),
272 array_iftable_ = AllocIfTable(self, 2);
392 array_iftable_->SetInterface(0, java_lang_Cloneable);
393 array_iftable_->SetInterface(1, java_io_Serializable);
523 CHECK(array_iftable_ != NULL);
    [all...]
class_linker.h 613 mirror::IfTable* array_iftable_; member in class:art::ClassLinker

Completed in 147 milliseconds