Lines Matching refs:the_hole_value
892 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeInterpretedFrame()
992 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeInterpretedFrame()
998 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeInterpretedFrame()
1102 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeArgumentsAdaptorFrame()
1144 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeArgumentsAdaptorFrame()
1221 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeConstructStubFrame()
1278 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeConstructStubFrame()
1289 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeConstructStubFrame()
1569 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeBuiltinContinuation()
1582 frame_writer.PushRawObject(roots.the_hole_value(), in DoComputeBuiltinContinuation()
1594 frame_writer.PushRawObject(roots.the_hole_value(), in DoComputeBuiltinContinuation()
1692 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeBuiltinContinuation()
1697 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeBuiltinContinuation()
2915 frame.Add(TranslatedValue::NewTagged(this, roots.the_hole_value())); in CreateArgumentsElementsTranslatedValues()
3456 CHECK(value.is_identical_to(isolate()->factory()->the_hole_value())); in MaterializeFixedDoubleArray()