HomeSort by relevance Sort by last modified time
    Searched refs:Memory (Results 76 - 100 of 204) sorted by null

1 2 34 5 6 7 8 9

  /external/llvm/test/MC/AArch64/
arm64-optional-hash.s 23 ; Prefetch and memory
29 ; Memory, two registers inside []
  /external/llvm/test/MC/Mips/
mips-memory-instructions.s 5 # Memory store instructions
23 # Memory load instructions
  /external/llvm/test/MC/X86/
x86_operands.s 30 # Indirect Memory Operands
  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 1 //===---- RemoteMemoryManager.cpp - Recording memory manager --------------===//
10 // This memory manager allocates local storage and keeps a record of each
29 sys::Memory::releaseMappedMemory(I->MB);
35 // The recording memory manager is just a local copy of the remote target.
37 // heap storage is sufficient here, but we're using mapped memory to work
40 // AllocatedSections will own this memory.
42 // UnmappedSections has the same information but does not own the memory.
51 // The recording memory manager is just a local copy of the remote target.
53 // heap storage is sufficient here, but we're using mapped memory to work
56 // AllocatedSections will own this memory
    [all...]
  /frameworks/native/include/binder/
IMemory.h 73 DECLARE_META_INTERFACE(Memory);
  /libcore/luni/src/main/java/libcore/io/
