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

1 2 3 4 5 6 7 8 91011>>

  /external/opencore/oscl/oscl/osclerror/src/
oscl_heapbase.h 32 \brief OSCL Heap Base include file
  /external/stlport/stlport/stl/
_heap.h 35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
  /external/stlport/test/unit/
config_test.cpp 93 /* We try to exhaust heap memory. However, we don't actually use the
  /external/v8/src/
contexts.h 44 // Heap-allocated activation contexts.
50 // must always be allocated via Heap::AllocateContext() or
264 return global_context()->out_of_memory() == Heap::true_value();
269 global_context()->set_out_of_memory(Heap::true_value());
snapshot-common.cc 67 Heap::ReserveSpace(new_space_used_,
bootstrapper.cc 54 cache_ = create_heap_objects ? Heap::empty_fixed_array() : NULL;
115 if (Heap::natives_source_cache()->get(index)->IsUndefined()) {
123 Heap::natives_source_cache()->set(index, *source_code);
128 Heap::natives_source_cache()->set(index, *source_code);
131 Handle<Object> cached_source(Heap::natives_source_cache()->get(index));
424 Handle<String> object_name = Handle<String>(Heap::Object_symbol());
443 set_instance_descriptors(Heap::empty_descriptor_array());
527 Handle<String> name = Handle<String>(Heap::empty_symbol());
557 Handle<String> name = Handle<String>(Heap::empty_symbol());
639 Handle<String> object_name = Handle<String>(Heap::Object_symbol())
    [all...]
  /external/v8/test/mjsunit/regress/
regress-137.js 44 fail("case 10", "Default case", "Heap number not recognized as Smi value");
regress-155924.js 37 // The following floating-point heap number has a second word similar
  /external/v8/test/mjsunit/
transcendentals.js 30 // in heap.h).
  /external/webkit/JavaScriptCore/API/
APIShims.h 41 globalData->heap.registerThread();
  /external/webkit/WebCore/bindings/js/
GCController.cpp 46 JSDOMWindow::commonJSGlobalData()->heap.collectAllGarbage();
JSCallbackData.h 41 // JSObject on a non-main thread without synchronization would corrupt the heap
ScriptFunctionCall.h 78 // MarkedArgumentBuffer must be stack allocated, so prevent heap
  /external/webkit/WebCore/platform/
Timer.h 78 int m_heapIndex; // -1 if not in heap
  /frameworks/base/core/java/android/ddm/
DdmHandleNativeHeap.java 73 * Handle a "Native Heap GeT" request.
  /frameworks/base/docs/html/guide/developing/tools/
ddms.jd 6 and heap information on the device, logcat, process, and radio state information,
117 <h3 id="vm-heap">VM Heap</h3>
118 <p> Displays some heap stats, updated during garbage collection. If, when a VM is selected,
119 the VM Heap view says that heap updates are not enabled, click the "Show heap updates" button,
120 located in the top-left toolbar. Back in the VM Heap view, click <strong>Cause GC</strong>
121 to perform garbage collection and update the heap stats.</p>
  /hardware/ti/omap3/dspbridge/inc/
qosti_dspdecl.h 63 /* Arg1: Range 0-0x100 used for HEAPID of a BIOS MEM Segment with Heap */
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 60 "Heap updates enabled by default", getFieldEditorParent());
  /external/v8/src/x64/
macro-assembler-x64.cc 44 code_object_(Heap::undefined_value()) {
48 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
53 void MacroAssembler::PushRoot(Heap::RootListIndex index) {
58 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
63 void MacroAssembler::CompareRoot(Operand with, Heap::RootListIndex index) {
70 CompareRoot(rsp, Heap::kStackLimitRootIndex);
81 // Compute the page start address from the heap object pointer, and reuse
223 ASSERT(is_int32(static_cast<int64_t>(Heap::NewSpaceMask())));
224 and_(scratch, Immediate(static_cast<int32_t>(Heap::NewSpaceMask())));
236 // Compute the page address from the heap object pointer, leave it i
    [all...]
  /dalvik/libcore/icu/src/main/native/
BidiWrapper.cpp 50 // Copy the new embedding levels from the Java heap to the native heap.
  /dalvik/vm/hprof/
HprofStack.c 72 * heap object and may be destroyed.
146 /* Mark the trace as live (in use by an object in the current heap). */
HprofStackFrame.c 96 * heap object and may be destroyed.
169 /* Mark the frame as live (in use by an object in the current heap). */
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.h 64 are allocated from the heap assigned to that module. Now, if these objects
65 are deleted outside of AdbWinUsbApi module, this will lead to the heap
adb_winusb_io_completion.h 72 are allocated from the heap assigned to that module. Now, if these objects
73 are deleted outside of AdbWinUsbApi module, this will lead to the heap
  /external/qemu/android/utils/
path.h 126 ** load_text_file() reads a file into a heap-allocated memory block,
145 /* try to load a given file into a heap-allocated block.

Completed in 893 milliseconds

1 2 3 4 5 6 7 8 91011>>