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 357 array_iftable_(nullptr),
509 array_iftable_ = GcRoot<mirror::IfTable>(AllocIfTable(self, 2));
636 array_iftable_.Read()->SetInterface(0, java_lang_Cloneable.Get());
637 array_iftable_.Read()->SetInterface(1, java_io_Serializable.Get());
    [all...]
class_linker.h 1191 GcRoot<mirror::IfTable> array_iftable_; member in class:art::ClassLinker
    [all...]

Completed in 409 milliseconds