| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_circuit_builder.h | 25 GateRef CircuitBuilder::Int8Equal(GateRef x, GateRef y) in Int8Equal() 30 GateRef CircuitBuilder::Int32NotEqual(GateRef x, GateRef y) in Int32NotEqual() 35 GateRef CircuitBuilder::Int64NotEqual(GateRef x, GateRef y) in Int64NotEqual() 40 GateRef CircuitBuilder::Int64Equal(GateRef x, GateRef y) in Int64Equal() 45 GateRef CircuitBuilder::Int32Equal(GateRef x, GateRef y) in Int32Equal() 50 GateRef CircuitBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan() 55 GateRef CircuitBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd() 60 GateRef CircuitBuilder::IntPtrNot(GateRef x) in IntPtrNot() 65 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR() 71 GateRef CircuitBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL() [all …]
|
| D | mcr_circuit_builder.h | 28 GateRef CircuitBuilder::TaggedIsInt(GateRef x) in TaggedIsInt() 35 GateRef CircuitBuilder::TaggedIsDouble(GateRef x) in TaggedIsDouble() 44 GateRef CircuitBuilder::TaggedIsObject(GateRef x) in TaggedIsObject() 51 GateRef CircuitBuilder::TaggedIsNumber(GateRef x) in TaggedIsNumber() 56 GateRef CircuitBuilder::TaggedIsNumeric(GateRef x) in TaggedIsNumeric() 76 GateRef CircuitBuilder::TaggedObjectBothAreString(GateRef x, GateRef y) in TaggedObjectBothAreString() 297 GateRef CircuitBuilder::BothAreString(GateRef x, GateRef y) in BothAreString() 321 GateRef CircuitBuilder::TaggedIsHole(GateRef x) in TaggedIsHole() 326 GateRef CircuitBuilder::TaggedIsNullPtr(GateRef x) in TaggedIsNullPtr() 331 GateRef CircuitBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole() [all …]
|
| D | stub_builder-inl.h | 341 inline GateRef StubBuilder::Int16Add(GateRef x, GateRef y) in Int16Add() 346 inline GateRef StubBuilder::Int32Add(GateRef x, GateRef y) in Int32Add() 351 inline GateRef StubBuilder::Int64Add(GateRef x, GateRef y) in Int64Add() 356 inline GateRef StubBuilder::DoubleAdd(GateRef x, GateRef y) in DoubleAdd() 361 inline GateRef StubBuilder::PtrMul(GateRef x, GateRef y) in PtrMul() 366 inline GateRef StubBuilder::PtrAdd(GateRef x, GateRef y) in PtrAdd() 371 inline GateRef StubBuilder::PtrSub(GateRef x, GateRef y) in PtrSub() 376 inline GateRef StubBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd() 381 inline GateRef StubBuilder::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual() 389 inline GateRef StubBuilder::Int16Sub(GateRef x, GateRef y) in Int16Sub() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
| D | recursive_types.ts | 19 (fn: () => A) => { let x = fn() } variable 20 (fn: () => I<I<I<A> | A> | null> | I<A>) => { let x = fn() } variable 23 (fn: () => B) => { let x = fn() } variable 26 (fn: () => C) => { let x = fn() } variable 29 (fn: () => X1) => { let x = fn() } variable 32 (fn: () => X2) => { let x = fn() } variable 35 (fn: () => D) => { let x = fn() } variable 78 (fn: () => E) => { let x = fn() } variable 81 (fn: () => F1) => { let x = fn() } variable 84 (fn: () => F2) => { let x = fn() } variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | recursive_types.ts | 19 (fn: () => A) => { let x = fn() } variable 20 (fn: () => I<I<I<A> | A> | null> | I<A>) => { let x = fn() } variable 23 (fn: () => B) => { let x = fn() } variable 26 (fn: () => C) => { let x = fn() } variable 29 (fn: () => X1) => { let x = fn() } variable 32 (fn: () => X2) => { let x = fn() } variable 35 (fn: () => D) => { let x = fn() } variable 78 (fn: () => E) => { let x = fn() } variable 81 (fn: () => F1) => { let x = fn() } variable 84 (fn: () => F2) => { let x = fn() } variable
|
| /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/runtime_core/static_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/regress/ |
| D | regress.js | 17 print(JSON.stringify({ x : 1 }, ["x", 1, "x", 1])); property 23 var getter_obj = { get x() { fired++; return 2; } }; getter 27 print(JSON.stringify({ x : 3, y : 4}, ["y", "x"])); property 28 print(JSON.stringify({ x : 3, y : 4, 1 : 2 }, ["y", 1, "x"])); property 31 var a = { x : 8 }; property 33 a.__proto__ = { x : 7 }; property 35 var b = { __proto__: { x: 9 } }; property 38 var c = {x: 10}; property 48 var mixed_obj = { x : 3 }; property 53 print(JSON.stringify({ x: 1, y:2, z: {x:3, b:4}}, ["z","x"])); property [all …]
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | mem.h | 57 ALWAYS_INLINE inline bool IsNotPointer(uintptr_t x) in IsNotPointer() 62 ALWAYS_INLINE inline bool IsPointer(uintptr_t x) in IsPointer() 67 ALWAYS_INLINE inline int GetTag(uintptr_t x) in GetTag() 73 ALWAYS_INLINE inline uintptr_t GetPayload(uintptr_t x) in GetPayload() 79 ALWAYS_INLINE inline uintptr_t GetPointer(uintptr_t x) in GetPointer()
|
| /arkcompiler/ets_runtime/test/aottest/analyze_property/not_meet_subtyping/ |
| D | not_meet_subtyping.ts | 22 set x(v: string) { method in C 26 get x(): string { method in C 34 x: string = "setter"; property in D
|
| /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/ecmascript/compiler/tests/ |
| D | instruction_combine_test.cpp | 54 template <class T> T SilenceNaN(T x) in SilenceNaN() 76 auto x = builder.Arguments(1); in HWTEST_F_L0() local 136 auto x = builder.Arguments(1); in HWTEST_F_L0() local 163 auto x = builder.Arguments(2); in HWTEST_F_L0() local 174 auto x = builder.Arguments(4); in HWTEST_F_L0() local 223 auto x = builder.Arguments(1); in HWTEST_F_L0() local 250 auto x = builder.Arguments(2); in HWTEST_F_L0() local 257 auto x = builder.Arguments(3); in HWTEST_F_L0() local 267 auto x = builder.Arguments(3); in HWTEST_F_L0() local 295 auto x = builder.Arguments(1); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/ |
| D | rule29.ts | 16 class Point {x: number = 0; y: number = 0} property in Point 18 let x = p["x"] variable 20 class Point2 {x: number = 0; y: number = 0} property in Point2
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule29.ts | 16 class Point {x: number = 0; y: number = 0} property in Point 18 let x = p["x"] variable 20 class Point2 {x: number = 0; y: number = 0} property in Point2
|
| D | rule74.ts | 17 x: number = 0.0 property in Point 25 let {x, y} = returnZeroPoint() variable
|
| /arkcompiler/runtime_core/compiler/tests/js/ |
| D | regallocTryTest.js | 46 function func0(x, y) { argument 57 function func1(x, y) { argument 74 function func2(x, y) { argument
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/ |
| D | XButton.js | 19 constructor(x, y, w, h, name) { argument 31 move(x, y, w, h) { argument 64 isTouchIn(x, y) { argument 71 onTouch(msg, x, y) { argument
|
| D | XScroll.js | 29 move(x, y, w, h) { argument 45 isTouchIn(x, y) { argument 86 onTouch(msg, x, y) { argument 121 x: x, property
|
| /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/static_core/plugins/ets/tests/interop_js/tests/test_undefined/ |
| D | test_undefined.js | 17 exports.etsUndefinedConsume = (x) => x === undefined && x !== null; argument 20 exports.etsNullConsume = (x) => x === null && x !== undefined; argument
|
| /arkcompiler/ets_runtime/test/moduletest/addelementinternal/ |
| D | addelementinternal.js | 22 let arr1 = {x:1,y:3}; property 35 let arr3 = {x: 1,y:3}; property
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/ |
| D | class_test.js | 17 constructor(x, y) { argument 24 constructor(x, y, u, v) { argument 32 constructor(x, y, t) { argument
|
| D | call_test.js | 17 x; field in Test 19 constructor(x, 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
|