OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPageInSpace
(Results
1 - 4
of
4
) sorted by null
/external/v8/test/cctest/
test-spaces.cc
147
CHECK(memory_allocator->
IsPageInSpace
(p, &faked_space));
161
CHECK(memory_allocator->
IsPageInSpace
(p, &faked_space));
/external/v8/src/
spaces-inl.h
332
bool MemoryAllocator::
IsPageInSpace
(Page* p, PagedSpace* space) {
416
return heap()->isolate()->memory_allocator()->
IsPageInSpace
(p, this);
spaces.h
625
inline bool
IsPageInSpace
(Page* p, PagedSpace* space);
[
all
...]
spaces.cc
[
all
...]
Completed in 36 milliseconds