Home
last modified time | relevance | path

Searched full:binary (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/arkcompiler/runtime_core/
D.gitattributes3 # Denote all image files as binary
4 *.png binary
5 *.jpg binary
6 *.gif binary
8 …e/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.ets binary
9 …tic_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.ets binary
10 …e/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.sts binary
11 …tic_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.sts binary
DREADME.md25 …verts an ARK bytecode file in text format (*.pa) into a bytecode file in binary format (*.abc). Fo…
26 …er, further optimize the ARK bytecode to generate optimized bytecode file in binary format (*.abc).
30 ├── disassembler # Disassembler that converts an ARK bytecode file in binary format (*.a…
37 ├── libark_defect_scan_aux # Vulnerability defect scanning tool for ARK bytecode file in binary fo…
39 ├── libpandafile # Source code repository of ARK bytecode files (*.abc) in binary format.
41 ├── panda # CLI tool used to execute ARK bytecode files in binary format(*.abc).
74 The ark\_disasm disassembler converts binary ARK bytecodes into readable text ARK bytecodes.
94 Input file: ARK bytecodes in binary format
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_warnings_tests/boost_equal_statements_tests/
Dboost_equal_statements_2-expected.txt1 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_2…
2 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_2…
3 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_2…
4 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_2…
5 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_2…
Dboost_equal_statements_1-expected.txt1 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_1…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
Dparams.py40 # Path and parameters for es2panda binary
44 # Path and parameters for ark binary
48 # Path and parameters for ark_aot binary
52 # Path and parameters for ark_quick binary
60 # Path and parameters for verifier binary
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_warnings_tests/warnings_suppresion_tests/
Dwarnings_suppression_begin_end_2-expected.txt4 ETS Warning: Boost Equality Statement. Change sides of binary expression. [warnings_suppression_beg…
5 ETS Warning: Boost Equality Statement. Change sides of binary expression. [warnings_suppression_beg…
11 ETS Warning: Implicit Unboxing to int in Binary Expression. [warnings_suppression_begin_end_2.sts:7…
13 ETS Warning: Implicit Unboxing to int in Binary Expression. [warnings_suppression_begin_end_2.sts:8…
/arkcompiler/runtime_core/static_core/compiler/cmake/
Dbenchmark_coverage.cmake34 …COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_ROOT} …
39 …COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_ROOT} …
44 …COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_ROOT} …
49 …COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_ROOT} …
54 …COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_ROOT} …
60 # COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_RO…
Dir_builder_coverage.cmake19 …COMMAND bash ${PANDA_ROOT}/compiler/tools/ir_builder_coverage.sh --binary-dir=${PANDA_BINARY_ROOT}…
24 …COMMAND bash ${PANDA_ROOT}/compiler/tools/pbc_2_ir_doc_gen.sh --binary-dir=${PANDA_BINARY_ROOT} --…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_warnings_tests/implicit_boxing_unboxing_tests/
Dimplicit_boxing_unboxing_1-expected.txt2 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:26:9]
4 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:27:9]
37 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:78:5]
38 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:81:8]
39 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:82:5]
40 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:83:13]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
Dmain.cpp66 {"binary", required_argument, nullptr, 'b'}, in ParseCommand()
119 "-t, --text binary to text.\n" in GetHelper()
120 "-b, --binary text to binary.\n" in GetHelper()
122 "-m, --merge merge multi binary ap files into one.\n" in GetHelper()
163 LOG_NO_TAG(ERROR) << "profiler dump to binary success!"; in Main()
165 LOG_NO_TAG(ERROR) << "profiler dump to binary failed!"; in Main()
/arkcompiler/ets_frontend/
D.gitattributes2 as2panda/dist/* binary
4 as2panda/lib/binaryen.js binary
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/hermes/
Dhermes-excluded.txt122 bigint-binary-addition.js
123 bigint-binary-ashl.js
124 bigint-binary-ashr.js
125 bigint-binary-division.js
126 bigint-binary-equality.js
127 bigint-binary-exponentiate.js
128 bigint-binary-lshr.js
129 bigint-binary-multiplication.js
130 bigint-binary-relops.js
131 bigint-binary-remainder.js
[all …]
/arkcompiler/ets_frontend/arkguard/src/generator/
DDictionaryNameGenerator.ts50 let binary: string = this.mTransformNumber.toString(BINARY_RADIX).split('').reverse().join('');
52 for (let i = 0; i < binary.length; i++) {
53 if (binary[i] === '1') {
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dplatform.py178 for binary in bu.binaries:
179 log.trace('Deleting: %s', binary)
180 binary.unlink(missing_ok=True)
220 for binary in bu.binaries:
221 log.info('Path to binary: %s', binary)
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.yaml29 - binary
30 description: Print methods code in binary format
/arkcompiler/ets_frontend/merge_abc/src/
DprotobufSnapshotGenerator.cpp30 std::ios::out | std::ios::trunc | std::ios::binary); in GenerateSnapshot()
44 std::ios::in | std::ios::binary); in GenerateProgram()
62 std::ios::in | std::ios::binary); in GetCacheContext()
92 std::ios::out | std::ios::trunc | std::ios::binary); in UpdateCacheFile()
/arkcompiler/ets_frontend/es2panda/
DREADME.md15 - `--dump-size-stat`: Dump binary size statistics
19 - `--output`: Compiler binary output (.abc)
/arkcompiler/ets_frontend/ets2panda/
DREADME.md15 - `--dump-size-stat`: Dump binary size statistics
19 - `--output`: Compiler binary output (.abc)
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp158 …CString maxSafeIntStr = "11111111111111111111111111111111111111111111111111111"; // Binary: 2 ^ 53… in HWTEST_F_L0()
159 … maxSafeIntPlusOneStr = "100000000000000000000000000000000000000000000000000000"; // Binary: 2 ^ 53 in HWTEST_F_L0()
160 …CString bigintStr1 = "111111111111111111111111111111111111111111111111111111"; // Binary: 2 ^ 54 -… in HWTEST_F_L0()
162 JSHandle<BigInt> maxSafeInt = BigIntHelper::SetBigInt(thread, maxSafeIntStr, BigInt::BINARY); in HWTEST_F_L0()
163 …<BigInt> maxSafeIntPlusOne = BigIntHelper::SetBigInt(thread, maxSafeIntPlusOneStr, BigInt::BINARY); in HWTEST_F_L0()
164 JSHandle<BigInt> bigint1 = BigIntHelper::SetBigInt(thread, bigintStr1, BigInt::BINARY); in HWTEST_F_L0()
165 JSHandle<BigInt> bigint2 = BigIntHelper::SetBigInt(thread, bigintStr2, BigInt::BINARY); in HWTEST_F_L0()
185 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, bigintStr4, BigInt::BINARY); in HWTEST_F_L0()
193 JSHandle<BigInt> bigint5 = BigIntHelper::SetBigInt(thread, bigintStr5, BigInt::BINARY); in HWTEST_F_L0()
198 JSHandle<BigInt> bigint6 = BigIntHelper::SetBigInt(thread, bigintStr6, BigInt::BINARY); in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/static_core/docs/
Dassembly_format.md5binary files that can be executed by the Panda virtual machine. Please note that this document doe…
13 * When Panda assembler generates a binary executable file, it is not expected to check for language…
27 …/Unsigned decimal/hexadecimal/binary integers not larger than 64 bits. Hexadecimal literals are pr…
96 | `ctor` | Marks a function as object constructor. It will be renamed in binary file according to…
97 | `cctor` | Marks a function as static constructor. It will be renamed in binary file according to…
111 | `ctor` | Marks a function as object constructor. It will be renamed in binary file according to…
112 | `cctor` | Marks a function as static constructor. It will be renamed in binary file according to…
458 - Assembler doesn't guarantee that functions, records and their fields will be located in binary fi…
/arkcompiler/runtime_core/verifier/tests/
Dverify_constant_pool_tests.cpp66 std::ifstream base_file(base_file_name, std::ios::binary);
107 std::ifstream base_file(base_file_name, std::ios::binary);
150 std::ifstream base_file(base_file_name, std::ios::binary);
191 std::ifstream base_file(base_file_name, std::ios::binary);
230 std::ifstream base_file(base_file_name, std::ios::binary);
271 std::ifstream base_file(base_file_name, std::ios::binary);
310 std::ifstream base_file(base_file_name, std::ios::binary);
344 std::ifstream base_file(base_file_name, std::ios::binary);
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_writer.h33 * ============= Sampler binary format ==================
39 * .aspt - ark sampling profiler trace file, binary format
77 writeStreamPtr_ = std::make_unique<std::ofstream>(filename, std::ios::binary); in StreamWriter()
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfldai.yaml35 # test - check binary representation of FP literals - positive
86 # test - check binary representation of FP literals - negative
164 # test - check binary representation of FP literals - positive
/arkcompiler/toolchain/build/compile_script/
Dark.py323 " --ark-frontend-binary=../../{2}/arkcompiler/ets_frontend/es2abc" \
324 " --merge-abc-binary=../../{2}/arkcompiler/ets_frontend/merge_abc" \
330 " --ark-frontend-binary=../../{1}/arkcompiler/ets_frontend/es2abc" \
331 " --merge-abc-binary=../../{1}/arkcompiler/ets_frontend/merge_abc" \
348 " --ark-frontend-binary=../../{2}/arkcompiler/ets_frontend/es2abc" \
349 " --merge-abc-binary=../../{2}/arkcompiler/ets_frontend/merge_abc" \
361 " --ark-frontend-binary=../../{2}/arkcompiler/ets_frontend/es2abc" \
362 " --merge-abc-binary=../../{2}/arkcompiler/ets_frontend/merge_abc" \
370 " --ark-frontend-binary=../../{1}/arkcompiler/ets_frontend/es2abc" \
371 " --merge-abc-binary=../../{1}/arkcompiler/ets_frontend/merge_abc" \
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfldai.yaml35 # test - check binary representation of FP literals - positive
86 # test - check binary representation of FP literals - negative
164 # test - check binary representation of FP literals - positive

12345678910>>...17