Home
last modified time | relevance | path

Searched refs:interfaces_ (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Ddex_ir.h919 interfaces_(interfaces), in ClassDef()
932 const TypeList* Interfaces() { return interfaces_; } in Interfaces()
933 uint32_t InterfacesOffset() { return interfaces_ == nullptr ? 0 : interfaces_->GetOffset(); } in InterfacesOffset()
945 TypeList* interfaces_; // This can be nullptr. variable