Searched defs:ALLOCATE_PARTIAL_MAP (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dheap.cc2214 #define ALLOCATE_PARTIAL_MAP(instance_type, size, field_name) \ macro
2221 ALLOCATE_PARTIAL_MAP(FIXED_ARRAY_TYPE, kVariableSizeSentinel, fixed_array);
2223 ALLOCATE_PARTIAL_MAP(ODDBALL_TYPE, Oddball::kSize, undefined);
2224 ALLOCATE_PARTIAL_MAP(ODDBALL_TYPE, Oddball::kSize, null);
2225 ALLOCATE_PARTIAL_MAP(ODDBALL_TYPE, Oddball::kSize, the_hole);
2227 #undef ALLOCATE_PARTIAL_MAP macro

Completed in 69 milliseconds