Searched defs:FieldIds (Results 1 - 1 of 1) sorted by relevance

/art/dexlayout/
H A Ddex_ir.h171 std::vector<std::unique_ptr<FieldId>>& FieldIds() { return field_ids_.Collection(); } function in class:art::dex_ir::Collections
231 return FieldIds()[index].get();
900 std::vector<FieldId*>* FieldIds() const { return field_ids_.get(); } function in class:art::dex_ir::CodeFixups

Completed in 48 milliseconds