MemoryMappedFile.java 27 import libcore.io.Memory;
31 * A memory-mapped file. Use {@link #mmap} to map a file, {@link #close} to unmap a file,
59 * Unmaps this memory-mapped file using munmap(2). This is a no-op if close has already been
88 * Returns the size in bytes of the memory-mapped region.
  /external/chromium_org/v8/src/ia32/
assembler-ia32-inl.h 130 return Memory::Object_at(pc_);
136 return Memory::Object_Handle_at(pc_);
144 Memory::Object_at(pc_) = target;
152 host(), &Memory::Object_at(pc_), HeapObject::cast(target));
159 return Memory::Address_at(pc_);
181 Address address = Memory::Address_at(pc_);
188 return Cell::FromValueAddress(Memory::Address_at(pc_));
197 Memory::Address_at(pc_) = address;
213 return Memory::Object_Handle_at(pc_ + 1);
272 Memory::Address_at(pc_) = NULL
    [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87-inl.h 131 return Memory::Object_at(pc_);
137 return Memory::Object_Handle_at(pc_);
145 Memory::Object_at(pc_) = target;
153 host(), &Memory::Object_at(pc_), HeapObject::cast(target));
160 return Memory::Address_at(pc_);
182 Address address = Memory::Address_at(pc_);
189 return Cell::FromValueAddress(Memory::Address_at(pc_));
198 Memory::Address_at(pc_) = address;
214 return Memory::Object_Handle_at(pc_ + 1);
273 Memory::Address_at(pc_) = NULL
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 107 0x04 Probe hit dirty without memory cancel
108 0x08 Probe hit dirty with memory cancel
132 0xa2 Requests Local I/O to Local Memory
136 0xa8 Requests Local CPU to Local Memory
137 0xaa Requests Local (CPU or I/O) to Local Memory
141 0x92 Requests Local I/O to Remote Memory
145 0x98 Requests Local CPU to Remote Memory
146 0x9a Requests Local (CPU or I/O) to Remote Memory
150 0xb2 Requests Local I/O to Any Memory
154 0xb8 Requests Local CPU to Any Memory
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 30 #include "llvm/Support/Memory.h"
60 "Load, link and verify the resulting memory image."),
83 // A trivial memory manager that doesn't do anything fancy, just uses the
115 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, nullptr);
125 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, nullptr);
132 sys::Memory::InvalidateInstructionCache(FunctionMemory[i].base(),
136 sys::Memory::InvalidateInstructionCache(DataMemory[i].base(),
177 // Load the input memory buffer.
240 // Load the input memory buffer.
269 // Make sure the memory is executable
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_agp_offset.spec 35 This extensions provides a way to convert pointers in an AGP memory
65 3.6 AGP Memory Access
67 On "PC" computers, AGP memory can be allocated with glXAllocateMemoryNV
69 block of AGP memory is located with respect to the start of the AGP
74 Returns the offset of the given memory block from the start of AGP
75 memory in basic machine units (i.e. bytes). If pointer is invalid
85 an AGP memory region.
  /external/mesa3d/docs/
MESA_agp_offset.spec 35 This extensions provides a way to convert pointers in an AGP memory
65 3.6 AGP Memory Access
67 On "PC" computers, AGP memory can be allocated with glXAllocateMemoryNV
69 block of AGP memory is located with respect to the start of the AGP
74 Returns the offset of the given memory block from the start of AGP
75 memory in basic machine units (i.e. bytes). If pointer is invalid
85 an AGP memory region.
  /libcore/luni/src/main/java/java/security/
SecureRandom.java 22 import libcore.io.Memory;
258 Memory.pokeLong(byteSeed, 0, seed, ByteOrder.BIG_ENDIAN);
  /external/chromium_org/tools/valgrind/
chrome_tests.bat 36 :: Set up DRMEMORY_COMMAND to invoke Dr. Memory {{{1
40 echo "Can't find Dr. Memory executables."
41 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
  /packages/apps/Settings/src/com/android/settings/search/
SearchIndexableResources.java 35 import com.android.settings.deviceinfo.Memory;
162 sResMap.put(Memory.class.getName(),
164 Ranking.getRankForClassName(Memory.class.getName()),
166 Memory.class.getName(),
  /external/oprofile/events/x86-64/family10/
unit_masks 96 0x01 Memory controller high priority bypass
97 0x02 Memory controller medium priority bypass
113 0x04 Probe hit dirty without memory cancel
114 0x08 Probe hit dirty with memory cancel
145 0xa2 Requests Local I/O to Local Memory
149 0xa8 Requests Local CPU to Local Memory
150 0xaa Requests Local (CPU or I/O) to Local Memory
154 0x92 Requests Local I/O to Remote Memory
158 0x98 Requests Local CPU to Remote Memory
159 0x9a Requests Local (CPU or I/O) to Remote Memory
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 66 public class Memory extends SettingsPreferenceFragment implements Indexable {
373 private final Memory mTarget;
376 public ClearCacheObserver(Memory target, int remaining) {
395 public static void show(Memory parent) {
414 final Memory target = (Memory) getTargetFragment();
  /external/llvm/lib/Support/
MemoryBuffer.cpp 1 //===--- MemoryBuffer.cpp - Memory Buffer implementation ------------------===//
45 /// memory, memory that we know is already null terminated.
58 /// CopyStringRef - Copies contents of a StringRef into a block of memory and
60 static void CopyStringRef(char *Memory, StringRef Data) {
61 memcpy(Memory, Data.data(), Data.size());
62 Memory[Data.size()] = 0; // Null terminate string.
79 /// MemoryBufferMem - Named MemoryBuffer pointing to a block of memory.
97 /// getMemBuffer - Open the specified memory range as a MemoryBuffer. Note
106 /// getMemBufferCopy - Open the specified memory range as a MemoryBuffer
    [all...]
Android.mk 44 Memory.cpp \
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.bat 45 :: Set up DRMEMORY_COMMAND to invoke Dr. Memory {{{1
49 echo "Can't find Dr. Memory executables."
50 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
  /external/chromium_org/v8/src/mips/
assembler-mips-inl.h 151 // serializer should not step forward in memory after a target is resolved
222 host(), &Memory::Object_at(pc_), HeapObject::cast(target));
250 Address address = Memory::Address_at(pc_);
257 return Cell::FromValueAddress(Memory::Address_at(pc_));
266 Memory::Address_at(pc_) = address;
  /external/chromium_org/v8/src/mips64/
assembler-mips64-inl.h 143 // serializer should not step forward in memory after a target is resolved
216 host(), &Memory::Object_at(pc_), HeapObject::cast(target));
244 Address address = Memory::Address_at(pc_);
251 return Cell::FromValueAddress(Memory::Address_at(pc_));
260 Memory::Address_at(pc_) = address;
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 34 char *Memory
36 memcpy(Memory, FileName.data(), FileName.size());
37 Memory[FileName.size()] = 0;
38 this->FileName = StringRef(Memory, FileName.size());
  /external/chromium_org/v8/src/
safepoint-table.cc 43 length_ = Memory::uint32_at(header + kLengthOffset);
44 entry_size_ = Memory::uint32_at(header + kEntrySizeOffset);
  /libcore/luni/src/main/java/java/nio/
ByteBuffer.java 21 import libcore.io.Memory;
30 * <li>{@link #allocateDirect(int) Allocate} a memory block and create a direct
60 * Creates a direct byte buffer based on a newly allocated memory block.
803 Memory.memmove(dstObject, dstOffset, srcObject, srcOffset, srcByteCount);
    [all...]

Completed in 2087 milliseconds

1 2 34 5 6 7 8 9