Home
last modified time | relevance | path

Searched refs:Heap (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/external/chromium-trace/catapult/systrace/systrace/test_data/
Datrace_thread_names1Heap thread poo', 13679: 'Heap thread poo', 13680: 'Signal Catcher', 13681: 'JDWP', 169: '/system/…
Datrace_extracted_threads1Heap thread poo', 13679: 'Heap thread poo', 13680: 'Signal Catcher', 13681: 'JDWP', 169: '/system/…
Datrace_ps_dump330 system 767 764 1701620 103200 ffffffff 00000000 S Heap thread poo
331 system 768 764 1701620 103200 ffffffff 00000000 S Heap thread poo
332 system 770 764 1701620 103200 ffffffff 00000000 S Heap thread poo
444 u0_a20 919 915 1616624 108684 ffffffff 00000000 S Heap thread poo
445 u0_a20 920 915 1616624 108684 ffffffff 00000000 S Heap thread poo
446 u0_a20 921 915 1616624 108684 ffffffff 00000000 S Heap thread poo
477 u0_a6 943 936 1506908 56892 ffffffff 00000000 S Heap thread poo
478 u0_a6 944 936 1506908 56892 ffffffff 00000000 S Heap thread poo
479 u0_a6 945 936 1506908 56892 ffffffff 00000000 S Heap thread poo
496 u0_a22 1113 1111 1526156 42532 ffffffff 00000000 S Heap thread poo
[all …]
Datrace_data_with_thread_list458 system 767 764 1701620 103200 ffffffff 00000000 S Heap thread poo
459 system 768 764 1701620 103200 ffffffff 00000000 S Heap thread poo
460 system 770 764 1701620 103200 ffffffff 00000000 S Heap thread poo
572 u0_a20 919 915 1616624 108684 ffffffff 00000000 S Heap thread poo
573 u0_a20 920 915 1616624 108684 ffffffff 00000000 S Heap thread poo
574 u0_a20 921 915 1616624 108684 ffffffff 00000000 S Heap thread poo
605 u0_a6 943 936 1506908 56892 ffffffff 00000000 S Heap thread poo
606 u0_a6 944 936 1506908 56892 ffffffff 00000000 S Heap thread poo
607 u0_a6 945 936 1506908 56892 ffffffff 00000000 S Heap thread poo
624 u0_a22 1113 1111 1526156 42532 ffffffff 00000000 S Heap thread poo
[all …]
/external/v8/test/unittests/heap/
Dheap-unittest.cc33 TEST(Heap, HeapGrowingFactor) { in TEST() argument
34 CheckEqualRounded(Heap::kMaxHeapGrowingFactor, in TEST()
35 Heap::HeapGrowingFactor(34, 1)); in TEST()
36 CheckEqualRounded(3.553, Heap::HeapGrowingFactor(45, 1)); in TEST()
37 CheckEqualRounded(2.830, Heap::HeapGrowingFactor(50, 1)); in TEST()
38 CheckEqualRounded(1.478, Heap::HeapGrowingFactor(100, 1)); in TEST()
39 CheckEqualRounded(1.193, Heap::HeapGrowingFactor(200, 1)); in TEST()
40 CheckEqualRounded(1.121, Heap::HeapGrowingFactor(300, 1)); in TEST()
41 CheckEqualRounded(Heap::HeapGrowingFactor(300, 1), in TEST()
42 Heap::HeapGrowingFactor(600, 2)); in TEST()
[all …]
/external/v8/src/heap/
Dheap-inl.h55 type* Heap::name() { return type::cast(roots_[k##camel_name##RootIndex]); }
60 Map* Heap::name##_map() { return Map::cast(roots_[k##Name##MapRootIndex]); }
65 String* Heap::name() { return String::cast(roots_[k##name##RootIndex]); } in STRUCT_LIST()
70 Symbol* Heap::name() { return Symbol::cast(roots_[k##name##RootIndex]); }
75 Symbol* Heap::name() { return Symbol::cast(roots_[k##name##RootIndex]); }
81 void Heap::set_##name(type* value) { \
94 bool inline Heap::IsOneByte(Vector<const char> str, int chars) {
101 bool inline Heap::IsOneByte(String* str, int chars) { in IsOneByte()
106 AllocationResult Heap::AllocateInternalizedStringFromUtf8( in AllocateInternalizedStringFromUtf8()
117 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars, in AllocateInternalizedStringImpl()
[all …]
Dheap.cc51 struct Heap::StrongRootsList {
59 IdleScavengeObserver(Heap& heap, intptr_t step_size) in IdleScavengeObserver()
67 Heap& heap_;
70 Heap::Heap() in Heap() function in v8::internal::Heap
157 current_gc_flags_(Heap::kNoGCFlags), in Heap()
187 intptr_t Heap::Capacity() { in Capacity()
193 intptr_t Heap::OldGenerationCapacity() { in OldGenerationCapacity()
201 intptr_t Heap::CommittedOldGenerationMemory() { in CommittedOldGenerationMemory()
209 intptr_t Heap::CommittedMemory() { in CommittedMemory()
216 size_t Heap::CommittedPhysicalMemory() { in CommittedPhysicalMemory()
[all …]
Dscavenger.h19 explicit Scavenger(Heap* heap) : heap_(heap) {} in Scavenger()
29 static inline SlotCallbackResult CheckAndScavengeObject(Heap* heap,
40 Heap* heap() { return heap_; } in heap()
43 Heap* heap_;
52 explicit ScavengeVisitor(Heap* heap) : heap_(heap) {} in ScavengeVisitor()
60 Heap* heap_;
70 static inline void VisitPointer(Heap* heap, HeapObject* object, Object** p);
Dobjects-visiting.cc179 static bool MustRecordSlots(Heap* heap) { in MustRecordSlots()
180 return heap->gc_state() == Heap::MARK_COMPACT && in MustRecordSlots()
190 Object* VisitWeakList(Heap* heap, Object* list, WeakObjectRetainer* retainer) { in VisitWeakList()
239 static void ClearWeakList(Heap* heap, Object* list) { in ClearWeakList()
261 static void VisitLiveObject(Heap*, JSFunction*, WeakObjectRetainer*) {} in VisitLiveObject()
263 static void VisitPhantomObject(Heap*, JSFunction*) {} in VisitPhantomObject()
277 static void VisitLiveObject(Heap*, Code*, WeakObjectRetainer*) {} in VisitLiveObject()
279 static void VisitPhantomObject(Heap*, Code*) {} in VisitPhantomObject()
297 static void VisitLiveObject(Heap* heap, Context* context, in VisitLiveObject()
303 if (heap->gc_state() == Heap::MARK_COMPACT) { in VisitLiveObject()
[all …]
Dincremental-marking-job.h13 class Heap; variable
31 static Progress Step(Heap* heap, double deadline_in_ms);
43 static void Step(Heap* heap);
66 void Start(Heap* heap);
71 void ScheduleIdleTask(Heap* heap);
72 void ScheduleDelayedTask(Heap* heap);
Darray-buffer-tracker.h17 class Heap; variable
33 inline static void RegisterNew(Heap* heap, JSArrayBuffer* buffer);
34 inline static void Unregister(Heap* heap, JSArrayBuffer* buffer);
38 static void FreeDeadInNewSpace(Heap* heap);
68 explicit LocalArrayBufferTracker(Heap* heap) : heap_(heap) {} in LocalArrayBufferTracker()
95 Heap* heap_;
Dobjects-visiting.h134 DCHECK(Heap::kMinObjectSizeInWords * kPointerSize <= object_size); in GetVisitorIdForSize()
142 base + (object_size >> kPointerSizeLog2) - Heap::kMinObjectSizeInWords, in GetVisitorIdForSize()
185 STATIC_ASSERT((generic - base + Heap::kMinObjectSizeInWords) == 10); in RegisterSpecializations()
260 INLINE(static void VisitPointers(Heap* heap, HeapObject* object, in INLINE()
270 INLINE(static void VisitCodeEntry(Heap* heap, HeapObject* object, in INLINE()
360 INLINE(static void VisitCodeEntry(Heap* heap, HeapObject* object,
362 INLINE(static void VisitEmbeddedPointer(Heap* heap, RelocInfo* rinfo));
363 INLINE(static void VisitCell(Heap* heap, RelocInfo* rinfo));
364 INLINE(static void VisitDebugTarget(Heap* heap, RelocInfo* rinfo));
365 INLINE(static void VisitCodeTarget(Heap* heap, RelocInfo* rinfo));
[all …]
Dremembered-set.cc17 void RememberedSet<direction>::ClearInvalidSlots(Heap* heap) { in ClearInvalidSlots()
31 void RememberedSet<direction>::VerifyValidSlots(Heap* heap) { in VerifyValidSlots()
54 bool RememberedSet<direction>::IsValidSlot(Heap* heap, MemoryChunk* chunk, in IsValidSlot()
69 template void RememberedSet<OLD_TO_NEW>::ClearInvalidSlots(Heap* heap);
70 template void RememberedSet<OLD_TO_NEW>::VerifyValidSlots(Heap* heap);
71 template void RememberedSet<OLD_TO_OLD>::VerifyValidSlots(Heap* heap);
Dincremental-marking-job.cc20 void IncrementalMarkingJob::Start(Heap* heap) { in Start()
45 void IncrementalMarkingJob::ScheduleIdleTask(Heap* heap) { in ScheduleIdleTask()
57 void IncrementalMarkingJob::ScheduleDelayedTask(Heap* heap) { in ScheduleDelayedTask()
72 Heap* heap, double deadline_in_ms) { in Step()
96 Heap* heap = isolate()->heap(); in RunInternal()
117 void IncrementalMarkingJob::DelayedTask::Step(Heap* heap) { in Step()
132 Heap* heap = isolate()->heap(); in RunInternal()
Dobjects-visiting-inl.h209 Heap* heap, HeapObject* object, Address entry_address) { in VisitCodeEntry()
219 Heap* heap, RelocInfo* rinfo) { in VisitEmbeddedPointer()
234 void StaticMarkingVisitor<StaticVisitor>::VisitCell(Heap* heap, in VisitCell()
247 void StaticMarkingVisitor<StaticVisitor>::VisitDebugTarget(Heap* heap, in VisitDebugTarget()
259 void StaticMarkingVisitor<StaticVisitor>::VisitCodeTarget(Heap* heap, in VisitCodeTarget()
281 Heap* heap, RelocInfo* rinfo) { in VisitCodeAgeSequence()
302 Heap* heap = map->GetHeap(); in VisitMap()
326 Heap* heap = map->GetHeap(); in VisitPropertyCell()
338 Heap* heap = map->GetHeap(); in VisitWeakCell()
367 Heap* heap = array->GetHeap(); in VisitTransitionArray()
[all …]
Dscavenge-job.h14 class Heap; variable
39 void ScheduleIdleTaskIfNeeded(Heap* heap, int bytes_allocated);
44 void RescheduleIdleTask(Heap* heap);
72 void ScheduleIdleTask(Heap* heap);
Dmemory-reducer.h15 class Heap; variable
109 explicit MemoryReducer(Heap* heap) in MemoryReducer()
129 Heap* heap() { return heap_; } in heap()
154 Heap* heap_;
Dscavenge-job.cc20 Heap* heap = isolate()->heap(); in RunInternal()
80 void ScavengeJob::RescheduleIdleTask(Heap* heap) { in RescheduleIdleTask()
90 void ScavengeJob::ScheduleIdleTaskIfNeeded(Heap* heap, int bytes_allocated) { in ScheduleIdleTaskIfNeeded()
101 void ScavengeJob::ScheduleIdleTask(Heap* heap) { in ScheduleIdleTask()
/external/valgrind/exp-sgcheck/
Dpc_common.c139 } Heap; member
184 xe.XE.Heap.addr = a; in h_record_heap_error()
185 xe.XE.Heap.sszB = is_write ? -size : size; in h_record_heap_error()
186 xe.XE.Heap.vseg = vseg; in h_record_heap_error()
352 Addr a = xe->XE.Heap.addr; in pc_pp_Error()
353 Seg* vseg = xe->XE.Heap.vseg; in pc_pp_Error()
363 readwrite(xe->XE.Heap.sszB), in pc_pp_Error()
364 Word__abs(xe->XE.Heap.sszB) ); in pc_pp_Error()
373 readwrite(xe->XE.Heap.sszB), in pc_pp_Error()
374 Word__abs(xe->XE.Heap.sszB) ); in pc_pp_Error()
[all …]
/external/v8/src/snapshot/
Dnatives-common.cc15 FixedArray* NativesCollection<CORE>::GetSourceCache(Heap* heap) { in GetSourceCache()
21 FixedArray* NativesCollection<EXPERIMENTAL>::GetSourceCache(Heap* heap) { in GetSourceCache()
27 FixedArray* NativesCollection<EXTRAS>::GetSourceCache(Heap* heap) { in GetSourceCache()
33 FixedArray* NativesCollection<EXPERIMENTAL_EXTRAS>::GetSourceCache(Heap* heap) { in GetSourceCache()
/external/v8/src/
Daddress-map.cc17 for (uint32_t i = 0; i < Heap::kStrongRootListLength; i++) { in RootIndexMap()
18 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i); in RootIndexMap()
36 CHECK(!Heap::RootIsImmortalImmovable(root_index)); in RootIndexMap()
Dobjects-body-descriptors.h43 static inline void IteratePointers(Heap* heap, HeapObject* obj,
51 static inline void IteratePointer(Heap* heap, HeapObject* obj, int offset);
64 static inline void IterateBodyImpl(Heap* heap, HeapObject* obj,
96 Heap* heap = obj->GetHeap(); in IterateBody()
128 Heap* heap = obj->GetHeap(); in IterateBody()
/external/v8/test/cctest/heap/
Dheap-utils.h14 void SealCurrentObjects(Heap* heap);
19 Heap* heap, int padding_size, PretenureFlag tenure,
38 void SimulateIncrementalMarking(i::Heap* heap, bool force_completion = true);
45 void GcAndSweep(Heap* heap, AllocationSpace space);
Dtest-lab.cc16 static Address AllocateLabBackingStore(Heap* heap, intptr_t size_in_bytes) { in AllocateLabBackingStore()
42 static bool AllocateFromLab(Heap* heap, LocalAllocationBuffer* lab, in AllocateFromLab()
65 Heap* heap = CcTest::heap(); in TEST()
66 heap->root(Heap::kOnePointerFillerMapRootIndex); in TEST()
85 Heap* heap = CcTest::heap(); in TEST()
112 Heap* heap = CcTest::heap(); in TEST()
141 Heap* heap = CcTest::heap(); in TEST()
171 Heap* heap = CcTest::heap(); in TEST()
227 Heap* heap = CcTest::heap(); in TEST()
257 Heap* heap = CcTest::heap(); in TEST()
/external/v8/src/profiler/
Dsampling-heap-profiler.h43 SamplingHeapProfiler(Heap* heap, StringsStorage* names, uint64_t rate,
122 Heap* heap() const { return heap_; } in heap()
143 Heap* const heap_;
158 SamplingAllocationObserver(Heap* heap, intptr_t step_size, uint64_t rate, in SamplingAllocationObserver()
171 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC); in Step()
181 Heap* const heap_;

12345678910>>...12