OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:map_space_
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
heap.cc
106
map_space_
(NULL),
169
map_space_
->Capacity() +
181
map_space_
->CommittedMemory() +
200
map_space_
->Available() +
209
map_space_
!= NULL &&
345
map_space_
->Size(),
346
map_space_
->Available(),
347
map_space_
->Waste());
950
VerifyPageWatermarkValidity(
map_space_
, ALL_VALID);
959
map_space_
->FlushTopPageWatermark()
[
all
...]
heap-inl.h
183
result =
map_space_
->AllocateRaw(size_in_bytes);
229
MaybeObject* result =
map_space_
->AllocateRaw(Map::kSize);
heap.h
398
MapSpace* map_space() { return
map_space_
; }
1280
MapSpace*
map_space_
;
member in class:v8::internal::Heap
[
all
...]
Completed in 18 milliseconds