HomeSort by relevance Sort by last modified time
    Searched full:iftable_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
class-inl.h 197 // in iftable_, so we can just do a linear scan through that.
384 return GetFieldObject<IfTable>(OFFSET_OF_OBJECT_MEMBER(Class, iftable_));
396 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, iftable_), new_iftable);
class.h 1111 HeapReference<IfTable> iftable_; member in class:art::mirror::FINAL
    [all...]
  /art/runtime/
class_linker_test.cc 511 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Class, iftable_), "ifTable"));
    [all...]
  /libcore/libart/src/main/java/java/lang/
Class.java 158 * The interface table (iftable_) contains pairs of a interface class and an array of the
    [all...]

Completed in 60 milliseconds