| /arkcompiler/ets_runtime/test/moduletest/multiargs/ |
| D | multiargs.js | 36 function two(x,y) argument 41 function three(x,y,z) argument 46 function four(x,y,z,t) argument 51 function five(x,y,z,t,a) argument 63 let y = 222 variable
|
| /arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/ |
| D | compareobjecthclass.js | 24 let obj1 = {x : 1, y : 2, z :3}; property 25 let obj2 = {y : 2, x : 1, z :3}; property 26 let obj3 = {x : 11, y : 12, z :13}; property
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | inst_type.h | 24 #define INSTTYPE_ENUM(x, y) y, argument 25 #define BUILD_OPCODE_MAP_TABLE(x, y) {Opcode::x, InstType::y}, argument 26 #define BUILD_INTRINSIC_MAP_TABLE(x, y) {IntrinsicId::x, InstType::y}, argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 289 inline GateRef StubBuilder::Int16Add(GateRef x, GateRef y) in Int16Add() 294 inline GateRef StubBuilder::Int32Add(GateRef x, GateRef y) in Int32Add() 299 inline GateRef StubBuilder::Int64Add(GateRef x, GateRef y) in Int64Add() 304 inline GateRef StubBuilder::DoubleAdd(GateRef x, GateRef y) in DoubleAdd() 309 inline GateRef StubBuilder::PtrMul(GateRef x, GateRef y) in PtrMul() 314 inline GateRef StubBuilder::PtrAdd(GateRef x, GateRef y) in PtrAdd() 319 inline GateRef StubBuilder::PtrSub(GateRef x, GateRef y) in PtrSub() 324 inline GateRef StubBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd() 329 inline GateRef StubBuilder::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual() 337 inline GateRef StubBuilder::Int16Sub(GateRef x, GateRef y) in Int16Sub() [all …]
|
| D | common_stubs.cpp | 37 GateRef y = TaggedArgument(2); in GenerateCircuit() local 46 GateRef y = TaggedArgument(2); in GenerateCircuit() local 55 GateRef y = TaggedArgument(2); in GenerateCircuit() local 64 GateRef y = TaggedArgument(2); in GenerateCircuit() local 73 GateRef y = TaggedArgument(2); // 2: 3rd argument in GenerateCircuit() local 89 GateRef y = TaggedArgument(2); // 2: 3rd argument in GenerateCircuit() local 98 GateRef y = TaggedArgument(2); // 2: 3rd argument in GenerateCircuit() local 107 GateRef y = TaggedArgument(2); // 2: 3rd argument in GenerateCircuit() local 116 GateRef y = TaggedArgument(2); // 2: 3rd argument in GenerateCircuit() local 125 GateRef y = TaggedArgument(2); // 2: 3rd argument in GenerateCircuit() local [all …]
|
| D | circuit_builder-inl.h | 39 GateRef CircuitBuilder::Equal(GateRef x, GateRef y) in Equal() 59 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y) in NotEqual() 142 GateRef CircuitBuilder::Int8Equal(GateRef x, GateRef y) in Int8Equal() 147 GateRef CircuitBuilder::Int32NotEqual(GateRef x, GateRef y) in Int32NotEqual() 152 GateRef CircuitBuilder::Int64NotEqual(GateRef x, GateRef y) in Int64NotEqual() 157 GateRef CircuitBuilder::DoubleEqual(GateRef x, GateRef y) in DoubleEqual() 162 GateRef CircuitBuilder::DoubleNotEqual(GateRef x, GateRef y) in DoubleNotEqual() 167 GateRef CircuitBuilder::Int64Equal(GateRef x, GateRef y) in Int64Equal() 172 GateRef CircuitBuilder::Int32Equal(GateRef x, GateRef y) in Int32Equal() 177 GateRef CircuitBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan() [all …]
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | type_helpers.h | 45 constexpr size_t UnsignedDifference(size_t x, size_t y) in UnsignedDifference() 50 constexpr uint64_t UnsignedDifferenceUint64(uint64_t x, uint64_t y) in UnsignedDifferenceUint64()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 192 bool BigInt::Equal(const JSTaggedValue &x, const JSTaggedValue &y) in Equal() 199 bool BigInt::Equal(const BigInt *x, const BigInt *y) in Equal() 215 bool BigInt::SameValue(const JSTaggedValue &x, const JSTaggedValue &y) in SameValue() 221 bool BigInt::SameValueZero(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueZero() 226 …dle<BigInt> BigInt::BitwiseOp(JSThread *thread, Operate op, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseOp() 264 JSHandle<BigInt> OneIsNegativeAND(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeAND() 288 JSHandle<BigInt> BigInt::BitwiseAND(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseAND() 309 JSHandle<BigInt> OneIsNegativeXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeXOR() 318 JSHandle<BigInt> BigInt::BitwiseXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseXOR() 385 JSHandle<BigInt> OneIsNegativeOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeOR() [all …]
|
| D | js_tagged_value-inl.h | 324 inline bool JSTaggedValue::SameValue(const JSTaggedValue &x, const JSTaggedValue &y) in SameValue() 351 inline bool JSTaggedValue::SameValueZero(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueZero() 375 inline bool JSTaggedValue::SameValueNumberic(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueNumberic() 387 …edValue::Less(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTaggedValue> &y) in Less() 393 inline bool JSTaggedValue::StrictNumberEquals(double x, double y) in StrictNumberEquals() 402 inline bool JSTaggedValue::StrictIntEquals(int x, int y) in StrictIntEquals() 408 const JSHandle<JSTaggedValue> &y) in StrictEqual() 413 inline bool JSTaggedValue::StrictEqual(const JSTaggedValue &x, const JSTaggedValue &y) in StrictEqual() 441 inline ComparisonResult JSTaggedValue::StrictNumberCompare(double x, double y) in StrictNumberCompare()
|
| D | js_tagged_number.h | 150 inline static bool SameValue(JSTaggedNumber x, JSTaggedNumber y) in SameValue()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | callee_info_test.js | 45 function fn(x, y) { argument 55 constructor(x, y) { argument 78 constructor(x, y, color) { argument
|
| D | graph_test.js | 21 constructor(x, y) { argument
|
| D | debug_info_test.js | 59 constructor(x, y) { argument
|
| /arkcompiler/ets_runtime/test/aottest/emptyif/ |
| D | emptyif.js | 1 function emptycompare(x, y) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/modify-lexenv-4/ |
| D | base_mod.js | 19 return function(y) { argument
|
| D | base.js | 17 return function(y) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-4/ |
| D | base_mod.js | 19 return function(y) { argument
|
| D | base.js | 17 return function(y) { argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | reg_alloc_interference_graph_test.cpp | 132 auto y = edges[i].second; in BuildSubgraph() local 172 auto y = test_edges2[i].second; in TEST_F() local 198 auto y = test_edges2[i].second; in TEST_F() local 239 auto y = test_edges[i].second; in TEST_F() local 244 auto y = test_aedges[i].second; in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/ |
| D | asmstackoverflow.js | 22 function foo(x,y,z,a,b) argument
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | callable_test.cpp | 24 int func(int x, int y) in func()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.cpp | 31 [](std::pair<EcmaOpcode, Value> &x, std::pair<EcmaOpcode, Value> &y) -> bool { in ~OptCodeProfiler()
|
| /arkcompiler/ets_frontend/ts2panda/tests/ |
| D | scope.test.ts | 75 let y = scope.add("y", VarDeclarationKind.NONE); variable 124 let y = scope.add("y", VarDeclarationKind.NONE); variable 186 let y = scope.add("y", VarDeclarationKind.NONE); variable
|
| /arkcompiler/ets_runtime/test/moduletest/class/ |
| D | class.js | 33 constructor(x, y) { argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | stub_tests.cpp | 229 double y = 1125899906842624; in HWTEST_F_L0() local 326 int y = 3; in HWTEST_F_L0() local 622 int y = 10; in HWTEST_F_L0() local 659 int y = 10; in HWTEST_F_L0() local 740 int y = 10; in HWTEST_F_L0() local 952 int y = 2; in HWTEST_F_L0() local 974 int y = 2; in HWTEST_F_L0() local 995 int y = 2; in HWTEST_F_L0() local 1017 int y = 2; in HWTEST_F_L0() local 1038 int y = 2; in HWTEST_F_L0() local [all …]
|