Home
last modified time | relevance | path

Searched full:out (Results 1 – 25 of 1321) sorted by relevance

12345678910>>...53

/arkcompiler/ets_frontend/test262/
Dforce_gc_skip_tests.json5 "out/test262/test_es2021/intl402/language-tags-invalid",
6 "out/test262/test_es2021/intl402/supportedLocalesOf-unicode-extensions-ignored",
7 … "out/test262/test_es2021/intl402/supportedLocalesOf-throws-if-element-not-string-or-object",
8 "out/test262/test_es2021/intl402/supportedLocalesOf-test-option-localeMatcher",
9 "out/test262/test_es2021/intl402/supportedLocalesOf-consistent-with-resolvedOptions",
10 "out/test262/test_es2021/intl402/fallback-locales-are-supported",
11 "out/test262/test_es2021/intl402/Collator/prototype/compare/bound-to-collator-instance",
12 "out/test262/test_es2021/intl402/Collator/prototype/compare/non-normative-sensitivity",
13 … "out/test262/test_es2021/intl402/DisplayNames/prototype/resolvedOptions/option-fallback",
14 "out/test262/test_es2021/intl402/DisplayNames/prototype/resolvedOptions/option-style",
[all …]
/arkcompiler/toolchain/test/resource/tooling/
Dohos_test.xml18 …="push" value="obj/arkcompiler/toolchain/tooling/dynamic/test/sample.abc -> /data/test" src="out"/>
19 …ush" value="obj/arkcompiler/toolchain/tooling/dynamic/test/exception.abc -> /data/test" src="out"/>
20 …sh" value="obj/arkcompiler/toolchain/tooling/dynamic/test/arrow_func.abc -> /data/test" src="out"/>
21 …sh" value="obj/arkcompiler/toolchain/tooling/dynamic/test/async_func.abc -> /data/test" src="out"/>
22 …h" value="obj/arkcompiler/toolchain/tooling/dynamic/test/range_error.abc -> /data/test" src="out"/>
23 …lue="obj/arkcompiler/toolchain/tooling/dynamic/test/syntax_exception.abc -> /data/test" src="out"/>
24 …alue="obj/arkcompiler/toolchain/tooling/dynamic/test/throw_exception.abc -> /data/test" src="out"/>
25 …me="push" value="obj/arkcompiler/toolchain/tooling/dynamic/test/step.abc -> /data/test" src="out"/>
26 …ush" value="obj/arkcompiler/toolchain/tooling/dynamic/test/dropframe.abc -> /data/test" src="out"/>
27 …value="obj/arkcompiler/toolchain/tooling/dynamic/test/variable_first.abc -> /data/test" src="out"/>
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp58 void PrintIfValidLocation(Location location, Arch arch, std::ostream *out, bool withBrackets = fals… in PrintIfValidLocation() argument
63 (*out) << "(" << string << ")"; in PrintIfValidLocation()
65 (*out) << string << " "; in PrintIfValidLocation()
92 void DumpUsers(const Inst *inst, std::ostream *out) in DumpUsers() argument
97 PrintIfValidLocation(inst->GetDstLocation(i), arch, out); in DumpUsers()
102 (*out) << (flFirst ? "(" : ", ") << InstId(user, allocator); in DumpUsers()
108 (*out) << ')'; in DumpUsers()
155 void BBDependence(const char *type, const T &bbVector, std::ostream *out, ArenaAllocator *allocator) in BBDependence() argument
158 (*out) << type << ": ["; in BBDependence()
160 (*out) << (flFirst ? "" : ", ") << "bb " << BBId(blockIt, allocator); in BBDependence()
[all …]
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp50 void PrintIfValidLocation(Location location, Arch arch, std::ostream *out, bool with_brackets = fal… in PrintIfValidLocation() argument
55 (*out) << "(" << string << ")"; in PrintIfValidLocation()
57 (*out) << string << " "; in PrintIfValidLocation()
84 void DumpUsers(const Inst *inst, std::ostream *out) in DumpUsers() argument
89 PrintIfValidLocation(inst->GetDstLocation(), arch, out); in DumpUsers()
94 (*out) << (fl_first ? "(" : ", ") << InstId(user, allocator); in DumpUsers()
100 (*out) << ')'; in DumpUsers()
146 void BBDependence(const char *type, const ArenaVector<BasicBlock *> &bb_vector, std::ostream *out, in BBDependence() argument
150 (*out) << type << ": ["; in BBDependence()
152 (*out) << (fl_first ? "" : ", ") << "bb " << BBId(block_it, allocator); in BBDependence()
[all …]
/arkcompiler/ets_runtime/test/resource/js_runtime/
Dohos_test.xml18 …tion name="push" value="arkcompiler/ets_runtime/libark_jsruntime_test.so -> /data/test" src="out"/>
23 …tion name="push" value="arkcompiler/ets_runtime/libark_jsruntime_test.so -> /data/test" src="out"/>
28 …tion name="push" value="arkcompiler/ets_runtime/libark_jsruntime_test.so -> /data/test" src="out"/>
33 …tion name="push" value="arkcompiler/ets_runtime/libark_jsruntime_test.so -> /data/test" src="out"/>
38 …tion name="push" value="arkcompiler/ets_runtime/libark_jsruntime_test.so -> /data/test" src="out"/>
43 …tion name="push" value="arkcompiler/ets_runtime/libark_jsruntime_test.so -> /data/test" src="out"/>
48 …tion name="push" value="arkcompiler/ets_runtime/libark_jsruntime_test.so -> /data/test" src="out"/>
53 …tion name="push" value="arkcompiler/ets_runtime/libark_jsruntime_test.so -> /data/test" src="out"/>
58 …tion name="push" value="arkcompiler/ets_runtime/libark_jsruntime_test.so -> /data/test" src="out"/>
63 …tion name="push" value="arkcompiler/ets_runtime/libark_jsruntime_test.so -> /data/test" src="out"/>
[all …]
/arkcompiler/ets_runtime/test/jsperftest/
Dconfig.json3 "ETS_RUNTIME_PATH": "out/rk3568/clang_x64/arkcompiler/ets_runtime/",
4 "STUB_AN": "out/rk3568/clang_x64/gen/arkcompiler/ets_runtime/stub.an",
6 "out/rk3568/clang_x64/thirdparty/icu/",
7 "out/rk3568/clang_x64/thirdparty/zlib/",
10 "ES2ABC": "out/rk3568/clang_x64/arkcompiler/ets_frontend/es2abc"
13 "ETS_RUNTIME_PATH": "out/x64.release/arkcompiler/ets_runtime",
14 "STUB_AN": "out/x64.release/gen/arkcompiler/ets_runtime/stub.an",
16 "out/x64.release/thirdparty/icu/"
18 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc"
21 "ETS_RUNTIME_PATH": "out/arm64.release/arkcompiler/ets_runtime",
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dalloc_tracker_test.cpp54 std::stringstream out; in TEST() local
55 tracker.Dump(out); in TEST()
56 out.seekg(0U); in TEST()
59 out.read(reinterpret_cast<char *>(&hdr), sizeof(hdr)); in TEST()
60 ASSERT_FALSE(out.eof()); in TEST()
68 std::stringstream out; in TEST() local
71 tracker.Dump(out); in TEST()
72 out.seekg(0U); in TEST()
75 out.read(reinterpret_cast<char *>(&hdr), sizeof(hdr)); in TEST()
76 ASSERT_FALSE(out.eof()); in TEST()
[all …]
Dutf_test.cpp44 std::vector<uint16_t> out(res.size()); in TEST() local
45 ConvertMUtf8ToUtf16(in.data(), utf::Mutf8Size(in.data()), out.data()); in TEST()
46 EXPECT_EQ(out, res); in TEST()
52 std::vector<uint16_t> out(res.size()); in TEST() local
53 ConvertMUtf8ToUtf16(in.data(), utf::Mutf8Size(in.data()), out.data()); in TEST()
54 EXPECT_EQ(out, res); in TEST()
60 std::vector<uint16_t> out(res.size()); in TEST() local
61 ConvertMUtf8ToUtf16(in.data(), utf::Mutf8Size(in.data()), out.data()); in TEST()
62 EXPECT_EQ(out, res); in TEST()
72 std::vector<uint16_t> out(res.size()); in TEST() local
[all …]
/arkcompiler/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp54 std::stringstream out; in TEST() local
55 tracker.Dump(out); in TEST()
56 out.seekg(0); in TEST()
59 out.read(reinterpret_cast<char *>(&hdr), sizeof(hdr)); in TEST()
60 ASSERT_FALSE(out.eof()); in TEST()
68 std::stringstream out; in TEST() local
70 tracker.Dump(out); in TEST()
71 out.seekg(0); in TEST()
74 out.read(reinterpret_cast<char *>(&hdr), sizeof(hdr)); in TEST()
75 ASSERT_FALSE(out.eof()); in TEST()
[all …]
/arkcompiler/ets_runtime/common_components/tests/
Dohos_test.xml18 …e="push" value="arkcompiler/ets_runtime/libark_common_components_test.so -> /data/test" src="out"/>
23 …e="push" value="arkcompiler/ets_runtime/libark_common_components_test.so -> /data/test" src="out"/>
28 …e="push" value="arkcompiler/ets_runtime/libark_common_components_test.so -> /data/test" src="out"/>
33 …e="push" value="arkcompiler/ets_runtime/libark_common_components_test.so -> /data/test" src="out"/>
38 …e="push" value="arkcompiler/ets_runtime/libark_common_components_test.so -> /data/test" src="out"/>
43 …e="push" value="arkcompiler/ets_runtime/libark_common_components_test.so -> /data/test" src="out"/>
48 …e="push" value="arkcompiler/ets_runtime/libark_common_components_test.so -> /data/test" src="out"/>
53 …e="push" value="arkcompiler/ets_runtime/libark_common_components_test.so -> /data/test" src="out"/>
58 …e="push" value="arkcompiler/ets_runtime/libark_common_components_test.so -> /data/test" src="out"/>
63 …e="push" value="arkcompiler/ets_runtime/libark_common_components_test.so -> /data/test" src="out"/>
[all …]
/arkcompiler/ets_runtime/ecmascript/
Decma_isa.yaml35 acc: out:top
39 acc: out:top
43 acc: out:top
47 acc: out:top
51 acc: out:top
55 acc: out:top
59 acc: out:top
63 acc: out:top
67 acc: out:top
79 acc: out:top
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
Dvariance_typeparam_super.ets17 interface I2<in IT1, out IT2>{}
19 class A2<in IT1, out IT2>{}
21 class B1<in T1, out T2, T3> implements I1<T3>{}
22 class B2<in T1, out T2, T3> implements /* @@ label1 */I1<T1>{}
23 class B3<in T1, out T2, T3> implements I2<T1,T2>{}
24 class B4<in T1, out T2, T3> implements I2<T1,T3>{}
25 class B5<in T1, out T2, T3> implements /* @@ label2 */I2<T2,T3>{}
26 class B6<in T1, out T2, T3> extends A1<T3>{}
27 class B7<in T1, out T2, T3> extends /* @@ label3 */A1<T1>{}
28 class B8<in T1, out T2, T3> extends A2<T1,T2>{}
[all …]
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DLoopStructuresTest.java24 System.out.println("For loop:"); in main()
26 System.out.print(i + " "); in main()
28 System.out.println(); in main()
31 System.out.println("While loop:"); in main()
34 System.out.print(++count + " "); in main()
36 System.out.println(); in main()
39 System.out.println("Do-while loop:"); in main()
42 System.out.print(++loopCount + " "); in main()
44 System.out.println(); in main()
47 System.out.println("Nested loops:"); in main()
[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 <<() argument
57 out.push_back(val); in operator <<()
58 return out; in operator <<()
61 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Opcode op);
63 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple16 val) in operator <<() argument
65 return out << std::get<0>(val) << std::get<1>(val); in operator <<()
68 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple32 val) in operator <<() argument
70 return out << std::get<0>(val) << std::get<1>(val) << std::get<globals::IMM_2>(val) in operator <<()
74 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple64 val) in operator <<() argument
76 …return out << std::get<0>(val) << std::get<1>(val) << std::get<globals::IMM_2>(val) << std::get<gl… in operator <<()
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp71 // Initialize out to sequentaly from 0 in LexBFS()
73 ArenaVector<unsigned> out(num, nodes_.get_allocator()); in LexBFS() local
74 std::iota(out.begin(), out.end(), 0); in LexBFS()
77 if (out.size() < MIN_SIMPLITIAL_NODES) { in LexBFS()
78 return out; in LexBFS()
88 ASSERT(pos < out.size()); in LexBFS()
89 auto id = out[pos]; in LexBFS()
107 auto it = std::stable_partition(out.begin() + pos, out.begin() + prevEnd, in LexBFS()
108 … [id, &out, this](unsigned val) { return HasEdge(id, out[val]); }); in LexBFS()
109 auto pivot = static_cast<unsigned>(std::distance(out.begin(), it)); in LexBFS()
[all …]
/arkcompiler/ets_runtime/test/aotjsperftest/
Dconfig.json3 "ETS_RUNTIME_PATH": "out/rk3568/clang_x64/arkcompiler/ets_runtime/",
4 "ICU_PATH": "out/rk3568/clang_x64/thirdparty/icu/",
5 "ZLIB_PATH": "out/rk3568/clang_x64/thirdparty/zlib/",
7 "ES2ABC": "out/rk3568/clang_x64/arkcompiler/ets_frontend/es2abc"
10 "ETS_RUNTIME_PATH": "out/x64.release/arkcompiler/ets_runtime",
11 "ICU_PATH": "out/x64.release/thirdparty/icu/",
14 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc"
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dperf_counter.cpp280 …virtual void Report(std::ostream &out, const char *title, CounterValue counter, const Perf *p) con…
289 static void FormatLongNumber(uint64_t value, char *out);
290 static void ReportNanCounter(std::ostream &out, const char *title);
292 static void ReportLongCounter(std::ostream &out, const char *title, CounterValue counter);
293 static void ReportLongCounter(std::ostream &out, const char *title, CounterValue counter,
295 static void ReportTimeCounter(std::ostream &out, const char *title, CounterValue counter);
296 …static void ReportCounterRatio(std::ostream &out, CounterValue counter, CounterValue denominatorCo…
302 void CounterReporter::FormatLongNumber(uint64_t value, char *out) in FormatLongNumber() argument
309 out[p--] = '\0'; in FormatLongNumber()
316 out[p--] = d; in FormatLongNumber()
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.cpp63 std::ostream &Print(const std::vector<uintptr_t> &stacktrace, std::ostream &out) in Print() argument
68 PrintFrame(frameNum, stacktrace[frameNum], out); in Print()
70 return out; in Print()
80 void PrintFrame(size_t frameNum, uintptr_t pc, std::ostream &out) in PrintFrame() argument
82 std::ios_base::fmtflags f = out.flags(); in PrintFrame()
83 auto w = out.width(); in PrintFrame()
84 out << "#" << std::setw(2U) << std::left << frameNum << ": 0x" << std::hex << pc << " "; in PrintFrame()
85 out.flags(f); in PrintFrame()
86 out.width(w); in PrintFrame()
103 PrintFrame(function, srcFile, line, out); in PrintFrame()
[all …]
/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 <<() argument
55 out.push_back(val); in operator <<()
56 return out; in operator <<()
59 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Opcode op);
61 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple16 val) in operator <<() argument
63 return out << std::get<0>(val) << std::get<1>(val); in operator <<()
66 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple32 val) in operator <<() argument
68 return out << std::get<0>(val) << std::get<1>(val) << std::get<globals::IMM_2>(val) in operator <<()
72 static std::vector<uint8_t> &operator<<(std::vector<uint8_t> &out, Tuple64 val) in operator <<() argument
74 …return out << std::get<0>(val) << std::get<1>(val) << std::get<globals::IMM_2>(val) << std::get<gl… in operator <<()
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dalloc_tracker.cpp42 static void Write(uint32_t val, std::ostream &out) in Write() argument
44 out.write(reinterpret_cast<char *>(&val), sizeof(val)); in Write()
47 static void Write(const std::string &str, std::ostream &out) in Write() argument
49 Write(static_cast<uint32_t>(str.size()), out); in Write()
50 out.write(str.c_str(), static_cast<std::streamsize>(str.length())); in Write()
130 std::ofstream out(GetDumpFilePath(), std::ios::out | std::ios::binary | std::ios::trunc); in Dump() local
131 if (!out) { in Dump()
137 Dump(out); in Dump()
141 void DetailAllocTracker::Dump(std::ostream &out) in Dump() argument
145 Write(0, out); // number of items, will be updated later in Dump()
[all …]
/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.cpp42 static void Write(uint32_t val, std::ostream &out) in Write() argument
44 out.write(reinterpret_cast<char *>(&val), sizeof(val)); in Write()
47 static void Write(const std::string &str, std::ostream &out) in Write() argument
49 Write(static_cast<uint32_t>(str.size()), out); in Write()
50 out.write(str.c_str(), str.length()); in Write()
130 std::ofstream out(GetDumpFilePath(), std::ios::out | std::ios::binary | std::ios::trunc); in Dump() local
131 if (!out) { in Dump()
137 Dump(out); in Dump()
141 void DetailAllocTracker::Dump(std::ostream &out) in Dump() argument
145 Write(0, out); // number of items, will be updated later in Dump()
[all …]
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp88 std::ostream &Print(const std::vector<uintptr_t> &stacktrace, std::ostream &out) in Print() argument
93 PrintFrame(frame_num, stacktrace[frame_num], out); in Print()
95 return out; in Print()
105 void PrintFrame(size_t frame_num, uintptr_t pc, std::ostream &out) in PrintFrame() argument
107 std::ios_base::fmtflags f = out.flags(); in PrintFrame()
108 auto w = out.width(); in PrintFrame()
109 out << "#" << std::setw(2U) << std::left << frame_num << ": 0x" << std::hex << pc << " "; in PrintFrame()
110 out.flags(f); in PrintFrame()
111 out.width(w); in PrintFrame()
128 PrintFrame(function, src_file, line, out); in PrintFrame()
[all …]
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/
Dlog_loop.txt16 [compiler] < 0: LDAI_IMM32, In=[], Out=[acc,] >
17 [compiler] < 1: STA_V8, In=[acc,], Out=[0,] >
18 [compiler] < 2: LDAI_IMM32, In=[], Out=[acc,] >
19 [compiler] < 3: STA_V8, In=[acc,], Out=[1,] >
29 [compiler] < 4: LDA_V8, In=[0,], Out=[acc,] >
30 [compiler] < 5: LESS_IMM8_V8, In=[acc,1,], Out=[acc,] >
31 [compiler] < 6: ISFALSE, In=[acc,], Out=[acc,] >
32 [compiler] < 7: JNEZ_IMM8, In=[acc,], Out=[] >
42 [compiler] < 8: TRYLDGLOBALBYNAME_IMM8_ID16, In=[], Out=[acc,] >
43 [compiler] < 9: CALLARG1_IMM8_V8, In=[acc,1,], Out=[acc,] >
[all …]
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dgraph_analyzer.h86 * @param out related input ins
88 static void GetStObjByNameInput(const InstructionInfo &inIns, InstructionInfo &out);
95 * @param out related ins
97 …tic void GetNewObjRangeInfo(const InstructionInfo &inIns, std::string &name, InstructionInfo &out);
109 * @param out param ins
111 …c void GetCallLdaStrParam(const InstructionInfo &inIns, uint32_t paramIndex, InstructionInfo &out);
117 * @param out param ins
119 …allTryLdGlobalByNameParam(const InstructionInfo &inIns, uint32_t paramIndex, InstructionInfo &out);
125 * @param out param ins
127 …d GetCallLdObjByNameParam(const InstructionInfo &inIns, uint32_t paramIndex, InstructionInfo &out);
[all …]
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp85 // Initialize out to sequentaly from 0 in LexBFS()
87 ArenaVector<unsigned> out(num, nodes_.get_allocator()); in LexBFS() local
88 std::iota(out.begin(), out.end(), 0); in LexBFS()
91 if (out.size() < MIN_SIMPLITIAL_NODES) { in LexBFS()
92 return out; in LexBFS()
102 ASSERT(pos < out.size()); in LexBFS()
103 auto id = out[pos]; in LexBFS()
121 auto it = std::stable_partition(out.begin() + pos, out.begin() + prev_end, in LexBFS()
122 … [id, &out, this](unsigned val) { return HasEdge(id, out[val]); }); in LexBFS()
123 auto pivot = static_cast<unsigned>(std::distance(out.begin(), it)); in LexBFS()
[all …]

12345678910>>...53