| /arkcompiler/runtime_core/compiler/docs/ |
| D | move_constants_closer_to_usage_doc.md | 46 prop: bc: 0x00000000 48 …E i32 v0(r27), 0x5 bc: 0x00000004 52 prop: bc: 0x00000006 53 … 0x5 bc: 0x00000008 57 prop: bc: 0x00000009 59 … v0(r27), v6(r0) -> r0 (v116) bc: 0x0000000b 61 … v0(r27), v8(r2), v5(r0) -> r0 (v117) bc: 0x000000e3 63 … v0(r27), v10(r3), v116(r0) -> r0 (v118) bc: 0x000000e9 68 … v0(r27), v76(r26), v149(r0) -> r0 (v112) bc: 0x000001af 69 … v150(r0) bc: 0x000001b5 [all …]
|
| D | avoid-calculating-start-of-array.md | 36 …y 181 v8(r21), v6(r2), v5 -> r21 (v31, v24, v17, v20, v27, v33) bc: 0x00000002 37 …ray v7(r21), v23(r19), v11p(r19) bc: 0x00000013 40 …ray v7(r21), v30(r23), v44(r24) bc: 0x0000001f 41 00bc: add x16, x21, #0x10 // (16) 48 …y 181 v8(r21), v6(r2), v5 -> r21 (v47, v17, v20, v27, v33) bc: 0x00000002 49 … v7(r21), 0x10 -> r25 (v49, v48) bc: 0x00000002 54 00bc: str w24, [x25, w23, uxtw #2]
|
| /arkcompiler/runtime_core/disassembler/ |
| D | CMakeLists.txt | 157 FILE_DST ${DISASM_BIN_DIR}/labels1.bc) 160 FILE_DST ${DISASM_BIN_DIR}/labels2.bc) 163 FILE_DST ${DISASM_BIN_DIR}/exceptions.bc) 172 FILE_DST ${DISASM_BIN_DIR}/record_with_fields.bc) 175 FILE_DST ${DISASM_BIN_DIR}/record_in_record.bc) 178 FILE_DST ${DISASM_BIN_DIR}/empty_record.bc) 187 FILE_DST ${DISASM_BIN_DIR}/empty_function.bc) 190 FILE_DST ${DISASM_BIN_DIR}/overloading.bc) 198 FILE_DST ${DISASM_BIN_DIR}/instructions.bc) 201 FILE_DST ${DISASM_BIN_DIR}/returns.bc) [all …]
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | ts2abc.js | 56 // keep bc-version to be compatible with old IDE versions 57 if (args.length == 1 && args[0] == "--bc-version") { 69 args = ["--bc-version"];
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | records_test.cpp.in | 31 d.Disassemble(std::string(DISASM_BIN_DIR) + "empty_record.bc"); 42 d.Disassemble(std::string(DISASM_BIN_DIR) + "record_with_fields.bc"); 63 d.Disassemble(std::string(DISASM_BIN_DIR) + "record_in_record.bc");
|
| D | functions_test.cpp.in | 31 d.Disassemble(std::string(DISASM_BIN_DIR) + "empty_function.bc"); 42 d.Disassemble(std::string(DISASM_BIN_DIR) + "overloading.bc");
|
| D | labels_test.cpp.in | 31 d.Disassemble(std::string(DISASM_BIN_DIR) + "labels1.bc"); 56 d.Disassemble(std::string(DISASM_BIN_DIR) + "labels2.bc"); 91 d.Disassemble(std::string(DISASM_BIN_DIR) + "exceptions.bc");
|
| D | literals_test.cpp.in | 31 d.Disassemble(std::string(DISASM_BIN_DIR) + "literals_same.bc"); 47 d.Disassemble(std::string(DISASM_BIN_DIR) + "literals.bc");
|
| D | instructions_test.cpp.in | 31 d.Disassemble(std::string(DISASM_BIN_DIR) + "empty_record.bc"); 42 d.Disassemble(std::string(DISASM_BIN_DIR) + "instructions.bc"); 222 d.Disassemble(std::string(DISASM_BIN_DIR) + "calls.bc"); 268 d.Disassemble(std::string(DISASM_BIN_DIR) + "returns.bc"); 282 d.Disassemble(std::string(DISASM_BIN_DIR) + "newarrs.bc"); 310 d.Disassemble(std::string(DISASM_BIN_DIR) + "instructions.bc");
|
| D | metadata_test.cpp.in | 31 d.Disassemble(std::string(DISASM_BIN_DIR) + "meta.bc");
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | cmdOptions.ts | 41 …{ name: 'bc-version', alias: 'v', type: Boolean, defaultValue: false, description: "Print ark byte… 42 …{ name: 'bc-min-version', type: Boolean, defaultValue: false, description: "Print ark bytecode min… 279 return this.options["bc-version"]; 284 let version_arg = isBcVersion ? "--bc-version" : "--bc-min-version" 292 return this.options["bc-min-version"];
|
| /arkcompiler/toolchain/build/ |
| D | preconfig_ubuntu.md | 24 …btinfo5 lib32z1-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip m4 bc gnutls-bin python3.8…
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc_options.h | 242 panda::PandArg<bool> bc_version_arg_{ "bc-version", false, 244 panda::PandArg<bool> bc_min_version_arg_{ "bc-min-version", false,
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 22 …Note: any check instructions might be eliminated by optimizer, thus operand checks (nc, zc, bc, ng… 277 signature: [d-real, ref-nc, int-bc] 283 signature: [d-u16, ref-nc, int-bc, int] 289 signature: [ref-nc, int-bc, real] 885 signature: [d-real, ref-nc, int-bc] 906 signature: [ref-nc, int-bc, real, real] 1140 bc: bounds check - input must be the BoundsCheck instruction
|
| /arkcompiler/runtime_core/libpandabase/events/ |
| D | events.yaml | 18 # EVENT_OSR_ENTRY(method->GetFullName(), bc, events::OsrEntryKind::TOP_FRAME, events::OsrEntryResul…
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/regAllocator/ |
| D | test-spill-fill-with-CFG.js | 45 let bc = undefined; variable
|
| D | test-spill-fill-2.js | 43 let bc = undefined;
|
| D | test-spill-fill.js | 43 let bc = undefined;
|
| D | test-spill-fill-with-env-args.js | 43 let bc = undefined;
|
| D | test-range-spill-fill-with-CFG.js | 45 let bc = undefined; variable
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 55 BOUNDS_CHECK = 'bc'
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | frame_handler.h | 263 // for collecting bc offset in aot
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | options.cpp | 201 panda::PandArg<bool> bcVersion("bc-version", false, "Print ark bytecode version"); in Parse() 202 …panda::PandArg<bool> bcMinVersion("bc-min-version", false, "Print ark bytecode minimum supported v… in Parse()
|
| /arkcompiler/ets_runtime/docs/ |
| D | using-the-toolchain-zh.md | 124 …"><p id="p1235410329479"><a name="p1235410329479"></a><a name="p1235410329479"></a>--bc-version</p> 135 … id="p1346883524711"><a name="p1346883524711"></a><a name="p1346883524711"></a>--bc-min-version</p>
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.cpp | 58 "--trace-bc: enable tracing bytecode for aot runtime. Default: false\n" 128 {"trace-bc", required_argument, nullptr, OPTION_TRACE_BC}, in ParseCommand()
|