Searched refs:RangeMap (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/include/ |
D | pub_tool_rangemap.h | 43 typedef struct _RangeMap RangeMap; typedef 49 RangeMap* VG_(newRangeMap) ( void*(*alloc_fn)(const HChar*,SizeT), 55 void VG_(deleteRangeMap) ( RangeMap* ); 62 void VG_(bindRangeMap) ( RangeMap* rm, 70 /*OUT*/UWord* val, RangeMap* rm, UWord key ); 73 Word VG_(sizeRangeMap) ( RangeMap* rm ); 77 /*OUT*/UWord* val, RangeMap* rm, Word ix );
|
/external/valgrind/main/coregrind/ |
D | m_rangemap.c | 59 static void preen (/*MOD*/RangeMap* rm); 60 static Word find ( RangeMap* rm, UWord key ); 61 static void split_at ( /*MOD*/RangeMap* rm, UWord key ); 62 static void show ( RangeMap* rm ); 65 RangeMap* VG_(newRangeMap) ( void*(*alloc_fn)(const HChar*,SizeT), in VG_() 73 RangeMap* rm = alloc_fn(cc, sizeof(RangeMap)); in VG_() 92 void VG_(deleteRangeMap) ( RangeMap* rm ) in VG_() 101 void VG_(bindRangeMap) ( RangeMap* rm, in VG_() 119 /*OUT*/UWord* val, RangeMap* rm, UWord key ) in VG_() 128 Word VG_(sizeRangeMap) ( RangeMap* rm ) in VG_() [all …]
|
/external/chromium_org/media/base/ |
D | text_ranges.h | 73 typedef std::map<base::TimeDelta, Range> RangeMap; typedef 81 void Merge(Range& curr_range, const RangeMap::iterator& next_range_itr); 85 RangeMap range_map_; 88 RangeMap::iterator curr_range_itr_;
|
D | text_ranges.cc | 23 typedef RangeMap::iterator Itr; in AddCue() 96 std::pair<RangeMap::iterator, bool> result = in NewRange() 105 const RangeMap::iterator& next_range_itr) { in Merge()
|
/external/chromium_org/v8/src/ |
D | allocation-tracker.cc | 124 ranges_.insert(RangeMap::value_type(end, new_range)); in AddRange() 129 RangeMap::const_iterator it = ranges_.upper_bound(addr); in GetTraceNodeId() 153 for (RangeMap::iterator it = ranges_.begin(); it != ranges_.end(); ++it) { in Print() 162 RangeMap::iterator it = ranges_.upper_bound(start); in RemoveRange() 167 RangeMap::iterator to_remove_begin = it; in RemoveRange() 185 ranges_.insert(RangeMap::value_type(start, prev_range)); in RemoveRange()
|
D | allocation-tracker.h | 80 typedef std::map<Address, RangeStack> RangeMap; typedef 84 RangeMap ranges_;
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 913 …/* RangeMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; … 2632 2626B6AD143E1BEA00EF935C /* RangeMap.h */,
|
/external/valgrind/main/memcheck/ |
D | mc_main.c | 1084 static RangeMap* gIgnoredAddressRanges = NULL;
|