OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocatePage
(Results
1 - 6
of
6
) sorted by null
/external/v8/test/cctest/
test-spaces.cc
144
memory_allocator->
AllocatePage
(&faked_space, NOT_EXECUTABLE);
157
memory_allocator->
AllocatePage
(&faked_space, NOT_EXECUTABLE);
/external/chromium_org/v8/test/cctest/
test-spaces.cc
280
Page* first_page = memory_allocator->
AllocatePage
(
293
Page* other = memory_allocator->
AllocatePage
(
/external/v8/src/
spaces.cc
575
Page* MemoryAllocator::
AllocatePage
(PagedSpace* owner,
859
AllocatePage
(this, executable());
[
all
...]
spaces.h
953
Page*
AllocatePage
(PagedSpace* owner, Executability executable);
[
all
...]
/external/chromium_org/v8/src/
spaces.h
[
all
...]
spaces.cc
735
Page* MemoryAllocator::
AllocatePage
(intptr_t size,
[
all
...]
Completed in 245 milliseconds