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

  /art/runtime/mirror/
class-inl.h 590 inline void Class::SetIfTable(ObjPtr<IfTable> new_iftable) {
591 DCHECK(new_iftable != nullptr) << PrettyClass(this);
592 SetFieldObject<false>(IfTableOffset(), new_iftable); local
    [all...]
class.h     [all...]

Completed in 1004 milliseconds