| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| 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() 93 GateRef CircuitBuilder::GetInt64OfTInt(GateRef x) in GetInt64OfTInt() 99 GateRef CircuitBuilder::GetInt32OfTInt(GateRef x) in GetInt32OfTInt() 104 GateRef CircuitBuilder::TaggedCastToIntPtr(GateRef x) in TaggedCastToIntPtr() 110 GateRef CircuitBuilder::GetDoubleOfTDouble(GateRef x) in GetDoubleOfTDouble() 117 GateRef CircuitBuilder::GetDoubleOfTNumber(GateRef x) in GetDoubleOfTNumber() 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() [all …]
|
| 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 | 36 GateRef x = TaggedArgument(1); in GenerateCircuit() local 45 GateRef x = TaggedArgument(1); in GenerateCircuit() local 54 GateRef x = TaggedArgument(1); in GenerateCircuit() local 63 GateRef x = TaggedArgument(1); in GenerateCircuit() local 72 GateRef x = TaggedArgument(1); in GenerateCircuit() local 88 GateRef x = TaggedArgument(1); in GenerateCircuit() local 97 GateRef x = TaggedArgument(1); in GenerateCircuit() local 106 GateRef x = TaggedArgument(1); in GenerateCircuit() local 115 GateRef x = TaggedArgument(1); in GenerateCircuit() local 124 GateRef x = TaggedArgument(1); in GenerateCircuit() local [all …]
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | clang.h | 25 #define THREAD_ANNOTATION_ATTRIBUTE__(x) __attribute__((x)) argument 27 #define THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op argument 31 #define CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(capability(x)) argument 34 #define SHARED_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(shared_capability(x)) argument 43 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) argument 46 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(pt_guarded_by(x)) argument 85 #define ASSERT_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(assert_capability(x)) argument 88 #define ASSERT_SHARED_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(assert_shared_capability(x)) argument 91 #define RETURN_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) argument
|
| /arkcompiler/ets_runtime/test/moduletest/multiargs/ |
| D | multiargs.js | 31 function one(x) argument 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
|
| /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/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | callee_info_test.js | 24 let func2 = (x) => { return x * 2; }; argument 45 function fn(x, y) { argument 55 constructor(x, y) { argument 64 set setCoordinateX(x) { argument 78 constructor(x, y, color) { argument
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| D | main.cpp | 27 #define XSTR(x) STR(x) argument 28 #define STR(x) #x argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 135 JSHandle<BigInt> BigIntHelper::RightTruncate(JSThread *thread, JSHandle<BigInt> x) in RightTruncate() 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 JSHandle<BigInt> BigInt::BitwiseOp(JSThread *thread, Operate op, JSHandle<BigInt> x, JSHandle<BigIn… 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() [all …]
|
| /arkcompiler/runtime_core/verification/util/ |
| D | int_set.h | 46 bool Contains(T x) const in Contains() 56 void Insert(T x) in Insert() 245 bool Contains(T x) const override in Contains() 250 void Insert(T x) override in Insert() 373 size_t Insert(T x, size_t lower_bound) in Insert() 398 bool Contains(T x) const override in Contains() 403 void Insert(T x) override in Insert() 439 for (T x : other.repr_) { in IntersectInPlace() local
|
| /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()
|
| D | bit_utils.h | 46 constexpr int Clz(T x) in Clz() 62 constexpr int Ctz(T x) in Ctz() 78 constexpr int Popcount(T x) in Popcount() 117 constexpr int Ffs(T x) in Ffs() 146 constexpr T RoundUp(T x, size_t n) in RoundUp() 158 constexpr T RoundDown(T x, size_t n) in RoundDown() 208 constexpr T BSWAP(T x) in BSWAP()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-octal-escape-in-template-string.js | 16 var x = `\x22\0\x23`; variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/ |
| D | for-update-continue-break-return-head-body-decl-4.js | 20 function x() { function
|
| D | for-update-return-head-decl.js | 18 function x() { function
|
| D | for-update-continue-return-head-decl.js | 18 function x() { function
|
| D | for-update-continue-break-return-head-body-decl-2.js | 20 function x() { function
|
| D | for-update-continue-break-return-head-decl-5.js | 20 function x() { function
|
| D | for-update-continue-break-return-body-decl-1.js | 20 function x() { function
|
| D | for-update-return-body-decl.js | 18 function x() { function
|
| D | for-update-continue-break-return-head-body-decl-5.js | 20 function x() { function
|
| D | for-update-continue-break-return-head-decl-2.js | 20 function x() { function
|
| D | for-update-break-return-head-body-decl-1.js | 18 function x() { function
|
| /arkcompiler/ets_runtime/test/aottest/throwundefindeifhole/ |
| D | throwundefindeifhole.ts | 20 const x = 1; constant
|