OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_data_space
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/v8/src/
store-buffer-inl.h
21
ASSERT(!heap_->
old_data_space
()->Contains(addr));
38
!heap_->
old_data_space
()->Contains(addr) &&
sweeper-thread.cc
44
collector_->SweepInParallel(heap_->
old_data_space
());
mark-compact.cc
138
VerifyMarking(heap->
old_data_space
());
224
VerifyEvacuation(heap->
old_data_space
());
334
free_list_old_data_space_.Reset(new FreeList(heap_->
old_data_space
()));
372
CollectEvacuationCandidates(heap()->
old_data_space
());
389
heap()->
old_data_space
()->EvictEvacuationCandidatesFromFreeLists();
472
VerifyMarkbitsAreClean(heap_->
old_data_space
());
535
ClearMarkbitsInPagedSpace(heap_->
old_data_space
());
581
new SweeperTask(heap(), heap()->
old_data_space
()),
602
RefillFreeList(heap()->paged_space(
OLD_DATA_SPACE
));
604
heap()->paged_space(
OLD_DATA_SPACE
)->ResetUnsweptFreeBytes()
[
all
...]
incremental-marking.cc
392
DeactivateIncrementalWriteBarrierForSpace(heap_->
old_data_space
());
427
ActivateIncrementalWriteBarrier(heap_->
old_data_space
());
[
all
...]
store-buffer.cc
586
ASSERT(!heap_->
old_data_space
()->Contains(*current));
heap.cc
647
(
old_data_space
()->CommittedMemory() * 100.0) /
704
UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(
old_data_space
)
[
all
...]
heap.h
627
OldSpace*
old_data_space
() { return
old_data_space
_; }
function in class:v8::internal::Heap
[
all
...]
spaces.cc
51
owner == page->heap()->
old_data_space
() ||
501
if (owner == heap->
old_data_space
()) {
[
all
...]
heap-snapshot-generator.cc
[
all
...]
/external/chromium_org/v8/src/extensions/
statistics-extension.cc
112
AddNumber(args.GetIsolate(), result, heap->
old_data_space
()->Size(),
114
AddNumber(args.GetIsolate(), result, heap->
old_data_space
()->Available(),
117
heap->
old_data_space
()->CommittedMemory(),
/external/chromium_org/v8/test/cctest/
test-alloc.cc
59
SimulateFullSpace(heap->
old_data_space
());
test-api.cc
755
CHECK(in_new_space || CcTest::heap()->
old_data_space
()->Contains(*istring));
759
in_new_space ? i::NEW_SPACE : i::
OLD_DATA_SPACE
);
778
CHECK(in_new_space || CcTest::heap()->
old_data_space
()->Contains(*istring));
782
in_new_space ? i::NEW_SPACE : i::
OLD_DATA_SPACE
);
[
all
...]
Completed in 182 milliseconds