HomeSort by relevance Sort by last modified time
    Searched refs:Memory (Results 101 - 125 of 187) sorted by null

1 2 3 45 6 7 8

  /external/v8/src/ia32/
deoptimizer-ia32.cc 188 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
  /external/v8/src/mips/
deoptimizer-mips.cc 99 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
  /external/v8/src/mips64/
deoptimizer-mips64.cc 99 input_->SetFrameSlot(i, Memory::uint64_at(tos + i));
  /external/v8/src/x87/
deoptimizer-x87.cc 188 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
  /external/v8/src/arm/
codegen-arm.cc 910 return Memory::uint32_at(candidate) == kCodeAgePatchFirstInstruction;
928 Address target_address = Memory::Address_at(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecapi.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 179 (* Memory Operators *)
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
BackendUtil.cpp 45 #include <memory>
327 // pipeline and pass down the in-memory function index.
378 if (LangOpts.Sanitize.has(SanitizerKind::Memory)) {
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc     [all...]
  /external/ImageMagick/www/api/
memory.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Memory Allocation</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, memory, allocation, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55 <p class="text-center"><a href="memory.php#AcquireAlignedMemory">AcquireAlignedMemory</a> &bull; <a href="memory.php#AcquireMagickMemory">AcquireMagickMemory</a> &bull; <a href="memory.php#AcquireQuantumMemory">AcquireQuantumMemory</a> &bull; <a href="memory.php#AcquireVirtualMemory">AcquireVirtualMemory</a> &bull; <a href="memory.php#CopyMagickMemory">CopyMagickMemory</a> &bull; <a href="memory.php#GetMagickMemoryMethods">GetMagickMemoryMethods</a> &bull; <a href="memory.php#GetVirtualMemoryBlob">GetVirtualMemoryBlob</a> &bull; <a href="memory.php#RelinquishAlignedMemory">RelinquishAlignedMemory</a> &bull; <a href="memory.php#RelinquishMagi (…)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
racewalk.go 19 // 3. It inserts a call to raceread before each memory read.
20 // 4. It inserts a call to racewrite before each memory write.
33 // Memory accesses in the packages are either uninteresting or will cause false positives.
524 // makeaddable returns a node whose memory location is the
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
racewalk.go 16 // 3. It inserts a call to raceread before each memory read.
17 // 4. It inserts a call to racewrite before each memory write.
30 // Memory accesses in the packages are either uninteresting or will cause false positives.
521 // makeaddable returns a node whose memory location is the
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 39 // Memory reference at address &sym(symkind) + offset + reg + index*scale.
53 // Effective address of memory reference <mem>, defined above.
54 // Encoding: same as memory reference, but type = TYPE_ADDR.
64 // Indirect reference through memory reference <mem>, defined above.
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
inst.go 22 MemBytes int // size of memory argument in bytes: 1, 2, 4, 8, 16, and so on.
43 // Memory segment overrides.
338 // A Mem is a memory reference.
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 5 // Memory statistics
91 // A MemStats records statistics about the memory allocator.
156 // ReadMemStats populates m with memory allocator statistics.
241 // Calculate memory allocator stats.
242 // During program execution we only count number of frees and amount of freed memory.
243 // Current number of alive object in the heap and amount of alive heap memory
246 // Similarly, total amount of allocated memory is calculated as amount of freed memory
247 // plus amount of alive heap memory.
355 // Atomically increases a given *system* memory stat. We are counting on thi
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
racewalk.go 19 // 3. It inserts a call to raceread before each memory read.
20 // 4. It inserts a call to racewrite before each memory write.
33 // Memory accesses in the packages are either uninteresting or will cause false positives.
524 // makeaddable returns a node whose memory location is the
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
racewalk.go 16 // 3. It inserts a call to raceread before each memory read.
17 // 4. It inserts a call to racewrite before each memory write.
30 // Memory accesses in the packages are either uninteresting or will cause false positives.
521 // makeaddable returns a node whose memory location is the
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 39 // Memory reference at address &sym(symkind) + offset + reg + index*scale.
53 // Effective address of memory reference <mem>, defined above.
54 // Encoding: same as memory reference, but type = TYPE_ADDR.
64 // Indirect reference through memory reference <mem>, defined above.
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
inst.go 22 MemBytes int // size of memory argument in bytes: 1, 2, 4, 8, 16, and so on.
43 // Memory segment overrides.
338 // A Mem is a memory reference.
  /prebuilts/go/linux-x86/src/runtime/
mstats.go 5 // Memory statistics
91 // A MemStats records statistics about the memory allocator.
156 // ReadMemStats populates m with memory allocator statistics.
241 // Calculate memory allocator stats.
242 // During program execution we only count number of frees and amount of freed memory.
243 // Current number of alive object in the heap and amount of alive heap memory
246 // Similarly, total amount of allocated memory is calculated as amount of freed memory
247 // plus amount of alive heap memory.
355 // Atomically increases a given *system* memory stat. We are counting on thi
    [all...]
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwGL20.java 19 import static com.badlogic.jglfw.utils.Memory.getPosition;
  /external/libxml2/doc/
search.php 46 <li><a href="xmlmem.html">Memory Management</a></li>
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 1254 milliseconds

1 2 3 45 6 7 8