HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 301 - 325 of 1164) sorted by null

<<11121314151617181920>>

  /external/v8/src/
macro-assembler.h 57 // Return the pointer to the allocated already tagged as a heap object.
messages.h 92 // Report a message (w/o JS heap allocation).
spaces-inl.h 303 // and return the heap object in that page.
339 return object->map() == Heap::raw_unchecked_byte_array_map()
340 || object->map() == Heap::raw_unchecked_one_pointer_filler_map()
341 || object->map() == Heap::raw_unchecked_two_pointer_filler_map();
math.js 132 // a Smi or heap number.
152 // Smi or a heap number.
property.h 50 Object* result = Heap::LookupSymbol(key_);
286 return Heap::prototype_accessors();
  /external/v8/test/cctest/
testcfg.py 34 CCTEST_DEBUG_FLAGS = ['--enable-slow-asserts', '--debug-code', '--verify-heap']
test-func-name-inference.cc 38 using ::v8::internal::Heap;
79 CHECK(shared_func_info_ptr != Heap::undefined_value());
  /external/webkit/JavaScriptCore/
jsc.cpp 197 exec->heap()->collectAllGarbage();
295 // Technically, destroying the heap in the middle of JS execution is a no-no,
297 // we pretend that execution has terminated to avoid ASSERTs, then tear down the heap.
361 globalData->heap.destroy();
  /external/webkit/JavaScriptCore/runtime/
SmallStrings.cpp 39 return string && Heap::isCellMarked(string);
JSGlobalData.cpp 138 , heap(this)
158 // By the time this is destroyed, heap.destroy() must already have been called.
JSNumberCell.h 71 return exec->heap()->allocateNumber(size);
76 return globalData->heap.allocateNumber(size);
  /external/webkit/WebCore/platform/
ThreadTimers.cpp 43 // copy to keep the heap and a set of currently firing timers.
Arena.cpp 120 ** allocate a new arena from the heap.
173 /* attempt to allocate from the heap */
  /external/webkit/WebKit/win/
WebJavaScriptCollector.cpp 117 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.objectCount();
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 52 * Retrieve the native heap information and the info from /proc/<self>/maps,
  /frameworks/base/include/binder/
IMemory.h 77 void* fastPointer(const sp<IBinder>& heap, ssize_t offset) const;
MemoryHeapBase.h 67 /* this closes this heap -- use carefully */
  /prebuilt/sdk/tools/
dx 52 # By default, give dx a max heap size of 1 gig. This can be overridden
  /sdk/eclipse/scripts/
create_ddms_symlinks.sh 68 heap.png halt.png hprof.png \
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 161 = new RGB(192, 192, 192); // non-heap pixels are gray
163 = "(heap expansion area)";
508 col.setText("Heap Size");
748 // first check if the client is invalid or heap updates are not enabled.
759 // Atomically get and clear the heap data.
    [all...]
  /dalvik/vm/alloc/
HeapBitmap.h 67 * from this heap. I.e., the highest address that may correspond
76 * enough to cover a heap at <base> of <maxSize> bytes, where
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 59 are allocated from the heap assigned to that module. Now, if these objects
60 are deleted outside of AdbWinUsbApi module, this will lead to the heap
  /external/v8/src/ia32/
assembler-ia32-inl.h 177 ASSERT(!Heap::InNewSpace(obj));
204 ASSERT(!Heap::InNewSpace(obj));
  /external/v8/test/mjsunit/
constant-folding.js 219 // Answer is non-smi and lhs of << is a temporary heap number that we can
224 // Answer is non-smi and lhs of << is a temporary heap number that we think
  /frameworks/base/core/java/android/os/
Debug.java 117 /** The proportional set size for the native heap. */
119 /** The private dirty pages used by the native heap. */
121 /** The shared dirty pages used by the native heap. */
638 * Returns the size of the native heap.
639 * @return The size of the native heap in bytes.
644 * Returns the amount of allocated memory in the native heap.
650 * Returns the amount of free memory in the native heap.
657 * how much is in use by dalivk, the native heap, and everything else.
    [all...]

Completed in 3039 milliseconds

<<11121314151617181920>>