Searched refs:PushRawObject (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/deoptimizer/ |
D | deoptimizer.cc | 59 void PushRawObject(Object obj, const char* debug_hint) { in PushRawObject() function in v8::internal::FrameWriter 97 PushRawObject(obj, debug_hint); in PushTranslatedValue() 1014 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeInterpretedFrame() 1111 frame_writer.PushRawObject(bytecode_array, "bytecode array\n"); in DoComputeInterpretedFrame() 1117 frame_writer.PushRawObject(smi_bytecode_offset, "bytecode offset\n"); in DoComputeInterpretedFrame() 1161 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeInterpretedFrame() 1167 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeInterpretedFrame() 1177 frame_writer.PushRawObject(Object(accumulator_value), "accumulator\n"); in DoComputeInterpretedFrame() 1298 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeArgumentsAdaptorFrame() 1347 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeArgumentsAdaptorFrame() [all …]
|