Home
last modified time | relevance | path

Searched defs:out (Results 1 - 25 of 72) sorted by relevance

123

/arkcompiler/runtime_core/libpandabase/os/
H A Dstacktrace.h47 inline std::ostream &PrintStack(std::ostream &out) in PrintStack() argument
H A Dstacktrace_stub.cpp29 std::ostream &PrintStack([[maybe_unused]] const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack() argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dstacktrace.h48 inline std::ostream &PrintStack(std::ostream &out) in PrintStack() argument
H A Dstacktrace_stub.cpp25 std::ostream &PrintStack([[maybe_unused]] const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dproperty.cpp24 bool GetPropertyBuffer([[maybe_unused]] const char *ark_prop, [[maybe_unused]] std::string &out) in GetPropertyBuffer() argument
H A Dsignal.h77 static void GetCurrent(SignalCtl &out) // NOLINT(google-runtime-references) in GetCurrent() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dproperty.cpp24 bool GetPropertyBuffer([[maybe_unused]] const char *arkProp, [[maybe_unused]] std::string &out) in GetPropertyBuffer() argument
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem_hooks.h42 static _CrtMemState begin, end, out; member in ark::os::windows::mem_hooks::PandaHooks
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_graph_test.cpp238 std::stringstream out; in HWTEST_F() local
444 std::stringstream out; in HWTEST_F() local
[all...]
H A Ddump_test.cpp195 std::stringstream out; in HWTEST_F() local
249 std::stringstream out; HWTEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/tests/gtest_launcher/
H A Dmain.cpp52 std::stringstream out; in HandleTimeout() local
/arkcompiler/runtime_core/tests/gtest_launcher/
H A Dmain.cpp49 std::stringstream out; in HandleTimeout() local
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.cpp29 std::ostream &operator<<(std::ostream &out, DebugEvent value) in operator <<() argument
60 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_use_table.cpp50 void UseTable::Dump(std::ostream &out, Arch arch) const in Dump() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/
H A Detsnative_library_path_test.cpp37 inline std::ostream &operator<<(std::ostream &out, const TestParams &val) in operator <<() argument
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.h169 CreateScalarPrimValueItem(panda_file::ItemContainer *container, const Value *value, std::vector<panda_file::ScalarValueItem> *out) CreateScalarPrimValueItem() argument
[all...]
/arkcompiler/runtime_core/compiler/optimizer/
H A Dpass_manager_statistics.cpp34 auto& out = std::cerr; in PrintStatistics() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp54 std::stringstream out; in TEST() local
68 std::stringstream out; in TEST() local
95 std::stringstream out; TEST() local
146 std::stringstream out; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.h179 CreateScalarPrimValueItem(panda_file::ItemContainer *container, const Value *value, std::vector<panda_file::ScalarValueItem> *out) CreateScalarPrimValueItem() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpass_manager_statistics.cpp36 auto& out = std::cerr; in PrintStatistics() local
/arkcompiler/runtime_core/static_core/dprof/converter/features/
H A Dhotness_counters.h44 explicit HCountersFunctor(std::ostream &out) : out_(out) {} in HCountersFunctor() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp54 std::stringstream out; in TEST() local
68 std::stringstream out; in TEST() local
96 std::stringstream out; TEST() local
150 std::stringstream out; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
H A Dserializer.h104 Expected<size_t, const char *> BufferToType(const uint8_t *data, size_t size, T &out) in BufferToType() argument
118 inline Expected<size_t, const char *> BufferToTypeUnpackString(const uint8_t *data, size_t size, std::string &out, in BufferToTypeUnpackString() argument
131 inline Expected<size_t, const char *> BufferToType(const uint8_t *data, size_t size, std::string &out) in BufferToType() argument
171 BufferToType(const uint8_t *data, size_t size, std::unordered_map<K, V> &out) BufferToType() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_to_string_cache.h37 inline std::ostream &operator<<(std::ostream &out, ToStringResult res) in operator <<() argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.cpp65 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<() argument

Completed in 8 milliseconds

123