HomeSort by relevance Sort by last modified time
    Searched refs:region_ (Results 1 - 10 of 10) sorted by null

  /art/runtime/
bit_memory_region.h 33 region_ = region.Subregion(start, end - start);
36 void* pointer() const { return region_.pointer(); }
37 size_t size() const { return region_.size(); }
40 return region_.size_in_bits();
44 return BitMemoryRegion(region_, bit_start_ + bit_offset, bit_size);
50 return region_.LoadBit(bit_offset + bit_start_);
54 region_.StoreBit(bit_offset + bit_start_, value);
58 return region_.LoadBits(bit_offset + bit_start_, length);
63 region_.StoreBits(bit_offset + bit_start_, value, length);
67 MemoryRegion region_; member in class:art::FINAL
    [all...]
method_info.h 36 region_ = MemoryRegion(const_cast<uint8_t*>(ptr),
45 region_ = MemoryRegion(ptr, num_method_indices_ * sizeof(MethodIndexType));
57 return region_.LoadBits(index * BitSizeOf<MethodIndexType>(), BitSizeOf<MethodIndexType>());
61 region_.StoreBits(index * BitSizeOf<MethodIndexType>(),
72 MemoryRegion region_; member in class:art::MethodInfo
stack_map.h 204 explicit DexRegisterLocationCatalog(MemoryRegion region) : region_(region) {}
225 region_.StoreUnaligned<ShortLocation>(offset, MakeShortLocation(kind, value));
239 region_.StoreUnaligned<DexRegisterLocation::Kind>(offset, kind);
240 region_.StoreUnaligned<int32_t>(offset + sizeof(DexRegisterLocation::Kind), value);
278 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset);
290 int32_t value = region_.LoadUnaligned<int32_t>(offset + sizeof(DexRegisterLocation::Kind));
370 return region_.size();
429 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset);
433 MemoryRegion region_; member in class:art::DexRegisterLocation::DexRegisterLocationCatalog
452 explicit DexRegisterMap(MemoryRegion region) : region_(region) {
653 MemoryRegion region_; member in class:art::DexRegisterLocation::DexRegisterMap
892 BitMemoryRegion region_; member in class:art::DexRegisterLocation::StackMap
1073 BitMemoryRegion region_; member in class:art::DexRegisterLocation::InlineInfo
1259 BitMemoryRegion region_; member in class:art::DexRegisterLocation::InvokeInfo
1644 MemoryRegion region_; member in class:art::DexRegisterLocation::CodeInfo
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.h 78 const DesktopRegion& region_; member in class:webrtc::DesktopRegion::Iterator
desktop_region.cc 504 : region_(region),
517 return row_ == region_.rows_.end();
528 if (row_ != region_.rows_.end()) {
540 if (previous_row_ != region_.rows_.end() &&
562 } while (bottom_row != region_.rows_.end() &&
  /external/google-breakpad/src/processor/
minidump_processor_unittest.cc 108 region_.Init(base, contents);
111 uint64_t GetBase() const { return region_.GetBase(); }
112 uint32_t GetSize() const { return region_.GetSize(); }
115 return region_.GetMemoryAtAddress(address, value);
118 return region_.GetMemoryAtAddress(address, value);
121 return region_.GetMemoryAtAddress(address, value);
124 return region_.GetMemoryAtAddress(address, value);
127 MockMemoryRegion region_; member in class:google_breakpad::MockMinidumpMemoryRegion
  /external/stressapptest/src/
sat.h 249 int32 region_[32]; // Pagecount per region. member in class:Sat
worker.h 809 char *region_; member in class:MemoryRegionThread
sat.cc 514 region_[region]++;
544 logprintf(12, "Log: Region %d: %d.\n", i, region_[i]);
728 region_[i] = 0;
    [all...]
worker.cc     [all...]

Completed in 1092 milliseconds