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

1 2 3 4 5 67 8 9

  /external/chromium_org/v8/src/arm/
codegen-arm.cc 891 return Memory::uint32_at(candidate) == kCodeAgePatchFirstInstruction;
909 Address target_address = Memory::Address_at(
regexp-macro-assembler-arm.cc 47 * - fp[48] stack_area_base (high end of the memory area to use as
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsActivity.java 80 import com.android.settings.deviceinfo.Memory;
276 Memory.class.getName(),
    [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 172 (* Memory Operators *)
    [all...]
  /external/chromium_org/v8/src/heap/
mark-compact.cc 804 // If reduction of memory footprint was requested, we are aggressive
822 "Estimated over reserved memory: %.1f / %.1f MB (threshold %d), "
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 826 007e PG-FP5 Flash Memory Programmer
1115 7721 Memory Stick Reader/Writer
1116 7722 Memory Stick Reader/Writer
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 112 Memory::Object_at(fp_ + JavaScriptFrameConstants::kFunctionOffset);
150 Memory::Address_at(entry + ExitFrameConstants::kConstantPoolOffset);
154 Address fp = Memory::Address_at(entry + ExitFrameConstants::kCallerFPOffset);
161 Memory::Address_at(fp + StandardFrameConstants::kConstantPoolOffset);
165 fp = Memory::Address_at(fp + StandardFrameConstants::kCallerFPOffset);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/chromium_org/v8/src/
builtins.cc 149 Address caller_fp = Memory::Address_at(fp + kCallerOffset);
156 Object* marker = Memory::Object_at(caller_fp + kMarkerOffset);
819 // On the fast path we move the start of the object in memory.
    [all...]
sampler.cc 606 tos = Memory::Address_at(regs.sp);
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/chromium_org/chrome/test/ppapi/
ppapi_browsertest.cc 631 TEST_PPAPI_NACL(Memory)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 314 ** the text in memory obtained from malloc() and returns a pointer
402 int statsOn; /* True to display memory stats before each finalize */
863 fprintf(stderr,"Error: out of memory\n");
876 /* zIn is either a pointer to a NULL-terminated string in memory obtained
878 ** added to zIn, and the result returned in memory obtained from malloc().
968 ** Display memory stats.
982 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
    [all...]
  /external/chromium_org/v8/src/arm64/
codegen-arm64.cc 397 Code* stub = GetCodeFromTargetAddress(Memory::Address_at(target));
full-codegen-arm64.cc     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [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.
42 #include "llvm/Support/Memory.h"
59 STATISTIC(NumRetries, "Number of retries with more memory");
216 /// contents of the slots or the memory associated with the GOT.
275 /// used to output functions to memory for execution.
285 // ask the memory manager for at least this much space. When we
392 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
393 /// this method does not allocate memory in the current output buffer,
422 /// retryWithMoreMemory - Log a retry and deallocate all memory for th
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 42 * - stack_area_base (high end of the memory area to use as
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 46 * - fp[56] stack_area_base (High end of the memory area to use as
    [all...]
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.cc 49 * - fp[68] stack_area_base (High end of the memory area to use as
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 58 * - stack_area_base (high end of the memory area to use as
    [all...]
  /external/chromium_org/v8/src/x87/
regexp-macro-assembler-x87.cc 41 * - stack_area_base (high end of the memory area to use as
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]

Completed in 1176 milliseconds

1 2 3 4 5 67 8 9