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

1 2 3 45

  /external/v8/src/
builtins.cc 162 Address caller_fp = Memory::Address_at(fp + kCallerOffset);
169 Object* marker = Memory::Object_at(caller_fp + kMarkerOffset);
    [all...]
log.cc 168 sample->tos = Memory::Address_at(sample->sp);
    [all...]
profile-generator.cc 66 // handle.location() points to a memory cell holding a pointer
    [all...]
runtime.cc     [all...]
objects-inl.h     [all...]
heap.cc 171 // Reserve no more than 1/8 of the memory for the code range.
271 // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
272 // for object promotion. It counts only the bytes that the memory
316 PrintF("Memory allocator, used: %8" V8_PTR_PREFIX "d"
678 // Committing memory to from space failed.
683 // Committing memory to from space failed again.
684 // Memory is exhausted and we will die.
816 // In this case we aggressively raise old generation memory limits to
817 // postpone subsequent mark-sweep collection and thus trade memory
883 // Register the amount of external allocated memory
    [all...]
objects.cc     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 1 //===-- JITEmitter.cpp - Write machine code to executable memory ----------===//
11 // write machine code to memory and remember where relocatable values are.
45 #include "llvm/Support/Memory.h"
59 STATISTIC(NumRetries, "Number of retries with more memory");
223 /// contents of the slots or the memory associated with the GOT.
282 /// used to output functions to memory for execution.
292 // ask the memory manager for at least this much space. When we
413 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
414 /// this method does not allocate memory in the current output buffer,
442 /// retryWithMoreMemory - Log a retry and deallocate all memory for th
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc     [all...]
regexp-macro-assembler-ia32.cc 62 * - stack_area_base (High end of the memory area to use as
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 751 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
    [all...]
regexp-macro-assembler-mips.cc 65 * - fp[52] stack_area_base (High end of the memory area to use as
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 739 input_->SetFrameSlot(i, Memory::uint64_at(tos + i));
    [all...]
regexp-macro-assembler-x64.cc 78 * - stack_area_base (High end of the memory area to use as
    [all...]
assembler-x64.cc 61 VirtualMemory* memory = new VirtualMemory(kBufferSize); local
62 if (!memory->IsReserved()) {
63 delete memory;
66 ASSERT(memory->size() >= static_cast<size_t>(kBufferSize));
67 if (!memory->Commit(memory->address(), kBufferSize, true/*executable*/)) {
68 delete memory;
72 Assembler assm(NULL, memory->address(), kBufferSize);
137 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address()));
149 delete memory;
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 66 * - fp[44] stack_area_base (High end of the memory area to use as
    [all...]
  /external/sqlite/dist/orig/
shell.c 330 ** the text in memory obtained from malloc() and returns a pointer
419 int statsOn; /* True to display memory stats before each finalize */
880 fprintf(stderr,"Error: out of memory\n");
893 /* zIn is either a pointer to a NULL-terminated string in memory obtained
895 ** added to zIn, and the result returned in memory obtained from malloc().
1009 ** Display memory stats.
1023 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
    [all...]
  /external/sqlite/dist/
shell.c 335 ** the text in memory obtained from malloc() and returns a pointer
424 int statsOn; /* True to display memory stats before each finalize */
885 fprintf(stderr,"Error: out of memory\n");
898 /* zIn is either a pointer to a NULL-terminated string in memory obtained
900 ** added to zIn, and the result returned in memory obtained from malloc().
1014 ** Display memory stats.
1028 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 218 (* Memory Operators *)
329 to call {!dispose_module} to free memory. See the constructor
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js 169 sumMemory: sum(gameboy.fromTypedArray(gameboy.memory)),
    [all...]
  /external/dropbear/libtommath/
bn.tex 310 \hline MP\_MEM & Heap memory exhausted. \\
350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to
547 \subsection{Reducing Memory Usage}
549 digits can be removed to return memory to the heap with the mp\_shrink() function.
559 modify in the system (unless you are seriously low on memory).
693 this function can fail if it runs out of heap memory.
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 49 // $f841 ; INT 12h Memory Size Service Entry Point
75 // - Current code also use memory in EBDA segement.
94 // I used memory starting at 0x121 in the segment
166 // 1K of base memory used for Extended Bios Data Area (EBDA)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 410 have the same prototype and store their keys as naturally as possible. This also removes the need for dynamic memory
426 pass the scheduled key onto \textit{rc5\_ecb\_encrypt()}. All built--in setup functions do not allocate memory off the heap so
671 \hline \textbf{TWOFISH\_SMALL} & \textbf{TWOFISH\_TABLES} & \textbf{Speed and Memory (per key)} \\
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 796 milliseconds

1 2 3 45