Home
last modified time | relevance | path

Searched refs:obj_bytes (Results 176 – 200 of 466) sorted by relevance

12345678910>>...19

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DpsPromotionManager.inline.hpp86 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
88 gc_tracer->report_promotion_in_new_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
94 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
95 gc_tracer->report_promotion_outside_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/parallel/
H A DpsPromotionManager.inline.hpp71 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
73 gc_tracer->report_promotion_in_new_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
79 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
80 gc_tracer->report_promotion_outside_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/parallel/
H A DpsPromotionManager.inline.hpp74 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
76 gc_tracer->report_promotion_in_new_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
82 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
83 gc_tracer->report_promotion_outside_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/parallel/
H A DpsPromotionManager.inline.hpp71 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
73 gc_tracer->report_promotion_in_new_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
79 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
80 gc_tracer->report_promotion_outside_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/parallel/
H A DpsPromotionManager.inline.hpp87 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
89 gc_tracer->report_promotion_in_new_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
95 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
96 gc_tracer->report_promotion_outside_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/parallel/
H A DpsPromotionManager.inline.hpp87 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
89 gc_tracer->report_promotion_in_new_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
95 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
96 gc_tracer->report_promotion_outside_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/parallel/
H A DpsPromotionManager.inline.hpp87 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
89 gc_tracer->report_promotion_in_new_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
95 size_t obj_bytes = obj_size * HeapWordSize; in promotion_trace_event() local
96 gc_tracer->report_promotion_outside_plab_event(old_obj->klass(), obj_bytes, in promotion_trace_event()
/dports/devel/liborcus/liborcus-0.16.1/src/python/
H A Ddocument.hpp70 PyObject* obj_bytes, iface::import_filter& app, std::unique_ptr<spreadsheet::document>&& doc);
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dms_memslap.h77 size_t obj_bytes; /* object bytes */ member
H A Dmemaslap.c765 (unsigned long) ms_stats.obj_bytes); in ms_print_memslap_stats()
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dms_memslap.h77 size_t obj_bytes; /* object bytes */ member
H A Dmemaslap.c770 (unsigned long) ms_stats.obj_bytes); in ms_print_memslap_stats()
/dports/www/py-quilt3/quilt3-3.6.0/quilt3/
H A Dpackages.py262 obj_bytes = self.get_bytes(use_cache_if_available=use_cache_if_available)
263 return json.loads(obj_bytes.decode("utf-8"))
271 obj_bytes = self.get_bytes(use_cache_if_available=use_cache_if_available)
272 return obj_bytes.decode("utf-8")
/dports/audio/libaudiofile/audiofile-0.3.6/gtest/
H A Dgtest-all.cpp8613 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument
8626 snprintf(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo()
8632 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument
8644 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
8646 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
8650 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
8664 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument
8666 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
/dports/security/suricata/suricata-6.0.4/libhtp/test/gtest/
H A Dgtest-all.cc8613 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument
8626 snprintf(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo()
8632 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument
8644 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
8646 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
8650 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
8664 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument
8666 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
/dports/devel/protobuf25/protobuf-2.5.0/gtest/fused-src/gtest/
H A Dgtest-all.cc8730 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument
8743 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo()
8749 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument
8761 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
8763 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
8767 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
8781 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument
8783 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/tests/kfdtest/gtest-1.6.0/
H A Dgtest-all.cpp8627 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument
8640 snprintf(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo()
8646 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument
8658 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
8660 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
8664 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
8678 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument
8680 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
/dports/devel/libhtp/libhtp-0.5.33/test/gtest/
H A Dgtest-all.cc8613 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument
8626 snprintf(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo()
8632 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument
8644 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
8646 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
8650 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
8664 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument
8666 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/third_party/googletest/include/gtest/
H A Dgtest-printers.h128 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
/dports/devel/string_theory/string_theory-3.4/test/gtest-1.10.0/include/gtest/
H A Dgtest-printers.h128 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
/dports/math/pdal/PDAL-2.3.0/vendor/gtest/include/gtest/
H A Dgtest-printers.h128 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/google_test/gtest/include/gtest/
H A Dgtest-printers.h127 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
/dports/games/fs2open/fs2open.github.com-release_21_4_1/test/gtest/include/gtest/
H A Dgtest-printers.h128 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
/dports/graphics/blender/blender-2.91.0/extern/gtest/include/gtest/
H A Dgtest-printers.h128 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/include/gtest/
H A Dgtest-printers.h114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,

12345678910>>...19