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

/art/runtime/
H A Dclass_linker.cc274 struct FieldGap { struct in namespace:art
281 bool operator() (const FieldGap& lhs, const FieldGap& rhs)
289 typedef std::priority_queue<FieldGap, std::vector<FieldGap>, FieldGapsComparator> FieldGaps;
299 gaps->push(FieldGap {current_offset, sizeof(uint32_t)});
302 gaps->push(FieldGap {current_offset, sizeof(uint16_t)});
305 gaps->push(FieldGap {current_offset, sizeof(uint8_t)});
338 FieldGap gap = gaps->top();

Completed in 79 milliseconds