Home
last modified time | relevance | path

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

12

/ark/js_runtime/ecmascript/compiler/
Dstub-inl.h222 GateRef Stub::IntPtrMul(GateRef x, GateRef y) in IntPtrMul()
436 GateRef Stub::Int16Add(GateRef x, GateRef y) in Int16Add()
441 GateRef Stub::Int32Add(GateRef x, GateRef y) in Int32Add()
446 GateRef Stub::Int64Add(GateRef x, GateRef y) in Int64Add()
451 GateRef Stub::DoubleAdd(GateRef x, GateRef y) in DoubleAdd()
456 GateRef Stub::IntPtrAdd(GateRef x, GateRef y) in IntPtrAdd()
464 GateRef Stub::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd()
469 GateRef Stub::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual()
477 GateRef Stub::IntPtrSub(GateRef x, GateRef y) in IntPtrSub()
485 GateRef Stub::Int32Sub(GateRef x, GateRef y) in Int32Sub()
[all …]
Dfast_stub.cpp115 GateRef x = Int64Argument(1); in GenerateCircuit() local
188 GateRef x = TaggedArgument(0); in GenerateCircuit() local
250 GateRef x = TaggedArgument(0); in GenerateCircuit() local
326 GateRef x = TaggedArgument(0); in GenerateCircuit() local
388 GateRef x = TaggedArgument(0); in GenerateCircuit() local
489 GateRef x = TaggedArgument(1); in GenerateCircuit() local
775 GateRef x = TaggedArgument(0); in GenerateCircuit() local
/ark/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
/ark/js_runtime/test/moduletest/multiargs/
Dmultiargs.js25 function one(x) argument
30 function two(x,y) argument
35 function three(x,y,z) argument
40 function four(x,y,z,t) argument
45 function five(x,y,z,t,a) argument
/ark/js_runtime/ecmascript/
Djs_bigint.cpp117 JSHandle<BigInt> BigIntHelper::RightTruncate(JSThread *thread, JSHandle<BigInt> x) in RightTruncate()
206 bool BigInt::Equal(const JSTaggedValue &x, const JSTaggedValue &y) in Equal()
214 bool BigInt::Equal(const BigInt *x, const BigInt *y) in Equal()
227 bool BigInt::SameValue(const JSTaggedValue &x, const JSTaggedValue &y) in SameValue()
233 bool BigInt::SameValueZero(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueZero()
247 JSHandle<BigInt> BigInt::BitwiseOp(JSThread *thread, Operate op, JSHandle<BigInt> x, JSHandle<BigIn… in BitwiseOp()
286 JSHandle<BigInt> OneIsNegativeAND(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeAND()
312 JSHandle<BigInt> BigInt::BitwiseAND(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseAND()
338 JSHandle<BigInt> OneIsNegativeXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeXOR()
350 JSHandle<BigInt> BigInt::BitwiseXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseXOR()
[all …]
Djs_tagged_value-inl.h336 inline bool JSTaggedValue::SameValue(const JSTaggedValue &x, const JSTaggedValue &y) in SameValue()
360 inline bool JSTaggedValue::SameValueZero(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueZero()
383 inline bool JSTaggedValue::SameValueNumberic(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueNumberic()
395 inline bool JSTaggedValue::Less(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<… in Less()
401 inline bool JSTaggedValue::StrictNumberEquals(double x, double y) in StrictNumberEquals()
410 …TaggedValue::StrictEqual([[maybe_unused]] const JSThread *thread, const JSHandle<JSTaggedValue> &x, in StrictEqual()
429 inline ComparisonResult JSTaggedValue::StrictNumberCompare(double x, double y) in StrictNumberCompare()
Djs_tagged_number.h149 inline static bool SameValue(JSTaggedNumber x, JSTaggedNumber y) in SameValue()
Djs_number_format.cpp704 JSTaggedValue x) in FormatNumeric()
714 JSTaggedValue x) in FormatNumeric()
741 const JSHandle<JSNumberFormat> &numberFormat, JSTaggedValue x) in GroupToParts()
837 JSTaggedValue x) in FormatNumericToParts()
Djs_date_time_format.cpp643 … const JSHandle<JSDateTimeFormat> &dateTimeFormat, double x) in FormatDateTime()
652 … const icu::SimpleDateFormat *simpleDateFormat, double x) in FormatDateTime()
672 … const JSHandle<JSDateTimeFormat> &dateTimeFormat, double x) in FormatDateTimeToParts()
943 double x, double y) in ConstructDTFRange()
957 double x, double y) in NormDateTimeRange()
1000 double x, double y) in NormDateTimeRangeToParts()
/ark/js_runtime/test/moduletest/class/
Dclass.js17 constructor(x) { argument
27 constructor(x, y) { argument
/ark/runtime_core/libpandabase/utils/
Dbit_utils.h44 constexpr int Clz(T x) in Clz()
60 constexpr int Ctz(T x) in Ctz()
76 constexpr int Popcount(T x) in Popcount()
106 constexpr int Ffs(T x) in Ffs()
137 constexpr T RoundUp(T x, size_t n) in RoundUp()
149 constexpr T RoundDown(T x, size_t n) in RoundDown()
200 constexpr T BSWAP(T x) in BSWAP()
Dtype_helpers.h41 constexpr size_t UnsignedDifference(size_t x, size_t y) in UnsignedDifference()
46 constexpr uint64_t UnsignedDifferenceUint64(uint64_t x, uint64_t y) in UnsignedDifferenceUint64()
/ark/runtime_core/verification/util/
Dint_set.h54 bool Contains(T x) const in Contains()
64 void Insert(T x) in Insert()
359 bool Contains(T x) const override in Contains()
364 void Insert(T x) override in Insert()
497 size_t Insert(T x, size_t lower_bound) in Insert()
523 bool Contains(T x) const override in Contains()
528 void Insert(T x) override in Insert()
563 for (T x : other.repr_) { in IntersectInPlace() local
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp155 double x = 0.0; in AnonymousDateTimeFormat() local
187 double x = 0.0; in FormatToParts() local
261 double x = valueX.GetNumber(); in FormatRange() local
307 double x = valueX.GetNumber(); in FormatRangeToParts() local
Dbuiltins_relative_time_format.cpp97 double x = 0.0; in Format() local
129 double x = 0.0; in FormatToParts() local
Dbuiltins_number_format.cpp148 JSTaggedNumber x = JSTaggedValue::ToNumber(thread, value); in FormatToParts() local
199 JSTaggedNumber x = JSTaggedValue::ToNumber(thread, value); in NumberFormatInternalFormatNumber() local
Dbuiltins_date.cpp249 double x = value.GetNumber(); in ToLocaleString() local
312 double x = value.GetNumber(); in ToLocaleDateString() local
375 double x = value.GetNumber(); in ToLocaleTimeString() local
Dbuiltins_plural_rules.cpp89 double x = 0.0; in Select() local
Dbuiltins_number.cpp313 JSHandle<JSTaggedValue> x(thread, ThisNumberValue(argv)); in ToLocaleString() local
447 JSTaggedValue x = ThisNumberValue(argv); in ValueOf() local
/ark/js_runtime/ecmascript/mem/
Dchunk_allocator.h73 pointer address(reference x) const in address()
78 const_pointer address(const_reference x) const in address()
Dmem.h82 inline T AlignDown(T x, size_t alignment) in AlignDown()
91 inline T AlignUp(T x, size_t alignment) in AlignUp()
/ark/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h108 pointer address(reference x) const in address()
113 const_pointer address(const_reference x) const in address()
/ark/runtime_core/runtime/mem/
Drunslots_allocator_stl_adapter.h110 pointer address(reference x) const in address()
115 const_pointer address(const_reference x) const in address()
/ark/runtime_core/verification/util/tests/
Dint_set_test.cpp42 for (auto x : model) { in AssertSetsEqual() local
64 for (T x : model) { in MakeIntSet() local
/ark/ts2abc/ts2panda/tests/
Dscope.test.ts74 let x = scope.add("x", VarDeclarationKind.LET); variable
123 let x = scope.add("x", VarDeclarationKind.LET); variable
185 let x = scope.add("x", VarDeclarationKind.LET); variable

12