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

  /art/runtime/
class_linker-inl.h 447 class_roots_.Read<kReadBarrierOption>();
class_linker.cc 409 class_roots_(nullptr),
541 class_roots_ = GcRoot<mirror::ObjectArray<mirror::Class>>(
545 CHECK(!class_roots_.IsNull());
    [all...]
class_linker.h 1358 GcRoot<mirror::ObjectArray<mirror::Class>> class_roots_; member in class:art::ClassLinker
    [all...]

Completed in 123 milliseconds