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

/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc151 class ArmBaseRelativePatcher::PendingThunkComparator { class in class:art::linker::ArmBaseRelativePatcher
200 std::make_heap(pending_thunks_.begin(), pending_thunks_.end(), PendingThunkComparator());
215 std::pop_heap(pending_thunks_.begin(), pending_thunks_.end(), PendingThunkComparator());
218 std::push_heap(pending_thunks_.begin(), pending_thunks_.end(), PendingThunkComparator());
H A Drelative_patcher_arm_base.h145 class PendingThunkComparator;
146 std::vector<ThunkData*> pending_thunks_; // Heap with the PendingThunkComparator.

Completed in 4 milliseconds