Home
last modified time | relevance | path

Searched refs:WriteBinBlock (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dfile_stream.h44 bool WriteBinBlock(char *data, int32_t size) override
79 bool WriteBinBlock(char *data, int32_t size) override;
H A Dstream.h42 virtual bool WriteBinBlock(char *data, int32_t size) = 0;
H A Dfile_stream.cpp127 bool FileDescriptorStream::WriteBinBlock(char *data, int32_t size) in WriteBinBlock() function in panda::ecmascript::FileDescriptorStream
H A Dheap_snapshot_json_serializer.cpp67 stream->WriteBinBlock(buf, offset); in DumpStringTable()
74 stream->WriteBinBlock(buf, offset); in DumpStringTable()
88 stream->WriteBinBlock(buf, offset); in DumpStringTable()
H A Dheap_profiler.cpp624 stream->WriteBinBlock(chunk, offBase); in BinaryDump()
625 stream->WriteBinBlock(heapObjData, heapTotalSize); in BinaryDump()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_second_test.cpp59 bool WriteBinBlock(char *data, int32_t size) override
H A Dheap_tracker_third_test.cpp59 bool WriteBinBlock(char *data, int32_t size) override
H A Dheap_tracker_first_test.cpp59 bool WriteBinBlock(char *data, int32_t size) override
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.h146 bool WriteBinBlock(char *data, int32_t size) override

Completed in 5 milliseconds