Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc543 struct FieldGap { struct
550 bool operator() (const FieldGap& lhs, const FieldGap& rhs) in operator ()()
558 using FieldGaps = std::priority_queue<FieldGap, std::vector<FieldGap>, FieldGapsComparator>;
568 gaps->push(FieldGap {current_offset, sizeof(uint32_t)}); in AddFieldGap()
571 gaps->push(FieldGap {current_offset, sizeof(uint16_t)}); in AddFieldGap()
574 gaps->push(FieldGap {current_offset, sizeof(uint8_t)}); in AddFieldGap()
607 FieldGap gap = gaps->top(); in ShuffleForward()