/external/v8/test/mjsunit/asm/embenchen/ |
fannkuch.js | 365 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory 679 // Sets a value in memory in a dynamic way at run-time. Uses the 735 // normally not use allocate(), and instead allocate memory using _malloc(), 744 // @allocator: How to allocate memory, see ALLOC_* [all...] |
fasta.js | 344 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory 658 // Sets a value in memory in a dynamic way at run-time. Uses the 714 // normally not use allocate(), and instead allocate memory using _malloc(), 723 // @allocator: How to allocate memory, see ALLOC_* [all...] |
memops.js | 334 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory 648 // Sets a value in memory in a dynamic way at run-time. Uses the 704 // normally not use allocate(), and instead allocate memory using _malloc(), 713 // @allocator: How to allocate memory, see ALLOC_* [all...] |
zlib.js | 334 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory 648 // Sets a value in memory in a dynamic way at run-time. Uses the 704 // normally not use allocate(), and instead allocate memory using _malloc(), 713 // @allocator: How to allocate memory, see ALLOC_* [all...] |
box2d.js | 335 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory 649 // Sets a value in memory in a dynamic way at run-time. Uses the 705 // normally not use allocate(), and instead allocate memory using _malloc(), 714 // @allocator: How to allocate memory, see ALLOC_* [all...] |
lua_binarytrees.js | 366 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory 680 // Sets a value in memory in a dynamic way at run-time. Uses the [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/bison/ |
configure | 607 # include <memory.h> [all...] |
/frameworks/base/ |
compiled-classes-phone | [all...] |
/external/v8/src/ |
objects.cc | [all...] |
/external/v8/test/mjsunit/asm/poppler/ |
poppler.js | 367 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory [all...] |
/external/v8/tools/profviz/ |
gnuplot-4.6.3-emscripten.js | 318 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory 560 // Sets a value in memory in a dynamic way at run-time. Uses the 613 // normally not use allocate(), and instead allocate memory using _malloc(), 622 // @allocator: How to allocate memory, see ALLOC_* 716 // Memory management 727 abort('Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value, or (2) set Module.TOTAL_MEMORY before the program runs.'); 732 // Initialize the runtime's memory [all...] |