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

<<11121314151617181920>>

/external/v8/src/compiler/
H A Dtypes.cc178 Heap* heap = map->GetHeap(); local
179 if (map == heap->undefined_map()) return kUndefined;
180 if (map == heap->null_map()) return kNull;
181 if (map == heap->boolean_map()) return kBoolean;
182 if (map == heap->the_hole_map()) return kHole;
183 DCHECK(map == heap->uninitialized_map() ||
184 map == heap->no_interceptor_result_sentinel_map() ||
185 map == heap->termination_exception_map() ||
186 map == heap->arguments_marker_map() ||
187 map == heap
[all...]
/external/v8/src/
H A Dfeedback-vector.cc19 Heap* heap = symbol->GetHeap(); local
20 return symbol != heap->uninitialized_symbol() &&
21 symbol != heap->premonomorphic_symbol() &&
22 symbol != heap->megamorphic_symbol();
91 metadata->set_map(isolate->heap()->fixed_cow_array_map());
175 array->set_map_no_write_barrier(isolate->heap()->feedback_vector_map());
181 DCHECK_EQ(isolate->heap()->uninitialized_symbol(), *uninitialized_sentinel);
193 array->set(index, isolate->heap()->empty_weak_cell(),
268 Oddball* undefined_value = isolate->heap()->undefined_value();
643 SetFeedback(isolate->heap()
[all...]
H A Dlayout-descriptor.cc229 LayoutDescriptor* LayoutDescriptor::Trim(Heap* heap, Map* map,
249 heap->RightTrimFixedArray(this, delta);
H A Dcompilation-cache.cc70 tables_[0] = isolate()->heap()->undefined_value();
75 Object* undefined = isolate()->heap()->undefined_value();
90 MemsetPointer(tables_, isolate()->heap()->undefined_value(), generations_);
H A Ddeoptimizer.cc194 Object* context = isolate->heap()->native_contexts_list();
336 isolate->heap()->mark_compact_collector()->InvalidateCode(codes[i]);
352 Object* context = isolate->heap()->native_contexts_list();
373 Object* context = isolate->heap()->native_contexts_list();
608 Object* context = isolate->heap()->native_contexts_list();
948 if (context == isolate_->heap()->arguments_marker()) {
1188 if (context == isolate_->heap()->arguments_marker()) {
1206 Object* new_target = isolate_->heap()->undefined_value();
1425 isolate_->heap()->arguments_adaptor_deopt_pc_offset()->value());
1651 ? isolate_->heap()
[all...]
H A Dstring-builder.h192 ReplacementStringBuilder(Heap* heap, Handle<String> subject, argument
194 : heap_(heap),
195 array_builder_(heap->isolate(), estimated_part_count),
H A Dprototype.h115 object_ = isolate_->heap()->null_value();
H A Dapi.cc56 #include "src/profiler/heap-profiler.h"
57 #include "src/profiler/heap-snapshot-generator-inl.h"
372 if (isolate->heap()->HasBeenSetUp()) {
375 isolate->heap()->RecordStats(&heap_stats, false);
415 ? "Allocation failed - JavaScript heap out of memory"
427 isolate->heap()->termination_exception();
587 isolate->heap()->SetSerializedTemplates(*templates);
600 isolate->heap()->SetSerializedGlobalProxySizes(*global_proxy_sizes);
605 isolate->heap()->CollectAllAvailableGarbage(
607 isolate->heap()
1038 i::Heap* heap = reinterpret_cast<i::Isolate*>(GetIsolate())->heap(); local
7981 i::Heap* heap = reinterpret_cast<i::Isolate*>(this)->heap(); local
8314 i::Heap* heap = isolate->heap(); local
8342 i::Heap* heap = isolate->heap(); local
8356 i::Heap* heap = isolate->heap(); local
8367 i::Heap* heap = isolate->heap(); local
[all...]
/external/f2fs-tools/mkfs/
H A Df2fs_format_main.c44 MSG(0, " -a heap-based allocation [default:0]\n");
68 if (c.heap == 0)
69 MSG(0, "Info: Disable heap-based policy\n");
117 c.heap = atoi(optarg);
/external/python/cpython2/Lib/multiprocessing/
H A Dsharedctypes.py39 from multiprocessing import heap, RLock namespace
68 wrapper = heap.BufferWrapper(size)
/external/python/cpython3/Lib/multiprocessing/
H A Dsharedctypes.py13 from . import heap namespace
40 wrapper = heap.BufferWrapper(size)
/external/v8/src/ic/
H A Dstub-cache.cc10 #include "src/heap/heap.h"
103 primary_[i].key = isolate()->heap()->empty_string();
108 secondary_[j].key = isolate()->heap()->empty_string();
/external/v8/src/runtime/
H A Druntime-forin.cc120 return MakeTriple(isolate->heap()->exception(), nullptr, nullptr);
151 return isolate->heap()->ToBoolean(!result->IsUndefined(isolate));
H A Druntime-interpreter.cc136 return isolate->heap()->undefined_value();
160 return isolate->heap()->undefined_value();
H A Druntime-proxy.cc140 return isolate->heap()->ToBoolean(obj->IsJSProxy());
165 return isolate->heap()->undefined_value();
H A Druntime-literals.cc46 isolate->heap()->InNewSpace(*vector) ? NOT_TENURED : TENURED;
114 isolate->heap()->InNewSpace(*vector) ? NOT_TENURED : TENURED;
139 isolate->heap()->fixed_cow_array_map());
/external/valgrind/memcheck/tests/
H A Dholey_buffer_too_small.stderr.exp9 Uninitialised value was created by a heap allocation
H A Dleak-segv-jmp.stderr.exp2 All heap blocks were freed -- no leaks are possible
98 total heap usage: 3 allocs, 0 frees, 401,000 bytes allocated
/external/valgrind/memcheck/tests/linux/
H A Dtimerfd-syscall.stderr.exp51 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c69 struct mem_block *heap; member in struct:vc4_simulator_state
146 sim_bo->block = u_mmAllocMem(sim_state.heap, size + 4, PAGE_ALIGN2, 0);
683 sim_state.heap = u_mmInit(0, sim_state.mem_size);
697 sim_state.overflow = u_mmAllocMem(sim_state.heap, 32 * 1024 * 1024,
736 u_mmDestroy(sim_state.heap);
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c415 struct amdgpu_heap_info heap; local
443 amdgpu_query_heap_info(ws->dev, AMDGPU_GEM_DOMAIN_VRAM, 0, &heap);
444 return heap.heap_usage;
446 amdgpu_query_heap_info(ws->dev, AMDGPU_GEM_DOMAIN_GTT, 0, &heap);
447 return heap.heap_usage;
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c737 struct pb_slab *radeon_bo_slab_alloc(void *priv, unsigned heap, argument
750 if (heap & 1)
752 if (heap & 2)
755 switch (heap >> 2) {
958 unsigned heap = 0; local
961 heap |= 1;
963 heap |= 2;
969 heap |= 0 * 4;
972 heap |= 1 * 4;
975 heap |
[all...]
/external/v8/src/builtins/
H A Dbuiltins-number.cc362 if (std::isnan(value_number)) return isolate->heap()->nan_string();
364 return (value_number < 0.0) ? isolate->heap()->minus_infinity_string()
365 : isolate->heap()->infinity_string();
413 if (std::isnan(value_number)) return isolate->heap()->nan_string();
415 return (value_number < 0.0) ? isolate->heap()->minus_infinity_string()
416 : isolate->heap()->infinity_string();
473 if (std::isnan(value_number)) return isolate->heap()->nan_string();
475 return (value_number < 0.0) ? isolate->heap()->minus_infinity_string()
476 : isolate->heap()->infinity_string();
536 if (std::isnan(value_number)) return isolate->heap()
[all...]
/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc76 uptr heap; member in struct:__tsan::SymbolizeDataContext
92 if (cbctx.heap) {
/external/fio/lib/
H A Dprio_tree.c23 * A clever mix of heap and radix trees forms a radix priority search tree (PST)
47 unsigned long *radix, unsigned long *heap)
50 *heap = node->last;
46 get_index(const struct prio_tree_node *node, unsigned long *radix, unsigned long *heap) argument

Completed in 2485 milliseconds

<<11121314151617181920>>