Searched refs:heap (Results 276 - 300 of 468) sorted by relevance

<<111213141516171819

/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.h84 Heap* heap() const { return isolate()->heap(); } function in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.h79 Heap* heap() const { return isolate()->heap(); } function in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.h80 Heap* heap() const { return isolate()->heap(); } function in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc40 static bool CanSkipCallback(Heap* heap, Object** pointer) { argument
344 isolate->heap()->CollectAllAvailableGarbage();
/external/v8/src/arm/
H A Dlithium-codegen-arm.h73 Heap* heap() const { return isolate()->heap(); } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/mips/
H A Dlithium-codegen-mips.h73 Heap* heap() const { return isolate()->heap(); } function in class:v8::internal::BASE_EMBEDDED
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stdoutB.exp43 v.info memory : show valgrind heap memory stats
/external/valgrind/main/massif/
H A Dms_main.c2 //--- Massif: a heap profiling tool. ms_main.c ---*/
46 // - Add ability to draw multiple graphs, eg. heap-only, stack-only, total.
62 // perl perf/vg_perf --tools=massif --reps=3 perf/{heap,tinycc} massif
70 // heap 0.53s ma:12.4s (23.5x, -----)
87 // - (Artur Wisz) add a feature to Massif to ignore any heap blocks larger
97 desc: --heap-admin=foo
116 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
125 n_events: n time(ms) total(B) useful-heap(B) admin-heap(B) stacks(B)
142 Massif arguments: --heap
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c3191 zz = z; tmp = heap[zz]; \
3192 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3193 heap[zz] = heap[zz >> 1]; \
3196 heap[zz] = tmp; \
3202 zz = z; tmp = heap[zz]; \
3207 weight[heap[yy+1]] < weight[heap[yy]]) \
3209 if (weight[tmp] < weight[heap[yy]]) break; \
3210 heap[z
3230 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; local
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c3215 zz = z; tmp = heap[zz]; \
3216 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3217 heap[zz] = heap[zz >> 1]; \
3220 heap[zz] = tmp; \
3226 zz = z; tmp = heap[zz]; \
3231 weight[heap[yy+1]] < weight[heap[yy]]) \
3233 if (weight[tmp] < weight[heap[yy]]) break; \
3234 heap[z
3254 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; local
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c3206 zz = z; tmp = heap[zz]; \
3207 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3208 heap[zz] = heap[zz >> 1]; \
3211 heap[zz] = tmp; \
3217 zz = z; tmp = heap[zz]; \
3222 weight[heap[yy+1]] < weight[heap[yy]]) \
3224 if (weight[tmp] < weight[heap[yy]]) break; \
3225 heap[z
3245 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; local
[all...]
H A Dvarinfo6.c3244 zz = z; tmp = heap[zz]; \
3245 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3246 heap[zz] = heap[zz >> 1]; \
3249 heap[zz] = tmp; \
3255 zz = z; tmp = heap[zz]; \
3260 weight[heap[yy+1]] < weight[heap[yy]]) \
3262 if (weight[tmp] < weight[heap[yy]]) break; \
3263 heap[z
3283 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; local
[all...]
/external/valgrind/main/perf/
H A Dbz2.c3206 zz = z; tmp = heap[zz]; \
3207 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3208 heap[zz] = heap[zz >> 1]; \
3211 heap[zz] = tmp; \
3217 zz = z; tmp = heap[zz]; \
3222 weight[heap[yy+1]] < weight[heap[yy]]) \
3224 if (weight[tmp] < weight[heap[yy]]) break; \
3225 heap[z
3245 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; local
[all...]
/external/v8/src/
H A Dapi.cc43 #include "heap-profiler.h"
207 isolate->heap()->RecordStats(&heap_stats, false);
256 * entry to all methods that touch anything in the heap, except destructors
261 * heap allocations are attempted on a dead VM. EnsureInitialized has the
275 isolate->heap()->termination_exception();
494 isolate->ScheduleThrow(isolate->heap()->undefined_value());
592 bool result = isolate->heap()->ConfigureHeap(young_space_size / 2,
1649 exception_(isolate_->heap()->the_hole_value()),
1732 exception_ = isolate_->heap()->the_hole_value();
2208 return obj->HasSpecificClassOf(isolate->heap()
4220 i::Heap* heap = i::Isolate::Current()->heap(); local
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl151 # --soft-heap-limit=NN
159 set cmdlinearg(soft-heap-limit) 0
177 {^-+soft-heap-limit=.+$} {
178 foreach {dummy cmdlinearg(soft-heap-limit)} [split $a =] break
239 # Update the soft-heap-limit each time this script is run. In that
240 # way if an individual test file changes the soft-heap-limit, it
243 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.h101 // Return the total number of bytes allocated from this heap. The value will
281 // Until then, we use a slow path to get the heap object.
285 // Linked list of heap objects. Protected by Static::pageheap_lock.
330 // Allocate a new heap. REQUIRES: Static::pageheap_lock is held.
336 static void DeleteCache(ThreadCache* heap);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.h266 // Until then, we use a slow path to get the heap object.
270 // Linked list of heap objects. Protected by Static::pageheap_lock.
307 // Allocate a new heap. REQUIRES: Static::pageheap_lock is held.
313 static void DeleteCache(ThreadCache* heap);
/external/chromium_org/third_party/zlib/
H A Ddeflate.h46 /* maximum heap size */
208 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member in struct:internal_state
209 int heap_len; /* number of elements in the heap */
211 /* The sons of heap[n] are heap[2*n] and heap[2*n+1]. heap[0] is not used.
212 * The same heap array is used to build all trees.
/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc267 // Copy the generated code into a heap object.
308 // Check if the parameter is already a SMI or heap number.
428 isolate()->heap()->GetPretenureMode(), JS_OBJECT_TYPE);
456 Handle<Map> allocation_site_map(isolate()->heap()->allocation_site_map(),
783 Handle<Map> sentinel_map(isolate->heap()->meta_map());
826 Handle<Object> hole(isolate()->heap()->the_hole_value(), isolate());
H A Dcontexts.cc359 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
H A Dglobal-handles.h195 // Iterates over all weak roots in heap.
382 void PostGarbageCollectionProcessing(Heap* heap);
H A Dhandles-inl.h90 Object** roots_array_start = isolate->heap()->roots_array_start();
H A Dheap-inl.h31 #include "heap.h"
418 // know that object has the heap object tag.
432 // Only the latter two contain non-map-word pointers to heap objects.
513 // We use the first word (where the map pointer usually is) of a heap
611 reinterpret_cast<size_t>(reinterpret_cast<Isolate*>(4)->heap()) + 4);
639 ISOLATE->heap()->CollectGarbage(Failure::cast(__maybe_object__)-> \
649 ISOLATE->heap()->CollectAllAvailableGarbage("last resort gc"); \
821 isolate_->heap()->AllocateHeapNumber(answer);
H A Djson-stringifier.h271 return isolate_->heap()->undefined_value();
497 if (class_name == isolate_->heap()->String_string()) {
501 } else if (class_name == isolate_->heap()->Number_string()) {
507 ASSERT(class_name == isolate_->heap()->Boolean_string());
H A Dmessages.cc114 Object* exception_object = isolate->heap()->undefined_value();

Completed in 630 milliseconds

<<111213141516171819