Home
last modified time | relevance | path

Searched refs:debug_object (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc52 explicit Writer(DebugObject* debug_object) in Writer() argument
53 : debug_object_(debug_object), in Writer()
113 DebugObject* debug_object() { return debug_object_; } in debug_object() function in v8::internal::GDBJITInterface::Writer
833 static_cast<ELFStringTable*>(w->debug_object()->SectionAt(index() + 1)); in WriteBody()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c178 nv_buffer_dump_params (GstObject * debug_object, NvBufferParamsEx * params) in nv_buffer_dump_params() argument
180 GST_DEBUG_OBJECT (debug_object, "nvbuffer fd: %u size %i nv_buffer: %p of " in nv_buffer_dump_params()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglupload.c2087 dump_nv_buf_params (GstObject * debug_object, NvBufferParamsEx * params) in dump_nv_buf_params() argument
2089 GST_DEBUG_OBJECT (debug_object, "nvbuffer fd: %u size %i nv_buffer: %p of " in dump_nv_buf_params()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c486 GstObject * debug_object, in gst_v4l2_object_new() argument
504 v4l2object->dbg_obj = debug_object; in gst_v4l2_object_new()