OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_to_space
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
spaces.cc
409
bool
in_to_space
= (semi_space->id() != kFromSpace);
local
410
chunk->SetFlag(
in_to_space
? MemoryChunk::
IN_TO_SPACE
412
ASSERT(!chunk->IsFlagSet(
in_to_space
? MemoryChunk::IN_FROM_SPACE
413
: MemoryChunk::
IN_TO_SPACE
));
[
all
...]
/external/chromium_org/v8/src/
spaces.cc
442
bool
in_to_space
= (semi_space->id() != kFromSpace);
local
443
chunk->SetFlag(
in_to_space
? MemoryChunk::
IN_TO_SPACE
445
ASSERT(!chunk->IsFlagSet(
in_to_space
? MemoryChunk::IN_FROM_SPACE
446
: MemoryChunk::
IN_TO_SPACE
));
[
all
...]
Completed in 33 milliseconds