Searched defs:memory_ (Results 1 - 13 of 13) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Dmacho_id.h114 void *memory_; member in class:MacFileUtilities::MachoID
H A Dmacho_walker.h94 void *memory_; member in class:MacFileUtilities::MachoWalker
/external/google-breakpad/src/processor/
H A Dpostfix_evaluator.h99 : dictionary_(dictionary), memory_(memory), stack_() {}
168 const MemoryRegion *memory_; member in class:google_breakpad::PostfixEvaluator
/external/v8/test/unittests/heap/
H A Dbitmap-unittest.cc19 BitmapTest() : memory_(new uint8_t[Bitmap::kSize]) {
20 memset(memory_, 0, Bitmap::kSize);
23 virtual ~BitmapTest() { delete[] memory_; }
25 Bitmap* bitmap() { return reinterpret_cast<Bitmap*>(memory_); }
26 uint8_t* raw_bitmap() { return memory_; }
29 uint8_t* memory_; member in class:__anon18418::BitmapTest
/external/google-breakpad/src/google_breakpad/processor/
H A Dstackwalker.h166 if (!memory_->GetMemoryAtAddress(location, &ip))
186 MemoryRegion* memory_; member in class:google_breakpad::Stackwalker
H A Dminidump.h256 mutable vector<uint8_t>* memory_; member in class:google_breakpad::MinidumpMemoryRegion
305 MinidumpMemoryRegion* memory_; member in class:google_breakpad::MinidumpThread
/external/v8/src/regexp/
H A Dregexp-stack.h49 return thread_local_.memory_ + thread_local_.memory_size_;
90 // If memory_size_ > 0 then memory_ must be non-NULL.
91 Address memory_; member in struct:v8::internal::RegExpStack::ThreadLocal
95 memory_ = NULL;
104 return reinterpret_cast<Address>(&thread_local_.memory_);
/external/libchrome/base/memory/
H A Dshared_memory.h208 void* memory() const { return memory_; }
294 // The mechanism by which the memory is mapped. Only valid if |memory_| is not
304 void* memory_; member in class:base::SharedMemory
/external/opencv3/3rdparty/libwebp/webp/
H A Dencode.h333 void* memory_; // row chunk of memory for yuva planes member in struct:WebPPicture
/external/v8/src/base/platform/
H A Dplatform-posix.cc264 : file_(file), memory_(memory), size_(size) {}
266 void* memory() const final { return memory_; }
271 void* const memory_; member in class:v8::base::final
315 if (memory_) OS::Free(memory_, size_);
H A Dplatform-win32.cc860 memory_(memory),
863 void* memory() const final { return memory_; }
869 void* const memory_; member in class:v8::base::final
914 if (memory_) UnmapViewOfFile(memory_);
/external/webp/include/webp/
H A Dencode.h353 void* memory_; // row chunk of memory for yuva planes member in struct:WebPPicture
/external/webp/src/webp/
H A Dencode.h353 void* memory_; // row chunk of memory for yuva planes member in struct:WebPPicture

Completed in 1283 milliseconds