HomeSort by relevance Sort by last modified time
    Searched refs:Memory (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/tools/perf/benchmarks/
memory.py 5 from measurements import memory namespace
12 test = memory.Memory
18 test = memory.Memory
25 test = memory.Memory
31 test = memory.Memory
  /external/llvm/unittests/Support/
MemoryTest.cpp 10 #include "llvm/Support/Memory.h"
28 // Adds RW flags to permit testing of the resulting memory
31 case Memory::MF_READ:
32 case Memory::MF_WRITE:
33 case Memory::MF_READ|Memory::MF_WRITE:
34 return Memory::MF_READ|Memory::MF_WRITE;
35 case Memory::MF_READ|Memory::MF_EXEC
    [all...]
  /external/chromium_org/base/process/
process_metrics_unittest_ios.cc 7 #include "base/memory/scoped_ptr.h"
10 TEST(ProcessMetricsTestIos, Memory) {
  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 116 Assembler::IsMovW(Memory::int32_at(pc_))) {
121 DCHECK(Assembler::IsLdrPcImmediateOffset(Memory::int32_at(pc_)));
176 host(), &Memory::Object_at(pc_), HeapObject::cast(target));
204 Address address = Memory::Address_at(pc_);
211 return Cell::FromValueAddress(Memory::Address_at(pc_));
220 Memory::Address_at(pc_) = address;
242 Memory::Address_at(pc_ +
250 Memory::Address_at(pc_ +
261 return Memory::Address_at(pc_ + 2 * Assembler::kInstrSize);
268 Memory::Address_at(pc_ + 2 * Assembler::kInstrSize) = target
    [all...]
  /external/llvm/include/llvm/IR/
PredIteratorCache.h 32 /// Memory - This is the space that holds cached preds.
33 BumpPtrAllocator Memory;
51 Entry = Memory.Allocate<BasicBlock*>(PredCache.size());
65 Memory.Reset();
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 1 //===- SectionMemoryManager.cpp - Memory manager for MCJIT/RtDyld *- C++ -*-==//
10 // This file implements the section-based memory manager used by the MCJIT
49 // Look in the list of free memory regions and use a block there if one
58 // Store cutted free memory block.
65 // No pre-allocated free block was large enough. Allocate a new memory region.
67 // be updated later based on memory group.
72 // FIXME: Initialize the Near member for each memory group to avoid
75 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(RequiredSize,
77 sys::Memory::MF_READ |
78 sys::Memory::MF_WRITE
    [all...]
  /external/chromium_org/base/memory/
discardable_memory_ashmem_allocator_unittest.cc 5 #include "base/memory/discardable_memory_ashmem_allocator.h"
10 #include "base/memory/discardable_memory.h"
11 #include "base/memory/scoped_ptr.h"
38 void WriteToDiscardableAshmemChunk(DiscardableAshmemChunk* memory,
42 static_cast<char*>(memory->Memory())[0] = 'a';
43 static_cast<char*>(memory->Memory())[size - 1] = 'a';
48 scoped_ptr<DiscardableAshmemChunk> memory(allocator_.Allocate(size));
49 ASSERT_TRUE(memory);
    [all...]
discardable_memory_malloc.h 8 #include "base/memory/discardable_memory.h"
23 virtual void* Memory() const OVERRIDE;
discardable_memory_ashmem.cc 5 #include "base/memory/discardable_memory_ashmem.h"
7 #include "base/memory/discardable_memory_ashmem_allocator.h"
52 void* DiscardableMemoryAshmem::Memory() const {
55 return ashmem_chunk_->Memory();
discardable_memory_emulated.h 8 #include "base/memory/discardable_memory.h"
10 #include "base/memory/discardable_memory_manager.h"
24 // TODO(reveman): Remove this as it is breaking the discardable memory design
36 virtual void* Memory() const OVERRIDE;
discardable_memory_malloc.cc 5 #include "base/memory/discardable_memory_malloc.h"
37 void* DiscardableMemoryMalloc::Memory() const {
  /external/chromium_org/v8/src/
frames-inl.h 41 return FromAddress(Memory::Address_at(address() + offset));
80 return KindField::decode(Memory::unsigned_at(address() + offset));
86 return IndexField::decode(Memory::unsigned_at(address() + offset));
155 return Memory::Object_at(GetExpressionAddress(index));
160 Memory::Object_at(GetExpressionAddress(index)) = value;
166 return Memory::Object_at(fp() + offset);
171 return Memory::Address_at(fp() + StandardFrameConstants::kCallerFPOffset);
176 return Memory::Address_at(ComputePCAddress(fp()));
192 Memory::Object_at(fp + StandardFrameConstants::kContextOffset);
199 Memory::Object_at(fp + StandardFrameConstants::kMarkerOffset)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorMemoryAgent.h 61 InspectorFrontend::Memory* m_frontend;
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/portaudio/
pa_memorybarrier.h 4 * Memory barrier utilities
49 * Some memory barrier primitives based on the system.
51 * memory barriers, these functions should ensure that data cached in registers
65 /* Here are the memory barrier functions. Mac OS X only provides
66 full memory barriers, so the three types of barriers are the same,
77 /* as a fallback, GCC understands volatile asm and "memory" to mean it
78 * should not reorder memory read/writes */
82 # define PaUtil_FullMemoryBarrier() asm volatile("sync":::"memory")
83 # define PaUtil_ReadMemoryBarrier() asm volatile("sync":::"memory")
84 # define PaUtil_WriteMemoryBarrier() asm volatile("sync":::"memory")
    [all...]
  /external/chromium_org/v8/src/arm64/
frames-arm64.cc 36 return Memory::Object_at(NULL);
  /external/chromium_org/v8/src/ia32/
frames-ia32.cc 36 return Memory::Object_at(NULL);
  /external/chromium_org/v8/src/mips/
frames-mips.cc 36 return Memory::Object_at(NULL);
  /external/chromium_org/v8/src/mips64/
frames-mips64.cc 37 return Memory::Object_at(NULL);
  /external/chromium_org/v8/src/x64/
frames-x64.cc 36 return Memory::Object_at(NULL);
frames-x64.h 106 return Memory::Object_at(fp() + offset);
113 Memory::Address_at(slot + kPointerSize) = 0;
115 Memory::Address_at(slot) = fp;
  /external/chromium_org/v8/src/x87/
frames-x87.cc 36 return Memory::Object_at(NULL);
  /external/llvm/tools/lli/
RemoteTarget.cpp 18 #include "llvm/Support/Memory.h"
27 // This implementation will simply move generated code and data to a new memory
34 sys::MemoryBlock Mem = sys::Memory::AllocateRWX(Size, Prev, &ErrorMsg);
38 ErrorMsg = "unable to allocate sufficiently aligned memory";
54 sys::Memory::setExecutable(Mem, &ErrorMsg);
70 sys::Memory::ReleaseRWX(Allocations[i]);
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 23 #include "llvm/Support/Memory.h"
126 if (!sys::Memory::setRangeWritable((void*)StubAddr, 8)) {
131 if (!sys::Memory::setRangeExecutable((void*)StubAddr, 8)) {
182 if (!sys::Memory::setRangeWritable(Addr, 16)) {
189 sys::Memory::InvalidateInstructionCache(Addr, 16);
190 if (!sys::Memory::setRangeExecutable(Addr, 16)) {
197 if (!sys::Memory::setRangeWritable(Addr, 8)) {
202 sys::Memory::InvalidateInstructionCache(Addr, 8);
203 if (!sys::Memory::setRangeExecutable(Addr, 8)) {
217 if (!sys::Memory::setRangeWritable(Addr, 16))
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 27 Memory
104 assert(Kind == Memory && "Invalid access!");
108 assert(Kind == Memory && "Invalid access!");
112 assert(Kind == Memory && "Invalid access!");
116 assert(Kind == Memory && "Invalid access!");
120 assert(Kind == Memory && "Invalid access!");
207 bool isMem() const override { return Kind == Memory; }
209 return Kind == Memory && (!Mem.Size || Mem.Size == 8);
212 return Kind == Memory && (!Mem.Size || Mem.Size == 16);
215 return Kind == Memory && (!Mem.Size || Mem.Size == 32)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 22 #include "llvm/Support/Memory.h"
35 // If the functions are in the same memory segment, insert PC-region branch.
48 sys::Memory::InvalidateInstructionCache(Old, 2 * 4);
71 sys::Memory::InvalidateInstructionCache(Old, 4 * 4);
187 sys::Memory::InvalidateInstructionCache((void*) StubAddr, 16);
207 if (!sys::Memory::setRangeWritable(Addr, 16))
238 sys::Memory::InvalidateInstructionCache(Addr, 16);
239 if (!sys::Memory::setRangeExecutable(Addr, 16))

Completed in 1038 milliseconds

1 2 3 4 5 6 7