Searched refs:heap (Results 251 - 275 of 511) sorted by relevance

<<11121314151617181920>>

/external/v8/src/parsing/
H A Dparse-info.cc10 #include "src/heap/heap-inl.h"
50 set_hash_seed(isolate_->heap()->HashSeed());
87 set_hash_seed(isolate_->heap()->HashSeed());
112 p->set_hash_seed(isolate->heap()->HashSeed());
/external/valgrind/massif/tests/
H A Dpeak2.stderr.exp99 Massif: heap allocs: 40
100 Massif: heap reallocs: 0
101 Massif: heap frees: 20
102 Massif: ignored heap allocs: ...
103 Massif: ignored heap frees: ...
104 Massif: ignored heap reallocs: ...
/external/v8/src/
H A Disolate.cc959 heap()->CollectAllGarbage(Heap::kNoGCFlags,
964 return heap()->exception();
1088 // Script::GetLineNumber and Script::GetColumnNumber can allocate on the heap to
1174 return heap()->exception();
1183 return heap()->exception();
1430 return Throw(heap()->illegal_access_string());
1461 DCHECK(scheduled_exception() != heap()->termination_exception());
1651 DCHECK_NE(heap()->the_hole_value(), exception);
1676 DCHECK_NE(heap()->the_hole_value(), exception);
1748 if (thread_local_top_.pending_exception_ != heap()
2132 VerboseAccountingAllocator(Heap* heap, size_t allocation_sample_bytes, size_t pool_sample_bytes) argument
[all...]
H A Dlayout-descriptor.h79 LayoutDescriptor* Trim(Heap* heap, Map* map, DescriptorArray* descriptors,
H A Dlog.cc1074 // to leave logging functions free from heap allocations.
1210 : isolate_->heap()->empty_string();
1230 msg.Append("heap-sample-begin,\"%s\",\"%s\",%.0f", space, kind,
1239 msg.Append("heap-sample-end,\"%s\",\"%s\"", space, kind);
1247 msg.Append("heap-sample-item,%s,%d,%d", type, number, bytes);
1438 static int EnumerateCompiledFunctions(Heap* heap, argument
1441 HeapIterator iterator(heap);
1445 // Iterate the heap to find shared function info objects and record
1473 Deoptimizer::VisitAllOptimizedFunctions(heap->isolate(), &visitor);
1558 Heap* heap local
1642 Heap* heap = isolate_->heap(); local
1660 Heap* heap = isolate_->heap(); local
[all...]
H A Dstring-builder.cc55 accumulator_ = Handle<String>::New(isolate->heap()->empty_string(), isolate);
/external/v8/
H A DAndroid.v8.mk270 src/heap/array-buffer-tracker.cc \
271 src/heap/code-stats.cc \
272 src/heap/embedder-tracing.cc \
273 src/heap/gc-idle-time-handler.cc \
274 src/heap/gc-tracer.cc \
275 src/heap/heap.cc \
276 src/heap/incremental-marking-job.cc \
277 src/heap/incremental-marking.cc \
278 src/heap/mar
[all...]
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h281 void RelocInfo::Visit(Heap* heap) { argument
284 StaticVisitor::VisitEmbeddedPointer(heap, this);
285 Assembler::FlushICache(heap->isolate(), pc_, sizeof(Address));
287 StaticVisitor::VisitCodeTarget(heap, this);
289 StaticVisitor::VisitCell(heap, this);
295 StaticVisitor::VisitCodeAgeSequence(heap, this);
298 StaticVisitor::VisitDebugTarget(heap, this);
/external/v8/src/x87/
H A Dassembler-x87-inl.h281 void RelocInfo::Visit(Heap* heap) { argument
284 StaticVisitor::VisitEmbeddedPointer(heap, this);
285 Assembler::FlushICache(heap->isolate(), pc_, sizeof(Address));
287 StaticVisitor::VisitCodeTarget(heap, this);
289 StaticVisitor::VisitCell(heap, this);
295 StaticVisitor::VisitCodeAgeSequence(heap, this);
298 StaticVisitor::VisitDebugTarget(heap, this);
/external/v8/src/runtime/
H A Druntime-i18n.cc267 if (!input->IsJSObject()) return isolate->heap()->false_value();
272 return isolate->heap()->ToBoolean(!tag->IsUndefined(isolate));
284 if (!input->IsJSObject()) return isolate->heap()->false_value();
289 return isolate->heap()->ToBoolean(tag->IsString() &&
305 return isolate->heap()->undefined_value();
463 if (U_FAILURE(status)) return isolate->heap()->undefined_value();
478 return isolate->heap()->undefined_value();
484 return isolate->heap()->undefined_value();
492 return isolate->heap()->undefined_value();
673 return isolate->heap()
[all...]
H A Druntime-internal.cc29 return isolate->heap()->undefined_value();
67 return isolate->heap()->undefined_value();
316 if (length == 0) return isolate->heap()->empty_string();
327 if (length == 0) return isolate->heap()->empty_string();
439 return isolate->heap()->undefined_value();
484 return isolate->heap()->undefined_value();
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c294 struct nouveau_heap *heap = nv30_screen(pscreen)->vp_exec_heap; local
295 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog)) {
296 while (heap->next && heap->size < 16) {
297 struct nouveau_heap **evict = heap->next->priv;
301 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog))
/external/python/cpython2/RISCOS/Modules/
H A Dswimodule.c46 int heap; member in struct:__anon19625
67 b->heap=1;
105 b->heap=0;
175 if(self->heap)
311 if(b->heap) {
312 if (b->heap)
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dheap_simulator.cc68 HeapSimulator heap(std::move(algorithm), size_fn, options, &module_sequence);
72 TF_RETURN_IF_ERROR(heap.RunComputation(
74 return heap.Finish();
83 HeapSimulator heap(std::move(algorithm), size_fn, options,
85 TF_RETURN_IF_ERROR(heap.RunComputation(computation, instruction_sequence,
87 return heap.Finish();
90 // Runs a heap simulation for the given 'computation', assuming the given
98 // sequence, calling Alloc and Free on the underlying heap algorithm. The
99 // heap algorithm takes care of packing and reducing fragmentation.
219 // heap
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dtopk_op_gpu.cu.cc110 // A heap of Entry<T> that can either work as a min-heap or as a max-heap.
191 // This method destroys the heap property.
218 // It builds a top-`k` heap that is stored in `heap_entries` using `Accessor` to
228 auto heap = local
236 // Initialize the min-heap.
239 heap.assign(slot, {index, input[index]});
242 heap.build(k);
250 if (input[index] > heap
[all...]
/external/v8/src/arm/
H A Dassembler-arm-inl.h273 void RelocInfo::Visit(Heap* heap) { argument
276 StaticVisitor::VisitEmbeddedPointer(heap, this);
278 StaticVisitor::VisitCodeTarget(heap, this);
280 StaticVisitor::VisitCell(heap, this);
286 StaticVisitor::VisitCodeAgeSequence(heap, this);
289 StaticVisitor::VisitDebugTarget(heap, this);
/external/v8/src/ppc/
H A Dassembler-ppc-inl.h352 void RelocInfo::Visit(Heap* heap) { argument
355 StaticVisitor::VisitEmbeddedPointer(heap, this);
357 StaticVisitor::VisitCodeTarget(heap, this);
359 StaticVisitor::VisitCell(heap, this);
366 StaticVisitor::VisitCodeAgeSequence(heap, this);
369 StaticVisitor::VisitDebugTarget(heap, this);
/external/v8/src/s390/
H A Dassembler-s390-inl.h323 void RelocInfo::Visit(Heap* heap) { argument
326 StaticVisitor::VisitEmbeddedPointer(heap, this);
328 StaticVisitor::VisitCodeTarget(heap, this);
330 StaticVisitor::VisitCell(heap, this);
336 StaticVisitor::VisitCodeAgeSequence(heap, this);
339 StaticVisitor::VisitDebugTarget(heap, this);
/external/skia/src/sksl/
H A DSkSLHCodeGenerator.cpp72 std::unique_ptr<char[]> heap(new char[length + 1]);
73 vsprintf(heap.get(), s, copy);
74 fOut->write(heap.get(), length);
/external/skqp/src/sksl/
H A DSkSLHCodeGenerator.cpp72 std::unique_ptr<char[]> heap(new char[length + 1]);
73 vsprintf(heap.get(), s, copy);
74 fOut->write(heap.get(), length);
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir-a2xx.h117 uint32_t heap[100 * 4096]; member in struct:ir2_shader
/external/v8/src/heap/
H A Dheap.h11 // Clients of this interface shouldn't depend on lots of heap internals.
12 // Do not include anything from src/heap here!
19 #include "src/heap-symbols.h"
398 explicit PromotionQueue(Heap* heap) argument
403 heap_(heap) {}
574 explicit RelocationLock(Heap* heap) : heap_(heap) { argument
597 // should instead adapt it's heap size based on available physical memory.
642 // Making the heap iterable requires us to abort incremental marking.
648 // The minimum size of a HeapObject on the heap
1553 ExternalStringTable(Heap* heap) argument
2471 AllSpaces(Heap* heap) argument
2484 OldSpaces(Heap* heap) argument
2498 PagedSpaces(Heap* heap) argument
[all...]
/external/valgrind/memcheck/tests/
H A Dlks.stderr.exp2 All heap blocks were freed -- no leaks are possible
19 total heap usage: 15 allocs, 0 frees, 240 bytes allocated
/external/v8/src/x64/
H A Dassembler-x64-inl.h82 entry - isolate()->heap()->memory_allocator()->code_range()->start()));
323 isolate()->heap()->memory_allocator()->code_range()->start();
555 void RelocInfo::Visit(Heap* heap) { argument
558 StaticVisitor::VisitEmbeddedPointer(heap, this);
559 Assembler::FlushICache(heap->isolate(), pc_, sizeof(Address));
561 StaticVisitor::VisitCodeTarget(heap, this);
563 StaticVisitor::VisitCell(heap, this);
569 StaticVisitor::VisitCodeAgeSequence(heap, this);
572 StaticVisitor::VisitDebugTarget(heap, this);
/external/v8/src/ast/
H A Dast-types.cc183 Heap* heap = map->GetHeap(); local
184 if (map == heap->undefined_map()) return kUndefined;
185 if (map == heap->null_map()) return kNull;
186 if (map == heap->boolean_map()) return kBoolean;
187 if (map == heap->the_hole_map()) return kHole;
188 DCHECK(map == heap->uninitialized_map() ||
189 map == heap->no_interceptor_result_sentinel_map() ||
190 map == heap->termination_exception_map() ||
191 map == heap->arguments_marker_map() ||
192 map == heap
[all...]

Completed in 598 milliseconds

<<11121314151617181920>>