Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 119) sorted by relevance

12345

/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp53 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, uint8_t val) in operator <<()
61 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple16 val) in operator <<()
66 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple32 val) in operator <<()
72 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple64 val) in operator <<()
112 std::vector<uint8_t> out; variable
135 std::vector<uint8_t> out; variable
156 std::vector<uint8_t> out; variable
174 std::vector<uint8_t> out; variable
200 std::vector<uint8_t> out; variable
221 std::vector<uint8_t> out; variable
[all …]
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_opcode.cpp107 void RegExpOpCode::DumpRegExpOpCode(std::ostream &out, const DynChunk &buf) in DumpRegExpOpCode()
125 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
140 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
155 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
169 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
188 uint32_t GotoOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
203 uint32_t SplitNextOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
218 uint32_t SplitFirstOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
234 uint32_t LoopOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
252 uint32_t LoopGreedyOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
[all …]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp55 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, uint8_t val) in operator <<()
63 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple16 val) in operator <<()
68 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple32 val) in operator <<()
74 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple64 val) in operator <<()
114 std::vector<uint8_t> out; in TEST() local
137 std::vector<uint8_t> out; in TEST() local
158 std::vector<uint8_t> out; in TEST() local
176 std::vector<uint8_t> out; in TEST() local
202 std::vector<uint8_t> out; in TEST() local
223 std::vector<uint8_t> out; in TEST() local
[all …]
/arkcompiler/runtime_core/libpandabase/tests/
Dutf_test.cpp33 std::vector<uint16_t> out(res.size()); variable
42 std::vector<uint16_t> out(res.size()); variable
51 std::vector<uint16_t> out(res.size()); variable
60 std::vector<uint16_t> out(res.size()); variable
72 std::vector<uint16_t> out(res.size()); variable
80 std::vector<uint16_t> out(res.size()); variable
88 std::vector<uint16_t> out(res.size()); variable
194 std::vector<uint16_t> out(res.size()); variable
203 std::vector<uint16_t> out(res.size()); variable
212 std::vector<uint16_t> out(res.size()); variable
[all …]
Dalloc_tracker_test.cpp54 std::stringstream out; in TEST() local
68 std::stringstream out; in TEST() local
95 std::stringstream out; in TEST() local
146 std::stringstream out; in TEST() local
Dbit_table_test.cpp66 BitMemoryStreamOut out(&data); in TEST_F() local
85 BitMemoryStreamOut out(&data); in TEST_F() local
111 BitMemoryStreamOut out(&data); in TEST_F() local
144 BitMemoryStreamOut out(&data); in TEST_F() local
208 BitMemoryStreamOut out(&data); in TEST_F() local
239 BitMemoryStreamOut out(&data); in InitRangesTest() local
414 BitMemoryStreamOut out(&data); in TEST_F() local
475 BitMemoryStreamOut out(&data); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp113 void RegExpOpCode::DumpRegExpOpCode(std::ostream &out, const DynChunk &buf, uint32_t size) in DumpRegExpOpCode()
131 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
146 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
161 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
175 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
194 uint32_t GotoOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
216 uint32_t SplitNextOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
238 uint32_t SplitFirstOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
254 uint32_t LoopOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
272 uint32_t LoopGreedyOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
Dserializer.h104 Expected<size_t, const char *> BufferToType(const uint8_t *data, size_t size, T &out) in BufferToType()
118 …<size_t, const char *> BufferToTypeUnpackString(const uint8_t *data, size_t size, std::string &out, in BufferToTypeUnpackString()
131 …ine Expected<size_t, const char *> BufferToType(const uint8_t *data, size_t size, std::string &out) in BufferToType()
171 …size_t, const char *> BufferToType(const uint8_t *data, size_t size, std::unordered_map<K, V> &out) in BufferToType()
290 Expected<size_t, const char *> RawBufferToStruct(const uint8_t *data, size_t size, Struct &out) in RawBufferToStruct()
307 bool BufferToStruct(const uint8_t *data, size_t size, Struct &out) in BufferToStruct()
317 bool BufferToStruct(const std::vector<uint8_t> &buffer, Struct &out) in BufferToStruct()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dutf_test.cpp44 std::vector<uint16_t> out(res.size()); in TEST() local
52 std::vector<uint16_t> out(res.size()); in TEST() local
60 std::vector<uint16_t> out(res.size()); in TEST() local
72 std::vector<uint16_t> out(res.size()); in TEST() local
81 std::vector<uint16_t> out(res.size()); in TEST() local
90 std::vector<uint16_t> out(res.size()); in TEST() local
99 std::vector<uint16_t> out(res.size()); in TEST() local
149 std::vector<uint8_t> out(res.size()); in TEST() local
163 std::vector<uint8_t> out(res.size()); in TEST() local
174 std::vector<uint8_t> out(res.size()); in TEST() local
[all …]
Dalloc_tracker_test.cpp54 std::stringstream out; in TEST() local
68 std::stringstream out; in TEST() local
96 std::stringstream out; in TEST() local
150 std::stringstream out; in TEST() local
167 std::stringstream out; in TEST() local
Dbit_table_test.cpp71 BitMemoryStreamOut out(&data); in TEST_F() local
90 BitMemoryStreamOut out(&data); in TEST_F() local
116 BitMemoryStreamOut out(&data); in TEST_F() local
149 BitMemoryStreamOut out(&data); in TEST_F() local
214 BitMemoryStreamOut out(&data); in TEST_F() local
309 BitMemoryStreamOut out(&data); in TEST_F() local
341 BitMemoryStreamOut out(&data); in TEST_F() local
426 BitMemoryStreamOut out(&data); in TEST_F() local
487 BitMemoryStreamOut out(&data); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dperf_counter.cpp302 void CounterReporter::FormatLongNumber(uint64_t value, char *out) in FormatLongNumber()
331 void CounterReporter::ReportNanCounter(std::ostream &out, const char *title) in ReportNanCounter()
337 void CounterReporter::ReportLongCounter(std::ostream &out, const char *title, CounterValue counter) in ReportLongCounter()
354 void CounterReporter::ReportLongCounter(std::ostream &out, const char *title, CounterValue counter, in ReportLongCounter()
379 void CounterReporter::ReportTimeCounter(std::ostream &out, const char *title, CounterValue counter) in ReportTimeCounter()
394 void CounterReporter::ReportCounterRatio(std::ostream &out, CounterValue counter, CounterValue deno… in ReportCounterRatio()
406 void PerfCounterDescriptor::Report(std::ostream &out, const Perf *p) const in Report()
474 std::ostream &operator<<(std::ostream &out, const Perf &p) in operator <<()
482 void Report(std::ostream &out, const char *title, CounterValue counter, in Report()
496 …void Report(std::ostream &out, const char *title, CounterValue counter, const Perf *p) const overr… in Report()
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dalloc_tracker.cpp42 static void Write(uint32_t val, std::ostream &out) in Write()
47 static void Write(const std::string &str, std::ostream &out) in Write()
130 std::ofstream out(GetDumpFilePath(), std::ios::out | std::ios::binary | std::ios::trunc); in Dump() local
141 void DetailAllocTracker::Dump(std::ostream &out) in Dump()
191 void DetailAllocTracker::DumpMemLeaks(std::ostream &out) in DumpMemLeaks()
210 uint32_t DetailAllocTracker::WriteStacks(std::ostream &out, std::map<uint32_t, uint32_t> *idMap) in WriteStacks()
Dalloc_tracker.h40 virtual void Dump([[maybe_unused]] std::ostream &out) {} in Dump()
41 virtual void DumpMemLeaks([[maybe_unused]] std::ostream &out) {} in DumpMemLeaks()
77 void Dump(std::ostream &out) override in Dump()
85 void DumpMemLeaks(std::ostream &out) override in DumpMemLeaks()
/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.cpp42 static void Write(uint32_t val, std::ostream &out) in Write()
47 static void Write(const std::string &str, std::ostream &out) in Write()
130 std::ofstream out(GetDumpFilePath(), std::ios::out | std::ios::binary | std::ios::trunc); in Dump() local
141 void DetailAllocTracker::Dump(std::ostream &out) in Dump()
191 void DetailAllocTracker::DumpMemLeaks(std::ostream &out) in DumpMemLeaks()
210 uint32_t DetailAllocTracker::WriteStacks(std::ostream &out, std::map<uint32_t, uint32_t> *id_map) in WriteStacks()
Dalloc_tracker.h43 virtual void Dump([[maybe_unused]] std::ostream &out) {} in Dump()
44 virtual void DumpMemLeaks([[maybe_unused]] std::ostream &out) {} in DumpMemLeaks()
80 void Dump(std::ostream &out) override in Dump()
88 void DumpMemLeaks(std::ostream &out) override in DumpMemLeaks()
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.h47 inline std::ostream &PrintStack(std::ostream &out) in PrintStack()
Dstacktrace_stub.cpp27 …::ostream &PrintStack([[maybe_unused]] const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.h48 inline std::ostream &PrintStack(std::ostream &out) in PrintStack()
Dstacktrace_stub.cpp25 …::ostream &PrintStack([[maybe_unused]] const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack()
Dstacktrace.cpp63 std::ostream &Print(const std::vector<uintptr_t> &stacktrace, std::ostream &out) in Print()
80 void PrintFrame(size_t frameNum, uintptr_t pc, std::ostream &out) in PrintFrame()
115 …rame(const std::string &function, const std::string &srcFile, unsigned int line, std::ostream &out) in PrintFrame()
138 void PrintFrame(const std::string &function, uintptr_t offset, std::ostream &out) in PrintFrame()
157 void Demangle(const std::string &function, std::ostream &out) in Demangle()
286 std::ostream &PrintStack(const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack()
/arkcompiler/toolchain/tooling/dynamic/test/utils/
Dtest_util.cpp29 std::ostream &operator<<(std::ostream &out, DebugEvent value) in operator <<()
60 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<()
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dgraph_analyzer.cpp305 InstructionInfo &out) in FillLdaStrInst()
413 InstructionInfo out; in IsComponentClass() local
461 void GraphAnalyzer::GetStObjByNameInput(const InstructionInfo &inIns, InstructionInfo &out) in GetStObjByNameInput()
473 …Analyzer::GetNewObjRangeInfo(const InstructionInfo &inIns, std::string &name, InstructionInfo &out) in GetNewObjRangeInfo()
521 …alyzer::GetCallLdaStrParam(const InstructionInfo &inIns, uint32_t paramIndex, InstructionInfo &out) in GetCallLdaStrParam()
533 InstructionInfo &out) in GetCallTryLdGlobalByNameParam()
549 …r::GetCallLdObjByNameParam(const InstructionInfo &inIns, uint32_t paramIndex, InstructionInfo &out) in GetCallLdObjByNameParam()
565 void GraphAnalyzer::GetIsInInfo(const InstructionInfo &inIns, std::vector<InstructionInfo> &out) in GetIsInInfo()
621 InstructionInfo &out) in GetCallCreateObjectWithBufferParam()
637 … GraphAnalyzer::GetDefinePropertyByNameFunction(const InstructionInfo &inIns, InstructionInfo &out) in GetDefinePropertyByNameFunction()
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp195 std::stringstream out; variable
249 std::stringstream out; variable
377 std::stringstream out; in __anon32f033400502() local
404 std::stringstream out; in __anon32f033400602() local
444 std::stringstream out; in __anon32f033400702() local
481 std::stringstream out; in __anon32f033400802() local
652 std::stringstream out; in __anon32f033400d02() local
688 std::stringstream out; in __anon32f033400e02() local
720 std::stringstream out; in __anon32f033400f02() local
751 std::stringstream out; in __anon32f033401002() local
[all …]
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem_hooks.h42 static _CrtMemState begin, end, out; variable

12345