Home
last modified time | relevance | path

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

12345678910>>...22

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h25 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::IntPtrLessThan(GateRef x, GateRef y) in IntPtrLessThan()
55 GateRef CircuitBuilder::IntPtrLessThanOrEqual(GateRef x, GateRef y) in IntPtrLessThanOrEqual()
60 GateRef CircuitBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan()
65 GateRef CircuitBuilder::IntPtrGreaterThanOrEqual(GateRef x, GateRef y) in IntPtrGreaterThanOrEqual()
70 GateRef CircuitBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd()
[all …]
Dmcr_circuit_builder.h30 GateRef CircuitBuilder::TaggedIsInt(GateRef x) in TaggedIsInt()
37 GateRef CircuitBuilder::TaggedIsDouble(GateRef x) in TaggedIsDouble()
46 GateRef CircuitBuilder::TaggedIsObject(GateRef x) in TaggedIsObject()
53 GateRef CircuitBuilder::TaggedIsNumber(GateRef x) in TaggedIsNumber()
58 GateRef CircuitBuilder::TaggedIsNumeric(GateRef glue, GateRef x) in TaggedIsNumeric()
438 GateRef CircuitBuilder::BothAreString(GateRef glue, GateRef x, GateRef y) in BothAreString()
444 GateRef CircuitBuilder::TaggedIsHole(GateRef x) in TaggedIsHole()
449 GateRef CircuitBuilder::TaggedIsNullPtr(GateRef x) in TaggedIsNullPtr()
454 GateRef CircuitBuilder::IsSpecialHole(GateRef x) in IsSpecialHole()
459 GateRef CircuitBuilder::IsNotSpecialHole(GateRef x) in IsNotSpecialHole()
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
DInvalidExpressions.ts27 let x = new.target(17); variable
28 let x = new import("file.ts"); variable
29 let x = new Type(a, ...); variable
30 let x = new Type(1, 2, ; variable
DInvalidStatements.ts17 let x = 8 variable
66 const x: number; constant
68 let [x, y]; variable
88 private public x: number; property in B
89 protected protected x: number; property in B
/arkcompiler/runtime_core/static_core/libpandabase/
Dclang.h25 #define THREAD_ANNOTATION_ATTRIBUTE__(x) __attribute__((x)) // CC-OFF(G.NAM.01) public API 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/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/runtime_core/static_core/verification/util/
Dmem.h57 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/moduletest/regress/
Dregress.js17 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/ets_runtime/test/aottest/analyze_property/not_meet_subtyping/
Dnot_meet_subtyping.ts22 set x(v: string) { method in C
26 get x(): string { method in C
34 x: string = "setter"; property in D
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/es_object/to_string/
Dtest_to_string_method.js16 export let Identity = function (x) { argument
19 export let Curry = function (x) { argument
33 export let CurryToString = function (x) { argument
52 export let Optional = function (x) { argument
/arkcompiler/ets_runtime/test/aottest/definefieldbyname/
Ddefinefieldbyname.js16 x = 1; field in A
22 set x(v) { setter in B
25 x = 1; field in B
/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/jittest/lazy_deopt_1/
Dlazy_deopt_1.js29 A.prototype.x = 1; method in A
39 B.prototype.x = 2; method in B
47 C.prototype.x = 3; method in C
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dinstruction_combine_test.cpp54 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_runtime/test/jittest/mega_ic_test/
Dmega_ic_test.ts22 x = 0; property in A
28 x = 0; property in B
33 x = 0; property in C
38 x = 0; property in D
43 x = 5; property in E
/arkcompiler/runtime_core/compiler/tests/js/
DregallocTryTest.js46 function func0(x, y) { argument
57 function func1(x, y) { argument
74 function func2(x, y) { 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/static_core/plugins/ets/tests/ani/tests/var_ops/
Dvariable_get_value_short_test.cpp39 ani_short x = 0; in TEST_F() local
50 ani_short x = 0; in TEST_F() local
60 ani_short x = 0; in TEST_F() local
66 ani_short x = 0; in TEST_F() local
85 ani_short x; in TEST_F() local
Dvariable_get_value_float_test.cpp39 ani_float x = 0.0F; in TEST_F() local
50 ani_float x = 0.0F; in TEST_F() local
60 ani_float x = 0.0F; in TEST_F() local
66 ani_float x = 0.0F; in TEST_F() local
85 ani_float x; in TEST_F() local
Dvariable_get_value_double_test.cpp39 ani_double x = 0.0; in TEST_F() local
50 ani_double x = 0.0; in TEST_F() local
60 ani_double x = 0.0; in TEST_F() local
66 ani_double x = 0.0; in TEST_F() local
85 ani_double x; in TEST_F() local
Dvariable_get_value_byte_test.cpp39 ani_byte x = 0; in TEST_F() local
50 ani_byte x = 0; in TEST_F() local
60 ani_byte x = 0; in TEST_F() local
66 ani_byte x = 0; in TEST_F() local
85 ani_byte x; in TEST_F() local
Dvariable_get_value_long_test.cpp39 ani_long x = 0L; in TEST_F() local
50 ani_long x = 0L; in TEST_F() local
60 ani_long x = 0L; in TEST_F() local
66 ani_long x = 0L; in TEST_F() local
85 ani_long x; in TEST_F() local
Dvariable_get_value_int_test.cpp39 ani_int x = 0; in TEST_F() local
50 ani_int x = 0; in TEST_F() local
60 ani_int x = 0; in TEST_F() local
66 ani_int x = 0; in TEST_F() local
85 ani_int x; in TEST_F() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/
DXButton.js19 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
/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

12345678910>>...22