HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 776 - 800 of 1834) sorted by null

<<31323334353637383940>>

  /external/webkit/Source/JavaScriptCore/heap/
Local.h 97 ASSERT(!HandleTypes<T>::toJSValue(externalType) || !HandleTypes<T>::toJSValue(externalType).isCell() || Heap::isMarked(HandleTypes<T>::toJSValue(externalType).asCell()));
  /external/webkit/Source/JavaScriptCore/runtime/
JSString.h 194 Heap::heap(this)->reportExtraMemoryCost(value.impl()->cost());
311 Heap::heap(this)->reportExtraMemoryCost(value.impl()->cost());
  /external/webkit/Source/WebCore/bindings/js/
JSArrayBufferViewHelper.h 169 exec->heap()->reportExtraMemoryCost(object->byteLength());
JSDOMWindowShell.cpp 164 return JSDOMWindow::commonJSGlobalData()->heap.allocate(size);
ScriptController.h 28 #include <heap/Strong.h>
ScriptValue.cpp 39 #include <heap/Strong.h>
WorkerScriptController.cpp 65 m_globalData->heap.destroy();
  /external/webkit/Source/WebCore/bindings/v8/
V8IsolatedContext.h 106 // The underlying v8::Context. This object is keep on the heap as
  /external/webkit/Source/WebKit/chromium/tests/
UniscribeHelperTest.cpp 94 // The script cache pointer is heap allocated and must be freed.
  /external/webkit/Source/
WebKit.pri 52 # For EXEs only: set heap to usable value
  /external/webkit/Source/WebKit2/WebProcess/
WebKitMain.cpp 106 // Enable termination on heap corruption on OSes that support it (Vista and XPSP3).
  /frameworks/base/include/surfaceflinger/
ISurfaceComposer.h 122 sp<IMemoryHeap>* heap,
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 115 // native heap where the garbage collector cannot
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareInterface.h 62 * preview heap so it can be registered with SurfaceFlinger for
323 sp<IMemoryHeap> heap = mem->getMemory(&offset, &size); local
324 void *data = ((uint8_t *)heap->base()) + offset;
477 // Start refcounting the heap object from here on. When the clients
CameraService.h 166 const sp<IMemoryHeap>& heap,
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 96 out.println("<th>Heap (B)</th>");
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 146 /* make a collectable GC heap based Block. Not useful under non-GC. */
  /hardware/ril/mock-ril/src/cpp/
node_buffer.h 33 /* A buffer is a chunk of memory stored outside the V8 heap, mirrored by an
  /hardware/ti/omap3/dspbridge/inc/
cmmdefs.h 127 CMM_LOCAL = 0, /* Bit 0 =0 is local memory from default heap */
qosregistry.h 207 UINT align; /* alignment of memory heap */
209 UINT heapId; /* resource heap ID */
211 UINT size; /* size of memory heap */
215 UINT allocated; /* size of heap in use (not free) */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmmdefs.h 127 CMM_LOCAL = 0, /* Bit 0 =0 is local memory from default heap */
qosregistry.h 201 UINT align; /* alignment of memory heap */
203 UINT heapId; /* resource heap ID */
205 UINT size; /* size of memory heap */
209 UINT allocated; /* size of heap in use (not free) */
  /libcore/luni/src/main/java/java/lang/
Daemons.java 116 * This heap management thread moves elements from the garbage collector's
  /libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp 29 * moves around the heap. This class pins the char[] for the lifetime of the
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 38 * Contains an implementation class for a binary heap.

Completed in 1054 milliseconds

<<31323334353637383940>>