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

  /external/chromium_org/chrome_frame/
vtable_patch_manager.h 74 void* vtable_;
80 return vtable_ == that.vtable_;
vtable_patch_manager.cc 201 entry->vtable_ = GetIFVTable(unknown);
  /art/runtime/mirror/
class-inl.h 130 return GetFieldObject<ObjectArray<ArtMethod>*>(OFFSET_OF_OBJECT_MEMBER(Class, vtable_), false);
135 return GetFieldObject<ObjectArray<ArtMethod>*>(OFFSET_OF_OBJECT_MEMBER(Class, vtable_), false);
140 SetFieldObject(OFFSET_OF_OBJECT_MEMBER(Class, vtable_), new_vtable, false);
class.h 544 return OFFSET_OF_OBJECT_MEMBER(Class, vtable_);
802 // For every interface a concrete class implements, we create an array of the concrete vtable_
825 ObjectArray<ArtMethod>* vtable_; member in class:art::mirror::Class
    [all...]
art_method.h 427 // For concrete virtual methods, this is the offset of the method in Class::vtable_.
  /art/runtime/
class_linker_test.cc 504 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Class, vtable_), "vtable"));
    [all...]
  /libcore/libart/src/main/java/java/lang/
Class.java 164 * For every interface a concrete class implements, we create an array of the concrete vtable_
    [all...]

Completed in 61 milliseconds