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 262 inline void Class::SetIfTable(IfTable* new_iftable) {
263 SetFieldObject(OFFSET_OF_OBJECT_MEMBER(Class, iftable_), new_iftable, false); local
class.h 600 void SetIfTable(IfTable* new_iftable) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]

Completed in 49 milliseconds