HomeSort by relevance Sort by last modified time
    Searched defs:Covers (Results 1 - 6 of 6) 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) ?
  /system/extras/perfprofd/quipper/
address_mapper.h 94 // Determines if this range fully covers another range in real space.
95 inline bool Covers(const MappedRange& range) const {
101 // This is different from Covers() in that the boundaries cannot overlap.
  /art/compiler/optimizing/
ssa_liveness_analysis.h 417 // Find the range that covers the positions after the loop.
488 bool Covers(size_t position) {
494 // Same as Covers but always tests all ranges.
641 * The new interval covers:
674 // Iterate over the ranges, and either find a range that covers this position, or
699 // This range covers position. We create a new last_range_ for this interval
700 // that covers last_range_->Start() and position. We also shorten the current
873 // Find the interval that covers `defined_by`_. Calls to this function
904 // Find the interval that covers `defined_by`_. Calls to this function
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 477 bool LiveRange::Covers(LifetimePosition position) {
    [all...]
  /external/v8/tools/
grokdump.py 585 def Covers(self, addr):
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 770 bool LiveRange::Covers(LifetimePosition position) const {
    [all...]

Completed in 810 milliseconds