Home | History | Annotate | Download | only in heap

Lines Matching refs:ODDBALL_TYPE

2243     ALLOCATE_PARTIAL_MAP(ODDBALL_TYPE, Oddball::kSize, undefined);
2244 ALLOCATE_PARTIAL_MAP(ODDBALL_TYPE, Oddball::kSize, null);
2245 ALLOCATE_PARTIAL_MAP(ODDBALL_TYPE, Oddball::kSize, the_hole);
2331 ALLOCATE_PRIMITIVE_MAP(ODDBALL_TYPE, Oddball::kSize, boolean,
2333 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, uninitialized);
2334 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, arguments_marker);
2335 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, no_interceptor_result_sentinel);
2336 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, exception);
2337 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, termination_exception);
2338 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, optimized_out);
2339 ALLOCATE_MAP(ODDBALL_TYPE, Oddball::kSize, stale_register);