Searched refs:heap (Results 126 - 150 of 511) sorted by relevance

1234567891011>>

/external/valgrind/memcheck/tests/ppc32/
H A Dpower_ISA2_05.stderr.exp5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
H A Dpower_ISA2_07.stderr.exp5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
/external/valgrind/memcheck/tests/ppc64/
H A Dpower_ISA2_05.stderr.exp5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
H A Dpower_ISA2_07.stderr.exp5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
/external/valgrind/memcheck/tests/
H A Dsbfragment.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dsem.stderr.exp5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
/external/v8/src/heap/
H A Dobjects-visiting.h9 #include "src/heap/embedder-tracing.h"
10 #include "src/heap/heap.h"
11 #include "src/heap/spaces.h"
262 INLINE(static void VisitPointers(Heap* heap, HeapObject* object, argument
265 StaticVisitor::VisitPointer(heap, object, p);
272 inline static void VisitCodeEntry(Heap* heap, HeapObject* object, argument
339 // Base class for visitors used to transitively mark the entire heap.
364 INLINE(static void VisitCodeEntry(Heap* heap, HeapObject* object,
366 INLINE(static void VisitEmbeddedPointer(Heap* heap, RelocInf
375 INLINE(static void VisitNextCodeLink(Heap* heap, Object** slot)) argument
[all...]
H A Darray-buffer-tracker.cc5 #include "src/heap/array-buffer-tracker.h"
6 #include "src/heap/array-buffer-tracker-inl.h"
7 #include "src/heap/heap.h"
78 void ArrayBufferTracker::FreeDeadInNewSpace(Heap* heap) { argument
79 DCHECK_EQ(heap->gc_state(), Heap::HeapState::SCAVENGE);
80 for (Page* page : PageRange(heap->new_space()->FromSpaceStart(),
81 heap->new_space()->FromSpaceEnd())) {
85 heap->account_external_memory_concurrently_freed();
H A Dobject-stats.h11 #include "src/heap/heap.h"
12 #include "src/heap/objects-visiting.h"
20 explicit ObjectStats(Heap* heap) : heap_(heap) { ClearObjectStats(); } argument
94 Heap* heap() { return heap_; } function in class:v8::internal::ObjectStats
135 ObjectStatsCollector(Heap* heap, ObjectStats* stats) argument
136 : heap_(heap), stats_(stats) {}
H A Dpage-parallel-job.h23 // - static bool ProcessPageInParallel(Heap* heap,
29 // - static void FinalizePageSequentially(Heap* heap,
42 PageParallelJob(Heap* heap, CancelableTaskManager* cancelable_task_manager, argument
44 : heap_(heap),
138 Task(Heap* heap, Item* items, int num_items, int start_index, argument
140 : CancelableTask(heap->isolate()),
141 heap_(heap),
/external/v8/src/runtime/
H A Druntime-collections.cc26 return isolate->heap()->the_hole_value();
64 return isolate->heap()->undefined_value();
75 return isolate->heap()->undefined_value();
84 return isolate->heap()->undefined_value();
100 return isolate->heap()->undefined_value();
136 details->set(0, isolate->heap()->ToBoolean(holder->HasMore()));
159 return isolate->heap()->undefined_value();
168 return isolate->heap()->undefined_value();
179 return isolate->heap()->undefined_value();
196 return isolate->heap()
[all...]
H A Druntime-object.cc171 if (maybe.IsNothing()) return isolate->heap()->exception();
173 if (maybe.FromJust()) return isolate->heap()->true_value();
180 return isolate->heap()->false_value();
190 if (maybe.IsNothing()) return isolate->heap()->exception();
192 return isolate->heap()->ToBoolean(maybe.FromJust());
202 if (!result.IsJust()) return isolate->heap()->exception();
203 return isolate->heap()->ToBoolean(result.FromJust());
206 return isolate->heap()->ToBoolean(
209 : key->Equals(isolate->heap()->length_string()));
215 return isolate->heap()
[all...]
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_annotation.cc157 char *heap = new char[kStackSize + 1]; local
167 ret += Run(argc - 1, 0, heap);
168 ret += Run(argc - 1, 1, heap);
169 ret += Run(argc - 1, 2, heap);
174 delete[] heap;
/external/v8/src/ic/
H A Dic-inl.h65 Heap* heap = target->GetHeap(); local
68 Assembler::set_target_address_at(heap->isolate(), address, constant_pool,
70 if (heap->gc_state() == Heap::MARK_COMPACT) {
71 heap->mark_compact_collector()->RecordCodeTargetPatch(address, target);
73 heap->incremental_marking()->RecordCodeTargetPatch(address, target);
/external/v8/src/builtins/
H A Dbuiltins-reflect.cc41 return isolate->heap()->exception();
47 MAYBE_RETURN(result, isolate->heap()->exception());
71 MAYBE_RETURN(result, isolate->heap()->exception());
119 MAYBE_RETURN(found, isolate->heap()->exception());
120 if (!found.FromJust()) return isolate->heap()->undefined_value();
162 : isolate->heap()->exception();
180 MAYBE_RETURN(result, isolate->heap()->exception());
221 MAYBE_RETURN(result, isolate->heap()->exception());
248 MAYBE_RETURN(result, isolate->heap()->exception());
273 MAYBE_RETURN(result, isolate->heap()
[all...]
/external/v8/src/profiler/
H A Dsampling-heap-profiler.cc5 #include "src/profiler/sampling-heap-profiler.h"
13 #include "src/heap/heap.h"
52 Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth,
54 : isolate_(heap->isolate()),
55 heap_(heap),
58 heap->isolate()->random_number_generator())),
61 heap->isolate()->random_number_generator())),
69 heap->new_space()->AddAllocationObserver(new_space_observer_.get());
70 AllSpaces spaces(heap);
51 SamplingHeapProfiler( Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth, v8::HeapProfiler::SamplingFlags flags) argument
[all...]
/external/valgrind/massif/tests/
H A Dbig-alloc.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 99.96% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Ddeep-A.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
59 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Ddeep-B.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
57 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Ddeep-C.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Ddeep-D.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Dinsig.post.exp3 Massif arguments: --stacks=no --time-unit=B --heap-admin=128 --massif-out-file=massif.out --threshold=0.99 --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 93.48% (16,528B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
58 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
70 87.28% (16,688B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
80 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
/external/v8/src/
H A Dexecution.cc28 isolate_->heap()->SetStackLimits();
36 isolate_->heap()->SetStackLimits();
238 isolate->heap()->termination_exception()) {
284 isolate_->heap()->SetStackLimits();
385 isolate_->heap()->SetStackLimits();
395 isolate_->heap()->SetStackLimits();
437 isolate_->heap()->SetStackLimits();
442 if (thread_local_.Initialize(isolate_)) isolate_->heap()->SetStackLimits();
458 isolate_->heap()->HandleGCRequest();
466 isolate_->heap()
[all...]
H A Dobjects-body-descriptors-inl.h58 void BodyDescriptorBase::IterateBodyImpl(Heap* heap, HeapObject* obj, argument
61 IteratePointers<StaticVisitor>(heap, obj, start_offset, end_offset);
72 IteratePointers<StaticVisitor>(heap, obj, offset, end_of_region_offset);
91 void BodyDescriptorBase::IteratePointers(Heap* heap, HeapObject* obj, argument
93 StaticVisitor::VisitPointers(heap, obj,
107 void BodyDescriptorBase::IteratePointer(Heap* heap, HeapObject* obj, argument
109 StaticVisitor::VisitPointer(heap, obj, HeapObject::RawField(obj, offset));
143 Heap* heap = obj->GetHeap(); local
144 IteratePointers<StaticVisitor>(heap, obj, kPropertiesOffset,
148 StaticVisitor::VisitCodeEntry(heap, ob
185 Heap* heap = obj->GetHeap(); local
214 Heap* heap = obj->GetHeap(); local
240 Heap* heap = obj->GetHeap(); local
273 Heap* heap = obj->GetHeap(); local
411 Heap* heap = obj->GetHeap(); local
[all...]
/external/libcxxabi/src/
H A Dfallback_malloc.cpp17 // A small, simple heap manager based (loosely) on
18 // the startup heap manager from FreeBSD, optimized for space.
25 // as two byte offsets within the heap, rather than (4 or 8 byte) pointers.
57 char heap[HEAP_SIZE] __attribute__((aligned)); member in namespace:__anon11220
63 heap_offset next_node; // offset into heap
68 (heap_node*)(&heap[HEAP_SIZE]); // one past the end of the heap
72 return (heap_node*)(heap + (offset * sizeof(heap_node)));
77 static_cast<size_t>(reinterpret_cast<const char*>(ptr) - heap) /
82 freelist = (heap_node*)heap;
[all...]

Completed in 530 milliseconds

1234567891011>>