HomeSort by relevance Sort by last modified time
    Searched defs:Covers (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/common/
memory_range.h 75 // Returns true if this range covers a subrange of |sub_length| bytes
77 bool Covers(size_t sub_offset, size_t sub_length) const {
91 return Covers(sub_offset, sub_length) ? (data_ + sub_offset) : NULL;
125 return Covers(sub_offset, sub_length) ?
  /external/perf_data_converter/src/quipper/
address_mapper.h 105 // Determines if this range fully covers another range in real space.
106 inline bool Covers(const MappedRange& range) const {
112 // This is different from Covers() in that the boundaries cannot overlap.
  /art/compiler/optimizing/
ssa_liveness_analysis.h 427 // Find the range that covers the positions after the loop.
498 bool Covers(size_t position) {
504 // Same as Covers but always tests all ranges.
651 * The new interval covers:
684 // Iterate over the ranges, and either find a range that covers this position, or
709 // This range covers position. We create a new last_range_ for this interval
710 // that covers last_range_->Start() and position. We also shorten the current
883 // Find the interval that covers `defined_by`_. Calls to this function
914 // Find the interval that covers `defined_by`_. Calls to this function
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 765 bool LiveRange::Covers(LifetimePosition position) const {
    [all...]
  /external/v8/tools/
grokdump.py 600 def Covers(self, addr):
    [all...]

Completed in 532 milliseconds