Home
last modified time | relevance | path

Searched defs:stream (Results 1 - 25 of 41) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler_queue_interface.h30 PandaOStringStream stream; in GetTaskDescription() local
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info.cpp33 void CodeInfo::Dump(std::ostream &stream, const StackMap &stackMap, Arch arch) const in Dump() argument
58 DumpInlineInfo(std::ostream &stream, const StackMap &stackMap, int depth) const DumpInlineInfo() argument
[all...]
H A Dcode_info_builder.cpp213 void CodeInfoBuilder::Encode(ArenaVector<uint8_t> *stream, size_t offset) in Encode() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Ddump.cpp20 void CodeInfoProducer::DumpStackMap(const std::unique_ptr<const LLVMStackMap> &stackmap, std::ostream &stream) in DumpStackMap() argument
49 DumpStackMapFunction(const LLVMStackMap::FunctionAccessor &function, std::ostream &stream, const std::string &prefix) DumpStackMapFunction() argument
58 DumpStackMapRecord(const LLVMStackMap::RecordAccessor &record, std::ostream &stream, const std::string &prefix) DumpStackMapRecord() argument
82 DumpStackMapLocation(const LLVMStackMap::LocationAccessor &location, std::ostream &stream, const std::string &prefix) DumpStackMapLocation() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
H A Dasm_printer.cpp24 auto stream = encoder->GetStream(); in BindLabel() local
47 auto stream = encoder->GetStream(); in BindLabel() local
69 auto stream = encoder->GetStream(); in BindLabel() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot_json_serializer.h38 explicit StreamWriter(Stream *stream) in StreamWriter() argument
H A Dheap_tracker.h33 HeapTrackerSample(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTrackerSample() argument
72 HeapTracker(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTracker() argument
H A Dheap_snapshot_json_serializer.cpp23 bool HeapSnapshotJSONSerializer::Serialize(HeapSnapshot *snapshot, Stream *stream) in Serialize() argument
48 void HeapSnapshotJSONSerializer::DumpStringTable(HeapSnapshot *snapshot, Stream *stream) in DumpStringTable() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_second_test.cpp138 TestStream stream; in HWTEST_F_L0() local
174 TestStream stream; in HWTEST_F_L0() local
210 TestStream stream; in HWTEST_F_L0() local
246 TestStream stream; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.cpp119 bool PGOProfilerHeader::ParseFromText(std::ifstream &stream) in ParseFromText() argument
H A Dpgo_file_info.h360 virtual bool ParseFromText([[maybe_unused]] std::ifstream &stream) in ParseFromText() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dwrapped_module.cpp123 void WrappedModule::Dump(llvm::raw_ostream *stream) in Dump() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
H A Dgc_workers_thread_pool.h84 PandaOStringStream stream; in GetTaskDescription() local
/arkcompiler/runtime_core/static_core/tools/sampler/
H A Dtrace_dumper.cpp22 std::ofstream &stream = ResolveStream(sample); in DumpTraces() local
55 void TraceDumper::WriteThreadId(std::ofstream &stream, uint32_t threadId) in WriteThreadId() argument
61 void TraceDumper::WriteThreadStatus(std::ofstream &stream, SampleInfo::ThreadStatus threadStatus) in WriteThreadStatus() argument
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dtask_time_stats.cpp118 std::stringstream stream; in GetStatisticsForProperties() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_Atomics.cpp213 std::stringstream stream; in PrintWaiters() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_table.h35 static std::array<uint32_t, N> Read(BitMemoryStreamIn *stream) in Read() argument
53 static void Write(BitMemoryStreamOut<Container> &stream, const std::array<uint32_t, N> &data) in Write() argument
[all...]
H A Dlogger.h350 FileLogger(std::ofstream &&stream, Level level, const ComponentMask &component_mask) in FileLogger() argument
372 FastFileLogger(std::ofstream &&stream, Level level, const ComponentMask &component_mask) in FastFileLogger() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_table.h35 static std::array<uint32_t, N> Read(BitMemoryStreamIn *stream) in Read() argument
53 static void Write(BitMemoryStreamOut<Container> &stream, const std::array<uint32_t, N> &data) in Write() argument
[all...]
H A Dlogger.h344 FileLogger(std::ofstream &&stream, Level level, ComponentMask componentMask) argument
366 FastFileLogger(std::ofstream &&stream, Level level, ComponentMask componentMask) argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_shared_memory.cpp101 std::stringstream stream; in PrintWaiters() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_logging.h151 void SetLogDevice(FILE &stream) in SetLogDevice() argument
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.cpp137 std::stringstream stream; in GetNativeStack() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp178 ecmascript::FileStream *stream = nullptr; in HWTEST_F_L0() local
226 ecmascript::FileStream *stream = nullptr; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.h131 friend std::ostream &operator<<(std::ostream &stream, const EntityId &id) in operator <<() argument

Completed in 15 milliseconds

12