| /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/ets_runtime/ecmascript/regexp/ |
| D | regexp_opcode.cpp | 111 void RegExpOpCode::DumpRegExpOpCode(std::ostream &out, const DynChunk &buf) in DumpRegExpOpCode() 129 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 144 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 159 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 173 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 192 uint32_t GotoOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 207 uint32_t SplitNextOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 222 uint32_t SplitFirstOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 238 uint32_t LoopOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 256 uint32_t LoopGreedyOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() [all …]
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | utf_test.cpp | 32 std::vector<uint16_t> out(res.size()); variable 41 std::vector<uint16_t> out(res.size()); variable 50 std::vector<uint16_t> out(res.size()); variable 59 std::vector<uint16_t> out(res.size()); variable 68 std::vector<uint16_t> out(res.size()); variable 76 std::vector<uint16_t> out(res.size()); variable 84 std::vector<uint16_t> out(res.size()); variable 140 std::vector<uint8_t> out(res.size()); variable 151 std::vector<uint8_t> out(res.size()); variable 162 std::vector<uint8_t> out(res.size()); variable [all …]
|
| 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 242 BitMemoryStreamOut out(&data); in TEST_F() local 391 BitMemoryStreamOut out(&data); in TEST_F() local 452 BitMemoryStreamOut out(&data); in TEST_F() local
|
| 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
|
| /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 | 42 virtual void Dump([[maybe_unused]] std::ostream &out) {} in Dump() 43 virtual void DumpMemLeaks([[maybe_unused]] std::ostream &out) {} in DumpMemLeaks() 79 void Dump(std::ostream &out) override in Dump() 87 void DumpMemLeaks(std::ostream &out) override in DumpMemLeaks()
|
| /arkcompiler/toolchain/tooling/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/libpandabase/os/ |
| D | stacktrace.h | 46 inline std::ostream &PrintStack(std::ostream &out) in PrintStack()
|
| D | stacktrace_stub.cpp | 29 …::ostream &PrintStack([[maybe_unused]] const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack()
|
| D | stacktrace.cpp | 88 std::ostream &Print(const std::vector<uintptr_t> &stacktrace, std::ostream &out) in Print() 105 void PrintFrame(size_t frame_num, uintptr_t pc, std::ostream &out) in PrintFrame() 140 …ame(const std::string &function, const std::string &src_file, unsigned int line, std::ostream &out) in PrintFrame() 163 void PrintFrame(const std::string &function, uintptr_t offset, std::ostream &out) in PrintFrame() 182 void Demangle(const std::string &function, std::ostream &out) in Demangle() 316 std::ostream &PrintStack(const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack()
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262util.py | 156 def validate_parse_result(return_code, std_err, desc, out): argument 170 def validate_runtime_result(self, return_code, std_err, desc, out): argument
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | property.cpp | 24 bool GetPropertyBuffer([[maybe_unused]] const char *ark_prop, [[maybe_unused]] std::string &out) in GetPropertyBuffer()
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_util.cpp | 61 std::ostream &operator<<(std::ostream &out, DebugEvent value) in operator <<() 112 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<()
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| D | main.cpp | 49 std::stringstream out; in HandleTimeout() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | leb128.h | 133 inline size_t EncodeUnsigned(T data, uint8_t *out) in EncodeUnsigned() 151 inline size_t EncodeSigned(T data, uint8_t *out) in EncodeSigned()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | regfile.cpp | 39 ArenaVector<Reg> out(GetAllocator()->Adapter()); in GetCalleeSaved() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | regfile.cpp | 39 ArenaVector<Reg> out(GetAllocator()->Adapter()); in GetCalleeSaved() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_use_table.cpp | 50 void UseTable::Dump(std::ostream &out, Arch arch) const in Dump()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 58 void PrintIfValidLocation(Location location, Arch arch, std::ostream *out, bool with_brackets = fal… in PrintIfValidLocation() 92 void DumpUsers(const Inst *inst, std::ostream *out) in DumpUsers() 154 void BBDependence(const char *type, const ArenaVector<BasicBlock *> &bb_vector, std::ostream *out, in BBDependence() 182 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &fi… in DumpTypedFieldOpcode() 192 void DumpTypedOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, ArenaAllocator *allocator) in DumpTypedOpcode() 356 static void DumpOpcodeAnyTypeMixin(std::ostream &out, const Inst *inst) in DumpOpcodeAnyTypeMixin() 789 void Inst::Dump(std::ostream *out, bool new_line) const in Dump() 850 void CheckPrintPropsFlag(std::ostream *out, bool *print_props_flag) in CheckPrintPropsFlag() 860 void BlockProps(const BasicBlock *block, std::ostream *out) in BlockProps()
|
| /arkcompiler/runtime_core/dprof/converter/features/ |
| D | hotness_counters.h | 43 explicit HCountersFunctor(std::ostream &out) : out_(out) {} in HCountersFunctor()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | location_mask.h | 124 void Dump(std::ostream *out) const in Dump()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | regfile.cpp | 84 ArenaVector<Reg> out(GetAllocator()->Adapter()); in GetCalleeSaved() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.h | 162 … std::vector<panda_file::ScalarValueItem> *out) in CreateScalarPrimValueItem()
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager_statistics.cpp | 36 auto& out = std::cerr; in PrintStatistics() local
|