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 361 // Find the range that covers the positions after the loop.
432 bool Covers(size_t position) {
438 // Same as Covers but always tests all ranges.
571 * The new interval covers:
606 // Iterate over the ranges, and either find a range that covers this position, or
631 // This range covers position. We create a new last_range_ for this interval
632 // that covers last_range_->Start() and position. We also shorten the current
803 // Find the interval that covers `defined_by`_. Calls to this function
834 // Find the interval that covers `defined_by`_. Calls to this function
903 // Searches for a LiveRange that either covers the given position or is th
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 474 bool LiveRange::Covers(LifetimePosition position) {
    [all...]
  /external/v8/tools/
grokdump.py 584 def Covers(self, addr):
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 625 bool LiveRange::Covers(LifetimePosition position) const {
    [all...]

Completed in 101 milliseconds