Home
last modified time | relevance | path

Searched refs:fill_frames (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/wxformbuilder/source/src/dbg_stack_trace/
H A Dstack.cpp229 …void fill_frames(std::list<dbg::stack_frame> &frames, dbg::stack::depth_type limit, CONTEXT* fromC… in fill_frames() function
312 void fill_frames(std::list<dbg::stack_frame> &frames, dbg::stack::depth_type limit) in fill_frames() function
344 void fill_frames(std::list<dbg::stack_frame> &frames, dbg::stack::depth_type limit) in fill_frames() function
369 void fill_frames(std::list<dbg::stack_frame> &, dbg::stack::depth_type ) in fill_frames() function
376 void fill_frames(std::list<dbg::stack_frame> &, dbg::stack::depth_type ) in fill_frames() function
425 fill_frames(frames_, limit, fromContext); in stack()
431 fill_frames(frames_, limit); in stack()
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dstack.cxx226 void fill_frames(std::list<dbg::stack_frame> &frames, dbg::stack::depth_type limit) in fill_frames() function
303 void fill_frames(std::list<dbg::stack_frame> &frames, dbg::stack::depth_type limit) in fill_frames() function
335 void fill_frames(std::list<dbg::stack_frame> &frames, dbg::stack::depth_type limit) in fill_frames() function
409 fill_frames(frames_, limit); in stack()
/dports/games/springlobby/springlobby-0.180/src/utils/
H A Dstack.cpp231 void fill_frames(std::list<dbg::stack_frame> &frames, dbg::stack::depth_type limit) in fill_frames() function
308 void fill_frames(std::list<dbg::stack_frame> &frames, dbg::stack::depth_type limit) in fill_frames() function
340 void fill_frames(std::list<dbg::stack_frame> &frames, dbg::stack::depth_type limit) in fill_frames() function
414 fill_frames(frames_, limit); in stack()
/dports/audio/musicpd/mpd-0.23.6/src/encoder/plugins/
H A DOpusEncoderPlugin.cxx71 void WriteSilence(unsigned fill_frames);
256 OpusEncoder::WriteSilence(unsigned fill_frames) in WriteSilence() argument
258 size_t fill_bytes = fill_frames * frame_size; in WriteSilence()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/libs/common/
H A DMuleDebug.cpp515 void fill_frames(std::list<stack_frame> &frames) in fill_frames() function
552 fill_frames(frames); in get_backtrace()
/dports/net-p2p/amule/aMule-2.3.3/src/libs/common/
H A DMuleDebug.cpp513 void fill_frames(std::list<stack_frame> &frames) in fill_frames() function
550 fill_frames(frames); in get_backtrace()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Danimation.py872 fill_frames = _embedded_frames(self._saved_frames,
877 fill_frames = _included_frames(self._temp_paths, self.frame_format)
890 fill_frames=fill_frames,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Danimation.py938 fill_frames = _embedded_frames(self._saved_frames,
942 fill_frames = _included_frames(self._temp_names,
956 fill_frames=fill_frames,
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1163 MultipleStackTracesCollector::fill_frames(jthread jt, JavaThread *thr, oop thread_oop) { in fill_frames() function in MultipleStackTracesCollector
1267 _collector.fill_frames(jt, java_thread, thread_oop); in doit()
1279 _collector.fill_frames(_jthread, jt, thread_oop); in do_thread()
1298 _collector.fill_frames((jthread)JNIHandles::make_local(_calling_thread, thread_oop), in doit()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1162 MultipleStackTracesCollector::fill_frames(jthread jt, JavaThread *thr, oop thread_oop) { in fill_frames() function in MultipleStackTracesCollector
1265 _collector.fill_frames(jt, java_thread, thread_oop); in doit()
1277 _collector.fill_frames(_jthread, jt, thread_oop); in do_thread()
1296 _collector.fill_frames((jthread)JNIHandles::make_local(_calling_thread, thread_oop), in doit()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1202 VM_GetMultipleStackTraces::fill_frames(jthread jt, JavaThread *thr, oop thread_oop) { in fill_frames() function in VM_GetMultipleStackTraces
1293 fill_frames(jt, java_lang_Thread::thread(thread_oop), thread_oop); in doit()
1312 fill_frames((jthread)JNIHandles::make_local(_calling_thread, thread_oop), in doit()
H A DjvmtiEnvBase.hpp484 void fill_frames(jthread jt, JavaThread *thr, oop thread_oop);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1202 VM_GetMultipleStackTraces::fill_frames(jthread jt, JavaThread *thr, oop thread_oop) { in fill_frames() function in VM_GetMultipleStackTraces
1293 fill_frames(jt, java_lang_Thread::thread(thread_oop), thread_oop); in doit()
1312 fill_frames((jthread)JNIHandles::make_local(_calling_thread, thread_oop), in doit()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1197 VM_GetMultipleStackTraces::fill_frames(jthread jt, JavaThread *thr, oop thread_oop) { in fill_frames() function in VM_GetMultipleStackTraces
1296 fill_frames(jt, java_thread, thread_oop); in doit()
1315 fill_frames((jthread)JNIHandles::make_local(_calling_thread, thread_oop), in doit()
H A DjvmtiEnvBase.hpp487 void fill_frames(jthread jt, JavaThread *thr, oop thread_oop);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1190 VM_GetMultipleStackTraces::fill_frames(jthread jt, JavaThread *thr, oop thread_oop) { in fill_frames() function in VM_GetMultipleStackTraces
1290 fill_frames(jt, java_thread, thread_oop); in doit()
1309 fill_frames((jthread)JNIHandles::make_local(_calling_thread, thread_oop), in doit()
H A DjvmtiEnvBase.hpp496 void fill_frames(jthread jt, JavaThread *thr, oop thread_oop);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1193 VM_GetMultipleStackTraces::fill_frames(jthread jt, JavaThread *thr, oop thread_oop) { in fill_frames() function in VM_GetMultipleStackTraces
1293 fill_frames(jt, java_thread, thread_oop); in doit()
1312 fill_frames((jthread)JNIHandles::make_local(_calling_thread, thread_oop), in doit()
H A DjvmtiEnvBase.hpp496 void fill_frames(jthread jt, JavaThread *thr, oop thread_oop);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1191 VM_GetMultipleStackTraces::fill_frames(jthread jt, JavaThread *thr, oop thread_oop) { in fill_frames() function in VM_GetMultipleStackTraces
1291 fill_frames(jt, java_thread, thread_oop); in doit()
1310 fill_frames((jthread)JNIHandles::make_local(_calling_thread, thread_oop), in doit()
H A DjvmtiEnvBase.hpp488 void fill_frames(jthread jt, JavaThread *thr, oop thread_oop);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1190 VM_GetMultipleStackTraces::fill_frames(jthread jt, JavaThread *thr, oop thread_oop) { in fill_frames() function in VM_GetMultipleStackTraces
1290 fill_frames(jt, java_thread, thread_oop); in doit()
1309 fill_frames((jthread)JNIHandles::make_local(_calling_thread, thread_oop), in doit()
H A DjvmtiEnvBase.hpp496 void fill_frames(jthread jt, JavaThread *thr, oop thread_oop);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1193 VM_GetMultipleStackTraces::fill_frames(jthread jt, JavaThread *thr, oop thread_oop) { in fill_frames() function in VM_GetMultipleStackTraces
1292 fill_frames(jt, java_thread, thread_oop); in doit()
1311 fill_frames((jthread)JNIHandles::make_local(_calling_thread, thread_oop), in doit()
H A DjvmtiEnvBase.hpp496 void fill_frames(jthread jt, JavaThread *thr, oop thread_oop);

12