OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpaceIsLarge
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
serialize.h
298
static inline bool
SpaceIsLarge
(int space) { return space >= kLargeData; }
465
if (
SpaceIsLarge
(space)) return large_object_total_;
serialize.cc
597
if (!
SpaceIsLarge
(space_index)) {
614
ASSERT(
SpaceIsLarge
(space_index));
639
ASSERT(!
SpaceIsLarge
(space));
649
if (
SpaceIsLarge
(space)) {
[
all
...]
Completed in 151 milliseconds