Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 231) sorted by relevance

12345678910

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h39 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 …]
Dstub_builder-inl.h289 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 …]
Dcommon_stubs.cpp36 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/
Dclang.h25 #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/
Dmultiargs.js31 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/
Dcompareobjecthclass.js24 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/
Dinst_type.h24 #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/
Dcallee_info_test.js24 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/
Dmain.cpp27 #define XSTR(x) STR(x) argument
28 #define STR(x) #x argument
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp135 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/
Dint_set.h46 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/
Dtype_helpers.h45 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()
Dbit_utils.h46 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/
Dtest-octal-escape-in-template-string.js16 var x = `\x22\0\x23`; variable
/arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/
Dfor-update-continue-break-return-head-body-decl-5.js20 function x() { function
Dfor-update-break-return-head-body-decl-2.js18 function x() { function
Dfor-update-break-return-body-decl-1.js18 function x() { function
Dfor-update-continue-break-return-head-body-decl-6.js20 function x() { function
Dfor-update-continue-break-return-head-body-decl-3.js20 function x() { function
Dfor-update-continue-break-return-body-decl-4.js20 function x() { function
Dfor-update-break-return-head-decl-2.js18 function x() { function
Dfor-update-return-head-body-decl.js18 function x() { function
Dfor-update-continue-break-return-body-decl-3.js20 function x() { function
/arkcompiler/ets_runtime/test/aottest/newlexenv/
Dnewlexenv.ts20 const x = 1; constant
/arkcompiler/ets_runtime/test/aottest/ldstlexvar/
Dldstlexvar.ts20 const x = 1; constant

12345678910