Lines Matching refs:PushRawObject

49   void PushRawObject(Object* obj, const char* debug_hint) {  in PushRawObject()  function in v8::internal::FrameWriter
79 PushRawObject(obj, debug_hint); in PushTranslatedValue()
892 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeInterpretedFrame()
969 frame_writer.PushRawObject(bytecode_array, "bytecode array\n"); in DoComputeInterpretedFrame()
975 frame_writer.PushRawObject(smi_bytecode_offset, "bytecode offset\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()
1008 frame_writer.PushRawObject(reinterpret_cast<Object*>(accumulator_value), in DoComputeInterpretedFrame()
1102 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeArgumentsAdaptorFrame()
1142 frame_writer.PushRawObject(Smi::FromInt(height - 1), "argc\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()
1265 frame_writer.PushRawObject(context, "context\n"); in DoComputeConstructStubFrame()
1268 frame_writer.PushRawObject(Smi::FromInt(height - 1), "argc\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()
1588 frame_writer.PushRawObject(reinterpret_cast<Object*>(accumulator_value), in DoComputeBuiltinContinuation()
1594 frame_writer.PushRawObject(roots.the_hole_value(), in DoComputeBuiltinContinuation()
1659 frame_writer.PushRawObject(Smi::FromInt(output_frame_size_above_fp), in DoComputeBuiltinContinuation()
1668 frame_writer.PushRawObject(builtin, "builtin address\n"); 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()
1706 frame_writer.PushRawObject(roots.undefined_value(), "callback result\n"); in DoComputeBuiltinContinuation()