| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | compiler_queue_interface.h | 30 PandaOStringStream stream; in GetTaskDescription() local
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| H A D | code_info.cpp | 33 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 D | code_info_builder.cpp | 213 void CodeInfoBuilder::Encode(ArenaVector<uint8_t> *stream, size_t offset) in Encode() argument [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | dump.cpp | 20 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 D | asm_printer.cpp | 24 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 D | heap_snapshot_json_serializer.h | 38 explicit StreamWriter(Stream *stream) in StreamWriter() argument
|
| H A D | heap_tracker.h | 33 HeapTrackerSample(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTrackerSample() argument 72 HeapTracker(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTracker() argument
|
| H A D | heap_snapshot_json_serializer.cpp | 23 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 D | heap_tracker_second_test.cpp | 138 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 D | pgo_file_info.cpp | 119 bool PGOProfilerHeader::ParseFromText(std::ifstream &stream) in ParseFromText() argument
|
| H A D | pgo_file_info.h | 360 virtual bool ParseFromText([[maybe_unused]] std::ifstream &stream) in ParseFromText() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | wrapped_module.cpp | 123 void WrappedModule::Dump(llvm::raw_ostream *stream) in Dump() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/ |
| H A D | gc_workers_thread_pool.h | 84 PandaOStringStream stream; in GetTaskDescription() local
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| H A D | trace_dumper.cpp | 22 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 D | task_time_stats.cpp | 118 std::stringstream stream; in GetStatisticsForProperties() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | escompat_Atomics.cpp | 213 std::stringstream stream; in PrintWaiters() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | bit_table.h | 35 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 D | logger.h | 350 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 D | bit_table.h | 35 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 D | logger.h | 344 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 D | ets_shared_memory.cpp | 101 std::stringstream stream; in PrintWaiters() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| H A D | mpl_logging.h | 151 void SetLogDevice(FILE &stream) in SetLogDevice() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackgetter.cpp | 137 std::stringstream stream; in GetNativeStack() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | dfx_jsnapi_tests.cpp | 178 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 D | file.h | 131 friend std::ostream &operator<<(std::ostream &stream, const EntityId &id) in operator <<() argument
|