/external/v8/src/ |
contexts.cc | 318 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
|
mksnapshot.cc | 315 HEAP->CollectAllGarbage(i::Heap::kNoGCFlags, "mksnapshot");
|
factory.h | 33 #include "heap.h" 94 // a Heap::PretenureFlag argument to optionally request that they be 248 // structures in the heap. 410 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \ 418 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \ 424 return Handle<String>(&isolate()->heap()->hidden_symbol_);
|
/external/v8/test/cctest/ |
test-alloc.cc | 40 Heap* heap = Isolate::Current()->heap(); 43 NewSpace* new_space = heap->new_space(); 47 CHECK(!heap->AllocateByteArray(0)->IsFailure()); 55 CHECK(!heap->AllocateByteArray(100)->IsFailure()); 56 CHECK(!heap->AllocateFixedArray(100, NOT_TENURED)->IsFailure()); 60 CHECK(!heap->AllocateFixedArray(100)->IsFailure()); 61 CHECK(!heap->AllocateHeapNumber(0.42)->IsFailure()); 62 CHECK(!heap->AllocateArgumentsObject(Smi::FromInt(87), 10)->IsFailure()) [all...] |
test-func-name-inference.cc | 38 using ::v8::internal::Heap; 94 CHECK(shared_func_info_ptr != HEAP->undefined_value());
|
test-api.cc | 401 HEAP->CollectAllGarbage(i::Heap::kNoGCFlags); 405 HEAP->CollectAllAvailableGarbage(); 423 HEAP->CollectAllGarbage(i::Heap::kNoGCFlags); 427 HEAP->CollectAllAvailableGarbage(); 440 HEAP->CollectGarbage(i::NEW_SPACE); // in survivor space now 441 HEAP->CollectGarbage(i::NEW_SPACE); // in old gen now 449 HEAP->CollectAllGarbage(i::Heap::kNoGCFlags) [all...] |
/external/chromium_org/v8/src/ |
objects.cc | 253 Heap* heap) { 275 return heap->ToBoolean((bitmask & value) == (bitmask & compare_value)); 281 Heap* heap) { 285 return heap->ToBoolean(compare_value == value); 292 Heap* heap) { 312 return heap->NumberFromUint32(value); 316 return heap->ToBoolean(byte & (0x1 << descriptor.bool_offset)) 871 Heap* heap = isolate->heap(); local 979 Heap* heap = isolate->heap(); local 1269 Heap* heap = GetHeap(); local 1331 Heap* heap = GetHeap(); local 1481 Heap* heap = GetHeap(); local 1608 Heap* heap = GetHeap(); local 1969 Heap* heap = isolate->heap(); local 3445 Heap* heap = isolate->heap(); local 4373 Heap* heap = GetHeap(); local 4685 Heap* heap = isolate->heap(); local 5351 Heap* heap = GetHeap(); local 5912 Heap* heap = GetHeap(); local 5977 Heap* heap = GetHeap(); local 6021 Heap* heap = GetHeap(); local 6034 Heap* heap = GetHeap(); local 6215 Heap* heap = GetHeap(); local 6243 Heap* heap = object->GetHeap(); local 7666 Heap* heap = GetHeap(); local 7882 Heap* heap = GetHeap(); local 7927 Heap* heap = isolate->heap(); local 8284 Heap* heap = GetHeap(); local 8359 Heap* heap = GetHeap(); local 8963 Heap* heap = GetHeap(); local 9169 Heap* heap = string->GetHeap(); local 9305 Heap* heap = GetHeap(); local 9575 Heap* heap = GetHeap(); local 9755 Heap* heap = native_context->GetHeap(); local 10190 Heap* heap = map->GetHeap(); local 10257 Heap* heap = map->GetHeap(); local 11251 Heap* heap = GetHeap(); local 11345 Heap* heap = GetHeap(); local 11846 Heap* heap = isolate->heap(); local 12129 Heap* heap = GetHeap(); local 12141 Heap* heap = GetHeap(); local 13058 Heap* heap = holder_handle->GetHeap(); local 14534 Heap* heap = GetHeap(); local 14894 Heap* heap = GetHeap(); local 14924 Heap* heap = GetHeap(); local 14954 Heap* heap = GetHeap(); local 15387 Heap* heap = Dictionary<Shape, Key>::GetHeap(); local 15462 Heap* heap = Dictionary<Shape, Key>::GetHeap(); local 15717 Heap* heap = GetHeap(); local 15795 Heap* heap = Dictionary<Shape, Key>::GetHeap(); local 15815 Heap* heap = GetHeap(); local 16307 Heap* heap = debug_info->GetHeap(); local [all...] |
spaces.cc | 72 ASSERT(owner == page->heap()->old_pointer_space() || 73 owner == page->heap()->old_data_space() || 74 owner == page->heap()->map_space() || 75 owner == page->heap()->cell_space() || 76 owner == page->heap()->property_cell_space() || 77 owner == page->heap()->code_space()); 426 NewSpacePage* NewSpacePage::Initialize(Heap* heap, 432 MemoryChunk* chunk = MemoryChunk::Initialize(heap, 448 heap->incremental_marking()->SetNewSpacePageFlags(page) 600 Heap* heap = isolate_->heap(); local [all...] |
profile-generator.cc | 50 StringsStorage::StringsStorage(Heap* heap) 51 : hash_seed_(heap->HashSeed()), names_(StringsMatch) { 466 CpuProfilesCollection::CpuProfilesCollection(Heap* heap) 467 : function_and_resource_names_(heap),
|
contexts.cc | 392 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
|
mksnapshot.cc | 358 internal_isolate->heap()->CollectAllGarbage( 359 i::Heap::kNoGCFlags, "mksnapshot");
|
/external/chromium_org/v8/test/cctest/ |
test-api.cc | 524 CcTest::heap()->CollectAllGarbage(i::Heap::kNoGCFlags); 528 CcTest::heap()->CollectAllAvailableGarbage(); 553 CcTest::heap()->CollectAllGarbage(i::Heap::kNoGCFlags); 557 CcTest::heap()->CollectAllAvailableGarbage(); 571 CcTest::heap()->CollectGarbage(i::NEW_SPACE); // in survivor space now 572 CcTest::heap()->CollectGarbage(i::NEW_SPACE); // in old gen now 585 CcTest::heap()->CollectAllGarbage(i::Heap::kNoGCFlags) 3540 v8::internal::Heap* heap = reinterpret_cast<v8::internal::Isolate*>( local 3634 v8::internal::Heap* heap = reinterpret_cast<v8::internal::Isolate*>( local 3746 v8::internal::Heap* heap = reinterpret_cast<v8::internal::Isolate*>( local 3849 v8::internal::Heap* heap = reinterpret_cast<v8::internal::Isolate*>( local 13815 i::Heap* heap = reinterpret_cast<i::Isolate*>(isolate)->heap(); local [all...] |
cctest.h | 105 static i::Heap* heap() { function in class:CcTest 106 return i_isolate()->heap(); 334 // Helper function that simulates a full new-space in the heap. 341 node->set_size(space->heap(), new_linear_size); 345 // Helper function that simulates a full old-space in the heap. 365 i::Isolate::Current()->heap()->CollectAllAvailableGarbage();
|
test-func-name-inference.cc | 40 using ::v8::internal::Heap; 85 CHECK(shared_func_info_ptr != CcTest::heap()->undefined_value());
|
/art/runtime/ |
common_test.h | 35 #include "gc/heap.h" 296 std::string min_heap_string(StringPrintf("-Xms%zdm", gc::Heap::kDefaultInitialSize / MB)); 297 std::string max_heap_string(StringPrintf("-Xmx%zdm", gc::Heap::kDefaultMaximumSize / MB)); 354 // Create the heap thread pool so that the GC runs in parallel for tests. Normally, the thread 357 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test 394 Runtime::Current()->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
|
/external/chromium_org/third_party/WebKit/Source/heap/ |
blink_heap.target.darwin-arm.mk | 26 third_party/WebKit/Source/heap/Heap.cpp \ 27 third_party/WebKit/Source/heap/ThreadState.cpp
|
blink_heap.target.darwin-mips.mk | 26 third_party/WebKit/Source/heap/Heap.cpp \ 27 third_party/WebKit/Source/heap/ThreadState.cpp
|
blink_heap.target.darwin-x86.mk | 26 third_party/WebKit/Source/heap/Heap.cpp \ 27 third_party/WebKit/Source/heap/ThreadState.cpp
|
blink_heap.target.linux-arm.mk | 26 third_party/WebKit/Source/heap/Heap.cpp \ 27 third_party/WebKit/Source/heap/ThreadState.cpp
|
blink_heap.target.linux-mips.mk | 26 third_party/WebKit/Source/heap/Heap.cpp \ 27 third_party/WebKit/Source/heap/ThreadState.cpp
|
blink_heap.target.linux-x86.mk | 26 third_party/WebKit/Source/heap/Heap.cpp \ 27 third_party/WebKit/Source/heap/ThreadState.cpp
|
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 42 // Return the pointer to the allocated already tagged as a heap object. 336 void CompareRoot(Register with, Heap::RootListIndex index); 337 void CompareRoot(const Operand& with, Heap::RootListIndex index); 339 // Compare object type for heap object. 386 // heap object). If mode is ALLOW_ELEMENT_TRANSITION_MAPS, then also match 396 // known to be a heap object) 411 // Check if a heap object's type is in the JSObject range, not including 534 // and result_end have not yet been tagged as heap objects. If 568 // Allocate a heap number in new space with undefined value. The [all...] |
/art/runtime/native/ |
dalvik_system_VMDebug.cc | 41 features.push_back("hprof-heap-dump"); 42 features.push_back("hprof-heap-dump-streaming"); 243 // We export the VM internal per-heap-space size/alloc/free metrics 244 // for the zygote space, alloc space (application heap), and the large 261 gc::Heap* heap = Runtime::Current()->GetHeap(); local 262 const std::vector<gc::space::ContinuousSpace*>& continuous_spaces = heap->GetContinuousSpaces(); 263 const std::vector<gc::space::DiscontinuousSpace*>& discontinuous_spaces = heap->GetDiscontinuousSpaces();
|
/external/chromium_org/base/debug/ |
proc_maps_linux_unittest.cc | 71 TEST(ProcMapsTest, Heap) { 73 "022ac000-022cd000 rw-p 00000000 00:00 0 [heap]\n"; 82 EXPECT_EQ("[heap]", regions[0].path);
|
/external/v8/src/arm/ |
assembler-arm-inl.h | 254 void RelocInfo::Visit(Heap* heap) { 257 StaticVisitor::VisitEmbeddedPointer(heap, this); 259 StaticVisitor::VisitCodeTarget(heap, this); 261 StaticVisitor::VisitGlobalPropertyCell(heap, this); 265 } else if (heap->isolate()->debug()->has_break_points() && 270 StaticVisitor::VisitDebugTarget(heap, this);
|