/external/v8/src/arm/ |
builtins-arm.cc | 123 __ LoadRoot(scratch1, Heap::kEmptyFixedArrayRootIndex); 136 // Clear the heap tag on the elements array. 144 __ LoadRoot(scratch3, Heap::kFixedArrayMapRootIndex); 154 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex); 225 __ LoadRoot(elements_array_storage, Heap::kEmptyFixedArrayRootIndex); 239 // Clear the heap tag on the elements array. 249 __ LoadRoot(scratch1, Heap::kFixedArrayMapRootIndex); 278 __ LoadRoot(scratch1, Heap::kTheHoleValueRootIndex); 525 __ LoadRoot(r7, Heap::kUndefinedValueRootIndex); 559 // Now allocate the JSObject on the heap [all...] |
/dalvik/vm/interp/ |
Jit.h | 30 #define HEAP_SPACE JIT_MAX_TRACE_LEN /* default size of heap space */ 52 ShadowHeap heapSpace[HEAP_SPACE]; /* copy of heap space */
|
/external/dropbear/libtomcrypt/notes/ |
tech0003.txt | 8 For the most part the library can get by with around 20KB of stack and about 32KB of heap even if you use the 10 and no heap.
|
/external/opencore/oscl/oscl/osclerror/src/ |
oscl_error_allocator.h | 77 //! static method to allocate a block of memory on heap 87 //! static method to deallocate a block of memory on heap
|
oscl_heapbase.inl | 19 \brief OSCL Heap Base inline file
|
/external/v8/test/cctest/ |
SConscript | 48 'test-heap.cc', 49 'test-heap-profiler.cc',
|
cctest.status | 63 test-heap: SKIP 64 test-heap-profiler: SKIP
|
/external/v8/tools/visual_studio/ |
README.txt | 20 Executable v8_mksnapshot.exe for building a heap snapshot from a running V8. 29 V8 library containing all the V8 and JavaScript library code embedded as a heap
|
v8_cctest_arm.vcproj | 187 RelativePath="..\..\test\cctest\test-heap.cc" 191 RelativePath="..\..\test\cctest\test-heap-profiler.cc"
|
/external/webkit/JavaScriptCore/API/ |
JSContextRef.cpp | 130 globalData.heap.destroy(); 132 globalData.heap.collectAllGarbage();
|
/external/webkit/JavaScriptCore/debugger/ |
Debugger.cpp | 70 LiveObjectIterator it = globalData->heap.primaryHeapBegin(); 71 LiveObjectIterator heapEnd = globalData->heap.primaryHeapEnd();
|
/external/webkit/JavaScriptCore/runtime/ |
WeakGCPtr.h | 42 if (!m_ptr || !Heap::isCellMarked(m_ptr)) 72 Heap::markCell(ptr);
|
/external/webkit/WebCore/bindings/js/ |
JSHTMLCanvasElementCustom.cpp | 47 JSGlobalData& globalData = *Heap::heap(this)->globalData();
|
JSMessagePortCustom.cpp | 50 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), entangledPort);
|
/external/webkit/WebCore/bindings/v8/ |
npruntime_priv.h | 55 // plugin. Plugins load inside of a DLL. Each DLL has it's own heap. If 57 // heap instantly become invalid. Normally, when WebKit drops the reference
|
/frameworks/base/tools/preload/ |
PrintCsv.java | 63 + ",Managed Heap (B)" 64 + ",Native Heap (B)"
|
/system/core/include/cutils/ |
mspace.h | 32 /* Allow setting the maximum heap footprint. 94 chunkptr and chunklen refer to the heap-level chunk including
|
/bionic/libc/arch-arm/bionic/ |
kill.S | 33 of a corrupted malloc heap).
|
tkill.S | 33 of a corrupted malloc heap).
|
/dalvik/docs/opcodes/ |
opcode-1a-const-string.html | 62 A new java.lang.String object S is allocated on the heap and filled with the
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Main.java | 37 /* run through the heap to see if we trashed something */
|
/dalvik/vm/alloc/ |
Alloc.c | 20 #include "alloc/Heap.h" 32 * main heap. This needs to be replaced with something real. 42 * Post-zygote heap initialization, including starting 173 /* allocate on GC heap; memory is zeroed out */
|
/development/simulator/app/ |
UserEventMessage.h | 31 kLogMessage, // ptr to heap-allocated LogMessage
|
/external/giflib/ |
gif_lib.h | 75 GifColorType *Colors; /* on malloc(3) heap */ 282 char *Bytes; /* on malloc(3) heap */ 289 unsigned char *RasterBits; /* on malloc(3) heap */ 292 ExtensionBlock *ExtensionBlocks; /* on malloc(3) heap */
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fst-decl.h | 55 template <class T, class Compare> class Heap;
|