OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingThunkComparator
(Results
1 - 2
of
2
) sorted by null
/art/compiler/linker/arm/
relative_patcher_arm_base.cc
128
class ArmBaseRelativePatcher::
PendingThunkComparator
{
177
std::make_heap(pending_thunks_.begin(), pending_thunks_.end(),
PendingThunkComparator
());
192
std::pop_heap(pending_thunks_.begin(), pending_thunks_.end(),
PendingThunkComparator
());
195
std::push_heap(pending_thunks_.begin(), pending_thunks_.end(),
PendingThunkComparator
());
relative_patcher_arm_base.h
170
class
PendingThunkComparator
;
171
std::vector<ThunkData*> pending_thunks_; // Heap with the
PendingThunkComparator
.
Completed in 4518 milliseconds