Searched refs:PushRawObject (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | deoptimizer.cc | 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() [all …]
|