OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retry_space
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/
heap-inl.h
185
AllocationSpace
retry_space
) {
188
retry_space
== OLD_POINTER_SPACE ||
189
retry_space
== OLD_DATA_SPACE ||
190
retry_space
== LO_SPACE);
204
space =
retry_space
;
heap.cc
3516
AllocationSpace
retry_space
=
local
4350
AllocationSpace
retry_space
= OLD_DATA_SPACE;
local
4386
AllocationSpace
retry_space
= OLD_DATA_SPACE;
local
4541
AllocationSpace
retry_space
=
local
4674
AllocationSpace
retry_space
=
local
[
all
...]
heap.h
[
all
...]
/external/chromium_org/v8/src/
heap-inl.h
216
AllocationSpace
retry_space
) {
235
if (always_allocate() && result->IsFailure() &&
retry_space
!= NEW_SPACE) {
236
space =
retry_space
;
heap.cc
4407
AllocationSpace
retry_space
=
local
4427
AllocationSpace
retry_space
=
local
[
all
...]
heap.h
[
all
...]
Completed in 33 milliseconds