| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | bytecode_emitter_tests.cpp | 53 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/ |
| D | regexp_opcode.cpp | 107 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/ |
| D | bytecode_emitter_tests.cpp | 55 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/ |
| D | utf_test.cpp | 33 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 …]
|
| D | alloc_tracker_test.cpp | 54 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
|
| D | bit_table_test.cpp | 66 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/ |
| D | regexp_opcode.cpp | 113 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/ |
| D | serializer.h | 104 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/ |
| D | utf_test.cpp | 44 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 …]
|
| D | alloc_tracker_test.cpp | 54 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
|
| D | bit_table_test.cpp | 71 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/ |
| D | perf_counter.cpp | 302 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/ |
| D | alloc_tracker.cpp | 42 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()
|
| D | alloc_tracker.h | 40 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/ |
| D | alloc_tracker.cpp | 42 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()
|
| D | alloc_tracker.h | 43 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/ |
| D | stacktrace.h | 47 inline std::ostream &PrintStack(std::ostream &out) in PrintStack()
|
| D | stacktrace_stub.cpp | 27 …::ostream &PrintStack([[maybe_unused]] const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack()
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | stacktrace.h | 48 inline std::ostream &PrintStack(std::ostream &out) in PrintStack()
|
| D | stacktrace_stub.cpp | 25 …::ostream &PrintStack([[maybe_unused]] const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack()
|
| D | stacktrace.cpp | 63 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/ |
| D | test_util.cpp | 29 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/ |
| D | graph_analyzer.cpp | 305 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/ |
| D | dump_test.cpp | 195 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/ |
| D | mem_hooks.h | 42 static _CrtMemState begin, end, out; variable
|