Home | History | Annotate | Download | only in heap

Lines Matching refs:ODDBALL_TYPE

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);
2314 ALLOCATE_PRIMITIVE_MAP(ODDBALL_TYPE, Oddball::kSize, boolean,
2316 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, uninitialized);
2317 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, arguments_marker);
2318 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, no_interceptor_result_sentinel);
2319 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, exception);
2320 ODDBALL_TYPE, Oddball::kSize, termination_exception);
2321 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, optimized_out);
2322 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, stale_register);