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

/art/runtime/
H A Dclass_linker.cc187 struct FieldGap { struct in namespace:art
194 bool operator() (const FieldGap& lhs, const FieldGap& rhs)
200 typedef std::priority_queue<FieldGap, std::vector<FieldGap>, FieldGapsComparator> FieldGaps;
210 gaps->push(FieldGap {current_offset, sizeof(uint32_t)});
213 gaps->push(FieldGap {current_offset, sizeof(uint16_t)});
216 gaps->push(FieldGap {current_offset, sizeof(uint8_t)});
249 FieldGap gap = gaps->top();

Completed in 191 milliseconds