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

  /art/runtime/
stack_map.h 197 explicit DexRegisterLocationCatalog(MemoryRegion region) : region_(region) {}
218 region_.StoreUnaligned<ShortLocation>(offset, MakeShortLocation(kind, value));
232 region_.StoreUnaligned<DexRegisterLocation::Kind>(offset, kind);
233 region_.StoreUnaligned<int32_t>(offset + sizeof(DexRegisterLocation::Kind), value);
271 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset);
283 int32_t value = region_.LoadUnaligned<int32_t>(offset + sizeof(DexRegisterLocation::Kind));
363 return region_.size();
421 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset);
425 MemoryRegion region_; member in class:art::DexRegisterLocation::DexRegisterLocationCatalog
444 explicit DexRegisterMap(MemoryRegion region) : region_(region) {
645 MemoryRegion region_; member in class:art::DexRegisterLocation::DexRegisterMap
880 MemoryRegion region_; member in class:art::DexRegisterLocation::StackMap
1017 MemoryRegion region_; member in class:art::DexRegisterLocation::InlineInfo
1313 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

Completed in 205 milliseconds