| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 710 uint16_t v0 = READ_INST_8_1(); in InitBytecodeInfo() local 733 uint16_t v0 = READ_INST_8_1(); in InitBytecodeInfo() local 738 uint16_t v0 = READ_INST_8_1(); in InitBytecodeInfo() local 743 uint16_t v0 = READ_INST_8_1(); in InitBytecodeInfo() local 765 uint16_t v0 = READ_INST_8_1(); in InitBytecodeInfo() local 770 uint16_t v0 = READ_INST_8_1(); in InitBytecodeInfo() local 775 uint16_t v0 = READ_INST_8_1(); in InitBytecodeInfo() local 780 uint16_t v0 = READ_INST_8_1(); in InitBytecodeInfo() local 785 uint16_t v0 = READ_INST_8_1(); in InitBytecodeInfo() local 790 uint16_t v0 = READ_INST_8_1(); in InitBytecodeInfo() local [all …]
|
| D | interpreter_stub.cpp | 1274 GateRef v0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 1282 GateRef v0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 1290 GateRef v0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 1303 GateRef v0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 1315 GateRef v0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 1441 GateRef v0 = ReadInst8_0(pc); in DECLARE_ASM_HANDLER() local 1449 GateRef v0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 1478 GateRef v0 = ReadInst8_0(pc); in DECLARE_ASM_HANDLER() local 1488 GateRef v0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 1507 GateRef v0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local [all …]
|
| /arkcompiler/ets_runtime/test/aottest/elements_kind/ |
| D | elements_kind.ts | 72 const v0 = [100, 65536] constant 73 v0.reverse(); constant
|
| /arkcompiler/ets_runtime/test/moduletest/allocatesizeoverflow/ |
| D | allocatesizeoverflow.js | 21 const v0 = [746660.144619491,-3.13292893636182e+307,530.966841143204,2.2250738585072014e-308,-1.593… variable
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 1479 uint16_t v0 = READ_INST_8_1(); in RunInternal() local 1495 uint16_t v0 = READ_INST_8_1(); in RunInternal() local 1688 uint16_t v0 = READ_INST_8_1(); in RunInternal() local 1699 uint16_t v0 = READ_INST_8_1(); in RunInternal() local 1731 uint16_t v0 = READ_INST_8_1(); in RunInternal() local 1762 uint16_t v0 = READ_INST_8_1(); in RunInternal() local 1780 uint16_t v0 = READ_INST_8_1(); in RunInternal() local 1817 uint16_t v0 = READ_INST_8_1(); in RunInternal() local 1837 uint16_t v0 = READ_INST_8_1(); in RunInternal() local 1858 uint16_t v0 = READ_INST_8_1(); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 896 uint16_t v0 = READ_INST_8_1(); in HandleThrowConstassignmentPrefV8() local 920 uint16_t v0 = READ_INST_8_1(); in HandleThrowIfnotobjectPrefV8() local 938 uint16_t v0 = READ_INST_8_1(); in HandleCloseiteratorImm8V8() local 953 uint16_t v0 = READ_INST_8_1(); in HandleAdd2Imm8V8() local 989 uint16_t v0 = READ_INST_8_1(); in HandleSub2Imm8V8() local 1023 uint16_t v0 = READ_INST_8_1(); in HandleMul2Imm8V8() local 1045 uint16_t v0 = READ_INST_8_1(); in HandleDiv2Imm8V8() local 1091 uint16_t v0 = READ_INST_8_1(); in HandleEqImm8V8() local 1115 uint16_t v0 = READ_INST_8_1(); in HandleNoteqImm8V8() local 1140 uint16_t v0 = READ_INST_8_1(); in HandleLessImm8V8() local [all …]
|
| /arkcompiler/ets_runtime/test/aottest/createobjectwithexcludedkeys/ |
| D | createobjectwithexcludedkeys.ts | 17 const v0 = {value : 'value', age: 23, name: 'name'}; constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/strict_equality/ |
| D | strict_equality.js | 18 constructor(v0) { argument
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Keys/ |
| D | builtinArrayKeys.ts | 22 const v0 = [] constant
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Values/ |
| D | builtinArrayValues.ts | 22 const v0 = [] constant
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Entries/ |
| D | builtinArrayEntries.ts | 22 const v0 = [] constant
|
| /arkcompiler/ets_runtime/test/aottest/webkit_call_convention/ |
| D | webkit_call_convention.ts | 28 const v0 = -Infinity; constant
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraysubarray/ |
| D | typedarraysubarray.js | 38 var v0 = new Uint8Array(64); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | gtest_launcher.js | 23 globalThis.ASSERT_EQ = function assertEq(v0, v1) { argument
|
| /arkcompiler/ets_runtime/test/aottest/string/ |
| D | string.ts | 54 let v0 = 2 >= 1; variable
|
| /arkcompiler/ets_runtime/test/moduletest/rangeerror/ |
| D | rangeerror.js | 23 var v0 = ""; variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
| D | safe_hole2.js | 25 function f0(v0) {} argument
|
| D | safe_hole4.js | 41 function f0(v0) {} argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/number_subtypes/ |
| D | module.js | 17 function evaluateNumber(v0, v1) { argument 38 constructor(v0, v1) { argument
|
| /arkcompiler/ets_runtime/test/aottest/constructor/ |
| D | constructor.js | 41 let v0 = [1, 2, 3]; variable
|
| /arkcompiler/ets_runtime/test/moduletest/fortest/ |
| D | fortest.js | 61 var v0 = function () { }.bind(); function
|
| /arkcompiler/ets_runtime/test/moduletest/arraymap/ |
| D | arraymap.js | 58 const v0 = [0,1,2,3,4,5,6,7,8,9,10]; variable
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 51 const v0 = { variable 99 …const v0 = [1.0,2.2250738585072014e-308,-7.829944258836235e+307,-7.46187308415638,-413646.96400267… variable
|
| /arkcompiler/ets_runtime/test/aottest/compiler_test/ |
| D | compiler_test.ts | 91 for (let v0 = 0; v0 < 5; v0++) { variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 2387 uint8_t v0 = READ_INST_8_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2409 uint8_t v0 = READ_INST_8_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2497 int8_t v0 = READ_INST_8_7(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3702 uint8_t v0 = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3736 uint8_t v0 = READ_INST_8_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3756 uint8_t v0 = READ_INST_8_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3952 uint8_t v0 = READ_INST_8_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3973 uint8_t v0 = READ_INST_8_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4224 int8_t v0 = READ_INST_8_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4242 int8_t v0 = READ_INST_8_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all …]
|