HomeSort by relevance Sort by last modified time
    Searched refs:Memory (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /libcore/luni/src/main/java/java/security/
SecureRandom.java 22 import libcore.io.Memory;
257 Memory.pokeLong(byteSeed, 0, seed, ByteOrder.BIG_ENDIAN);
  /external/v8/src/mips/
assembler-mips-inl.h 131 // serializer should not step forward in memory after a target is resolved
189 host(), &Memory::Object_at(pc_), HeapObject::cast(target));
203 Address address = Memory::Address_at(pc_);
211 Address address = Memory::Address_at(pc_);
222 Memory::Address_at(pc_) = address;
frames-mips.h 249 return Memory::Object_at(fp() + offset);
  /libcore/luni/src/main/java/java/util/
UUID.java 27 import libcore.io.Memory;
156 long msb = Memory.peekLong(hash, 0, ByteOrder.BIG_ENDIAN);
157 long lsb = Memory.peekLong(hash, 8, ByteOrder.BIG_ENDIAN);
  /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...]
  /external/llvm/lib/Support/
MemoryBuffer.cpp 1 //===--- MemoryBuffer.cpp - Memory Buffer implementation ------------------===//
55 /// memory, memory that we know is already null terminated.
68 /// CopyStringRef - Copies contents of a StringRef into a block of memory and
70 static void CopyStringRef(char *Memory, StringRef Data) {
71 memcpy(Memory, Data.data(), Data.size());
72 Memory[Data.size()] = 0; // Null terminate string.
87 /// MemoryBufferMem - Named MemoryBuffer pointing to a block of memory.
105 /// getMemBuffer - Open the specified memory range as a MemoryBuffer. Note
114 /// getMemBufferCopy - Open the specified memory range as a MemoryBuffer
    [all...]
Android.mk 39 Memory.cpp \
Allocator.cpp 1 //===--- Allocator.cpp - Simple memory allocation abstraction -------------===//
17 #include "llvm/Support/Memory.h"
49 // to allocate more. Increase slab size to reduce mallocs and possibly memory
61 /// DeallocateSlabs - Deallocate all memory slabs after and including this
67 // Poison the memory so stale pointers crash sooner. Note we must
69 sys::Memory::setRangeWritable(Slab + 1, Slab->Size - sizeof(MemSlab));
78 /// to the beginning of it, freeing all memory allocated so far.
107 // Update the allocation point of this memory block in MemorySanitizer.
134 assert(CurPtr <= End && "Unable to allocate memory!");
163 errs() << "\nNumber of memory regions: " << NumSlabs << '\n
    [all...]
  /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/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 166 Memory
245 assert(Kind == Memory && "Invalid access!");
249 assert(Kind == Memory && "Invalid access!");
253 assert(Kind == Memory && "Invalid access!");
257 assert(Kind == Memory && "Invalid access!");
261 assert(Kind == Memory && "Invalid access!");
341 assert(Kind == Memory && "Invalid access!");
354 assert(Kind == Memory && "Invalid access!");
358 bool isMem() const { return Kind == Memory; }
360 return Kind == Memory && (!Mem.Size || Mem.Size == 8)
    [all...]
  /external/v8/src/
safepoint-table.cc 65 length_ = Memory::uint32_at(header + kLengthOffset);
66 entry_size_ = Memory::uint32_at(header + kEntrySizeOffset);
deoptimizer.h 650 return Handle<Object>(Memory::Object_at(addr_));
653 int value = Memory::int32_at(addr_);
662 double value = Memory::double_at(addr_);
  /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.
780 Memory.memmove(dstObject, dstOffset, srcObject, srcOffset, srcByteCount);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Memory.java 26 * Unsafe access to memory.
28 public final class Memory {
29 private Memory() { }
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 1 //===-- JITMemoryManager.cpp - Memory Allocator for JIT'd code ------------===//
26 #include "llvm/Support/Memory.h"
43 STATISTIC(NumSlabs, "Number of slabs of memory allocated by the JIT");
48 // Memory Block Implementation.
52 /// MemoryRangeHeader - For a range of memory, this is the header that we put
53 /// on the block of memory. It is carefully crafted to be one word of memory.
67 /// BlockSize - This is the size in bytes of this memory block,
72 /// getBlockAfter - Return the memory block immediately after this one.
92 /// bits in the object headers, and adding an end of region memory block
    [all...]
  /libcore/luni/src/main/java/java/net/
InetAddress.java 40 import libcore.io.Memory;
    [all...]
PlainSocketImpl.java 39 import libcore.io.Memory;
417 Memory.pokeInt(replyBytes, 0, reply.getIP(), ByteOrder.BIG_ENDIAN);
  /external/jpeg/
jmemmac.c 9 * dependent portion of the JPEG memory manager.
16 * memory available by using CompactMem. Notice that if left to its
61 #include <Memory.h> /* we use the MacOS memory manager */
75 * Memory allocation and freeing are controlled by the MacOS library
115 * This routine computes the total memory space available for allocation.
132 * We add some slop to ensure we don't use up all available memory.
149 * with these routines if you have plenty of virtual memory; see jmemnobs.c.
  /external/qemu/distrib/jpeg-6b/
jmemmac.c 9 * dependent portion of the JPEG memory manager.
16 * memory available by using CompactMem. Notice that if left to its
61 #include <Memory.h> /* we use the MacOS memory manager */
75 * Memory allocation and freeing are controlled by the MacOS library
115 * This routine computes the total memory space available for allocation.
132 * We add some slop to ensure we don't use up all available memory.
149 * with these routines if you have plenty of virtual memory; see jmemnobs.c.
  /frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJITRegistrar.cpp 19 //==----- GDBJITRegistrar.cpp - Notify GDB about in-memory object files ---==//
29 // register in-memory object files with GDB for debugging.
37 #include <llvm/Support/Memory.h>
72 // Buffer for an in-memory object file in executable memory
78 /// object files that are in executable memory managed by the client of this
81 /// A map of in-memory object files that have been registered with the GDB JIT interface.
93 /// which must contain an object file in executable memory with any
  /external/oprofile/events/i386/westmere/
events 16 event:0x0b counters:0,1,2,3 um:mem_inst_retired minimum:2000000 name:MEM_INST_RETIRED : Memory instructions retired above 0 clocks (Precise Event)
  /external/oprofile/events/x86-64/family11h/
events 54 event:0x65 counters:0,1,2,3 um:memreqtype minimum:500 name:MEMORY_REQUESTS : Memory requests by type
114 # Memory Controller events
117 event:0xe3 counters:0,1,2,3 um:turnaround minimum:500 name:MEMORY_CONTROLLER_TURNAROUNDS : Memory controller turnarounds
118 event:0xe4 counters:0,1,2,3 um:rbdqueue minimum:500 name:MEMORY_CONTROLLER_RBD_QUEUE_EVENTS : Memory controller RBD queue events
120 event:0xe9 counters:0,1,2,3 um:cpiorequests minimum:500 name:CPU_IO_REQUESTS_TO_MEMORY_IO : CPU/IO requests to memory/IO
127 event:0x1f0 counters:0,1,2,3 um:memory_controller_requests minimum:500 name:MEMORY_CONTROLLER_REQUESTS : Memory controller requests
  /external/oprofile/events/x86-64/hammer/
events 54 event:0x65 counters:0,1,2,3 um:memreqtype minimum:500 name:MEMORY_REQUESTS : Memory requests by type
109 # Memory Controler events
111 event:0xe1 counters:0,1,2,3 um:zero minimum:500 name:MEMORY_CONTROLLER_PAGE_TABLE_OVERFLOWS : Memory controller page table overflows
112 event:0xe3 counters:0,1,2,3 um:turnaround minimum:500 name:MEMORY_CONTROLLER_TURNAROUNDS : Memory controller turnarounds
113 event:0xe4 counters:0,1,2,3 um:saturation minimum:500 name:MEMORY_CONTROLLER_BYPASS_COUNTER_SATURATION : Memory controller bypass saturation
116 event:0xe9 counters:0,1,2,3 um:cpiorequests minimum:500 name:CPU_IO_REQUESTS_TO_MEMORY_IO : CPU/IO requests to memory/IO (RevE)
  /external/clang/lib/CodeGen/
TargetInfo.cpp 528 /// such that the argument will be passed in memory.
903 // On Darwin, some vectors are passed in memory, we handle this by passing
    [all...]
  /external/clang/lib/Driver/
SanitizerArgs.h 39 NeedsMsanRt = Memory,
84 CmdArgs.push_back(Args.MakeArgString("-fsanitize-memory-track-origins"));

Completed in 273 milliseconds

1 23 4 5 6