HomeSort by relevance Sort by last modified time
    Searched refs:HEAP (Results 101 - 125 of 175) sorted by null

1 2 3 45 6 7

  /external/valgrind/main/memcheck/tests/
sigkill.stderr.exp 192 HEAP SUMMARY:
194 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/chromium_org/v8/src/
objects-inl.h 42 #include "heap.h"
287 MaybeObject* Object::AllocateNewStorageFor(Heap* heap,
293 return heap->AllocateHeapNumber(0, tenure);
295 return heap->AllocateHeapNumber(Number(), tenure);
640 Heap* heap = map->GetHeap(); local
641 return (map == heap->function_context_map() ||
642 map == heap->catch_context_map() ||
643 map == heap->with_context_map() |
1185 Heap* heap = local
2038 Heap* heap = GetHeap(); local
2063 Heap* heap = array->GetHeap(); local
    [all...]
mksnapshot.cc 399 HEAP->CollectAllGarbage(i::Heap::kNoGCFlags, "mksnapshot");
disassembler.cc 121 Heap* heap = HEAP; local
256 Object* obj = heap->code_stubs()->SlowReverseLookup(code);
257 if (obj != heap->undefined_value()) {
liveedit.cc 860 Handle<Object>(isolate()->heap()->null_value(),
899 return isolate()->heap()->undefined_value();
920 Handle<Object>(isolate()->heap()->null_value(),
1068 Heap* heap = original->GetHeap(); local
    [all...]
property.h 49 MaybeObject* maybe_result = HEAP->InternalizeString(String::cast(key_));
369 return isolate()->heap()->the_hole_value();
serialize.h 327 // Deserialize the snapshot into an empty heap.
354 // Fills in some heap data in an area from start to end (non-inclusive). The
358 // the heap.
528 // We can't serialize a heap with external two byte strings.
600 set_root_index_wave_front(Heap::kStrongRootListLength);
621 o->map() == HEAP->fixed_cow_array_map();
639 // Serialize the current state of the heap. The order is:
isolate.h 44 #include "heap.h"
647 (exception != heap()->termination_exception());
878 Heap* heap() { return &heap_; } function in class:v8::internal::Isolate
    [all...]
  /external/chromium_org/v8/test/cctest/
test-func-name-inference.cc 40 using ::v8::internal::Heap;
85 CHECK(shared_func_info_ptr != HEAP->undefined_value());
test-compiler.cc 316 script->set_source(HEAP->undefined_value());
test-object-observe.cc 444 HEAP->CollectAllGarbage(i::Heap::kAbortIncrementalMarkingMask);
test-debug.cc 50 using ::v8::internal::Heap;
438 HEAP->CollectAllGarbage(Heap::kNoGCFlags);
439 HEAP->CollectAllGarbage(Heap::kMakeHeapIterableMask);
442 HeapIterator iterator(HEAP);
    [all...]
  /external/v8/src/
disassembler.cc 121 Heap* heap = HEAP; local
256 Object* obj = heap->code_stubs()->SlowReverseLookup(code);
257 if (obj != heap->undefined_value()) {
spaces-inl.h 162 Page* Page::Initialize(Heap* heap,
172 heap->incremental_marking()->SetOldSpacePageFlags(chunk);
201 LargeObjectIterator iterator(HEAP->lo_space());
217 PointerChunkIterator::PointerChunkIterator(Heap* heap)
219 old_pointer_iterator_(heap->old_pointer_space()),
220 map_iterator_(heap->map_space()),
221 lo_iterator_(heap->lo_space()) { }
310 LargePage* LargePage::Initialize(Heap* heap, MemoryChunk* chunk)
340 Heap* heap = object->GetHeap(); local
    [all...]
liveobjectlist.cc 37 #include "heap.h"
215 Heap* heap = ISOLATE->heap(); local
217 return heap->InSpace(heap_obj, space);
222 // here are guaranteed to be in the heap. Hence, it is safe to infer
224 // Note: calling Heap::InSpace(heap_obj, LO_SPACE) is too slow for our
229 if (heap->InSpace(heap_obj, static_cast<AllocationSpace>(sp))) {
233 SLOW_ASSERT(heap->InSpace(heap_obj, LO_SPACE));
978 // The heap must have grown and we have more objects than capacity to stor
1940 Heap* heap = isolate->heap(); local
2000 Heap* heap = isolate->heap(); local
2126 Heap* heap = isolate->heap(); local
2616 Heap* heap = ISOLATE->heap(); local
    [all...]
log.cc 979 // to leave logging functions free from heap allocations.
    [all...]
serialize.h 338 // Deserialize the snapshot into an empty heap.
355 // Fills in some heap data in an area from start to end (non-inclusive). The
359 // the heap.
520 // We can't serialize a heap with external two byte strings.
591 set_root_index_wave_front(Heap::kStrongRootListLength);
611 o->map() == HEAP->fixed_cow_array_map();
629 // Serialize the current state of the heap. The order is:
isolate.h 43 #include "heap.h"
596 (exception != heap()->termination_exception());
806 Heap* heap() { return &heap_; } function in class:v8::internal::Isolate
    [all...]
builtins.cc 36 #include "heap-profiler.h"
179 return isolate->heap()->undefined_value(); // Make compiler happy.
184 return isolate->heap()->undefined_value();
191 Heap* heap = isolate->heap(); local
200 array->set_elements(heap->empty_fixed_array());
210 MaybeObject* maybe_obj = heap->AllocateJSObject(constructor);
222 { MaybeObject* maybe_obj = heap->AllocateFixedArrayWithHoles(len);
254 maybe_elms = heap->AllocateUninitializedFixedDoubleArray
486 Heap* heap = isolate->heap(); local
544 Heap* heap = isolate->heap(); local
577 Heap* heap = isolate->heap(); local
619 Heap* heap = isolate->heap(); local
679 Heap* heap = isolate->heap(); local
775 Heap* heap = isolate->heap(); local
931 Heap* heap = isolate->heap(); local
1065 Heap* heap = isolate->heap(); local
1165 Heap* heap = isolate->heap(); local
1218 Heap* heap = isolate->heap(); local
1637 Heap* heap = isolate->heap(); local
    [all...]
  /external/v8/test/cctest/
test-decls.cc 32 #include "heap.h"
133 HEAP->CollectGarbage(v8::internal::NEW_SPACE);
test-compiler.cc 324 script->set_source(HEAP->undefined_value());
test-deoptimization.cc 103 HEAP->CollectAllGarbage(i::Heap::kAbortIncrementalMarkingMask);
test-disasm-ia32.cc 461 Object* code = HEAP->CreateCode(
464 Handle<Object>(HEAP->undefined_value()))->ToObjectChecked();
test-debug.cc 48 using ::v8::internal::Heap;
425 HEAP->CollectAllGarbage(Heap::kNoGCFlags);
426 HEAP->CollectAllGarbage(Heap::kMakeHeapIterableMask);
    [all...]
  /external/v8/src/ia32/
assembler-ia32-inl.h 249 void RelocInfo::Visit(Heap* heap) {
252 StaticVisitor::VisitEmbeddedPointer(heap, this);
255 StaticVisitor::VisitCodeTarget(heap, this);
257 StaticVisitor::VisitGlobalPropertyCell(heap, this);
262 } else if (heap->isolate()->debug()->has_break_points() &&
267 StaticVisitor::VisitDebugTarget(heap, this);
297 ASSERT(!HEAP->InNewSpace(obj));
330 ASSERT(!isolate()->heap()->InNewSpace(obj));

Completed in 388 milliseconds

1 2 3 45 6 7