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 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
heap-inl.h
213
allocation =
old_data_space_
->AllocateRaw(size_in_bytes);
285
return
old_data_space_
->Contains(address);
332
:
old_data_space_
;
heap.cc
73
old_data_space_
(NULL),
160
old_data_space_
->Capacity() +
173
old_data_space_
->CommittedMemory() +
187
old_data_space_
->CommittedPhysicalMemory() +
218
old_data_space_
->Available() +
228
old_data_space_
!= NULL &&
341
old_data_space_
->SizeOfObjects() / KB,
342
old_data_space_
->Available() / KB,
343
old_data_space_
->CommittedMemory() / KB);
[
all
...]
heap.h
1529
OldSpace*
old_data_space_
;
member in class:v8::internal::Heap
[
all
...]
Completed in 42 milliseconds