Home
last modified time | relevance | path

Searched full:parameter (Results 1 – 25 of 259) sorted by relevance

1234567891011

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp57 #pragma clang diagnostic ignored "-Wunused-parameter"
60 #pragma GCC diagnostic ignored "-Wunused-parameter"
77 … JSHandle<JSObject> receiver = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
78 JSTaggedValue argIndex = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
79 …dle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
80 JSTaggedValue argAttr = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
89 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
105 JSTaggedType argAccessor = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
106 …JSHandle<JSObject> argReceiver = GetHArg<JSObject>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
115 … JSHandle<JSObject> receiver = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dbalance_expressions_test.cpp28 PARAMETER(0, 0).u64(); in TEST_F()
29 PARAMETER(1, 1).u64(); in TEST_F()
30 PARAMETER(2, 2).u64(); in TEST_F()
31 PARAMETER(3, 3).u64(); in TEST_F()
32 PARAMETER(4, 4).u64(); in TEST_F()
33 PARAMETER(5, 5).u64(); in TEST_F()
34 PARAMETER(6, 6).u64(); in TEST_F()
35 PARAMETER(7, 7).u64(); in TEST_F()
80 PARAMETER(0, 0).u64(); in TEST_F()
81 PARAMETER(1, 1).u64(); in TEST_F()
[all …]
Dreg_alloc_common_test.cpp55 PARAMETER(0, 0).ref(); in TestParametersLocations()
56 PARAMETER(1, 1).u64(); in TestParametersLocations()
57 PARAMETER(2, 2).u64(); in TestParametersLocations()
58 PARAMETER(3, 3).u64(); in TestParametersLocations()
59 PARAMETER(4, 4).u64(); in TestParametersLocations()
60 PARAMETER(5, 5).u64(); in TestParametersLocations()
61 PARAMETER(6, 6).u64(); in TestParametersLocations()
62 PARAMETER(7, 7).u64(); in TestParametersLocations()
63 PARAMETER(8, 8).u64(); in TestParametersLocations()
64 PARAMETER(9, 9).u64(); in TestParametersLocations()
[all …]
Dcode_sink_test.cpp28 PARAMETER(0, 0).s64(); in TEST_F()
29 PARAMETER(1, 1).s64(); in TEST_F()
30 PARAMETER(2, 2).s64(); in TEST_F()
50 PARAMETER(0, 0).s64(); in TEST_F()
51 PARAMETER(1, 1).s64(); in TEST_F()
52 PARAMETER(2, 2).s64(); in TEST_F()
84 PARAMETER(0, 0).s64(); in TEST_F()
85 PARAMETER(1, 1).s64(); in TEST_F()
86 PARAMETER(2, 2).ref(); in TEST_F()
109 PARAMETER(0, 0).s64(); in TEST_F()
[all …]
Dvn_test.cpp40 PARAMETER(0, 0).u64(); in TEST_F()
41 PARAMETER(1, 1).u64(); in TEST_F()
42 PARAMETER(2, 2).f64(); in TEST_F()
43 PARAMETER(3, 3).f64(); in TEST_F()
44 PARAMETER(4, 4).f32(); in TEST_F()
45 PARAMETER(5, 5).f32(); in TEST_F()
65 PARAMETER(0, 0).u64(); in TEST_F()
66 PARAMETER(1, 1).u64(); in TEST_F()
67 PARAMETER(2, 2).f64(); in TEST_F()
68 PARAMETER(3, 3).f64(); in TEST_F()
[all …]
Dadjust_arefs_test.cpp34 PARAMETER(0, 0).ref(); in TEST_F()
35 PARAMETER(1, 1).s32(); in TEST_F()
36 PARAMETER(2, 2).u64(); in TEST_F()
62 PARAMETER(0, 0).ref(); in TEST_F()
63 PARAMETER(1, 1).s32(); in TEST_F()
64 PARAMETER(2, 2).u64(); in TEST_F()
104 PARAMETER(0, 0).ref(); in TEST_F()
105 PARAMETER(1, 1).s32(); in TEST_F()
106 PARAMETER(2, 2).u64(); in TEST_F()
133 PARAMETER(0, 0).ref(); in TEST_F()
[all …]
Dif_conversion_test.cpp47 PARAMETER(0, 0).u64(); in TEST_F()
71 PARAMETER(0, 0).u64(); in TEST_F()
89 PARAMETER(0, 0).u64(); in TEST_F()
112 PARAMETER(0, 0).u64(); in TEST_F()
141 PARAMETER(0, 0).u64(); in TEST_F()
165 PARAMETER(0, 0).u64(); in TEST_F()
183 PARAMETER(0, 0).u64(); in TEST_F()
206 PARAMETER(0, 0).u64(); in TEST_F()
237 PARAMETER(0, 0).u64(); in TEST_F()
267 PARAMETER(0, 0).u64(); in TEST_F()
[all …]
Dscheduler_test.cpp68 PARAMETER(0, 0).s32(); // index in TEST_F()
69 PARAMETER(1, 1).ref(); in TEST_F()
116 PARAMETER(0, 0).s32(); // index in TEST_F()
117 PARAMETER(1, 1).ref(); in TEST_F()
167 PARAMETER(0, 0).u64(); in TEST_F()
168 PARAMETER(1, 1).ref(); in TEST_F()
189 PARAMETER(0, 0).u64(); in TEST_F()
190 PARAMETER(1, 1).ref(); in TEST_F()
210 PARAMETER(0, 0).u64(); in TEST_F()
211 PARAMETER(1, 1).ref(); in TEST_F()
[all …]
Dir_builder_test.cpp70 PARAMETER(0, 0); in CheckSimple()
145 PARAMETER(0, 0); in CheckCmp()
147 PARAMETER(1, 1); in CheckCmp()
177 PARAMETER(0, 0); in CheckFloatCmp()
179 PARAMETER(1, 1); in CheckFloatCmp()
239 PARAMETER(0, 0); in CheckCondJump()
241 PARAMETER(1, 1); in CheckCondJump()
306 PARAMETER(0, 0); in CheckCondJumpWithZero()
344 PARAMETER(0, 0).ref(); in TEST_F()
345 PARAMETER(1, 1).ref(); in TEST_F()
[all …]
Dinst_test.cpp163 PARAMETER(0, 0).ref(); // array in TEST_F()
164 PARAMETER(1, 1).u64(); // index in TEST_F()
333 PARAMETER(0, 0).ref(); // array in TEST_F()
334 PARAMETER(1, 1).u64(); // index in TEST_F()
353 PARAMETER(0, 0).u64(); in TEST_F()
354 PARAMETER(1, 1).u64(); in TEST_F()
370 PARAMETER(0, 0).u64(); in TEST_F()
371 PARAMETER(1, 1).u32(); in TEST_F()
372 PARAMETER(2, 4).u16(); in TEST_F()
373 PARAMETER(3, 5).u8(); in TEST_F()
[all …]
Dloop_peeling_test.cpp28 PARAMETER(0, 0).b(); in BuildGraphTwoBackEdges()
29 PARAMETER(1, 1).u64(); in BuildGraphTwoBackEdges()
55 PARAMETER(1, 1).u64(); in BuildGraphNotHeaderExit()
121 PARAMETER(0, 0).b(); in BuildGraphMultiExit()
122 PARAMETER(1, 1).u64(); in BuildGraphMultiExit()
161 PARAMETER(0, 0).u64(); in TEST_F()
162 PARAMETER(1, 1).u64(); in TEST_F()
163 PARAMETER(2, 2).u64(); in TEST_F()
191 PARAMETER(0, 0).u64(); in TEST_F()
192 PARAMETER(1, 1).u64(); in TEST_F()
[all …]
Dlowering_test.cpp74 PARAMETER(0, 0).u64(); in TEST_F()
75 PARAMETER(11, 1).f64(); in TEST_F()
76 PARAMETER(12, 2).f32(); in TEST_F()
135 PARAMETER(0, 0).s32(); in TEST_F()
155 PARAMETER(0, 0).s32(); in TEST_F()
174 PARAMETER(0, 0).u64(); in TEST_F()
248 PARAMETER(0, 0).u64(); in TEST_F()
301 PARAMETER(0, 0).u64(); in TEST_F()
306 PARAMETER(5, 1).u64(); in TEST_F()
357 PARAMETER(0, 0).ref(); // array in TEST_F()
[all …]
Dmemory_coalescing_test.cpp90 PARAMETER(5, 0).ref(); in TEST_F()
117 PARAMETER(5, 0).ref(); in TEST_F()
155 PARAMETER(0, 0).ref(); in TEST_F()
183 PARAMETER(0, 0).ref(); in TEST_F()
220 PARAMETER(0, 0).ref(); in TEST_F()
232 PARAMETER(0, 0).ref(); in TEST_F()
255 PARAMETER(0, 0).ref(); in TEST_F()
270 PARAMETER(0, 0).ref(); in TEST_F()
296 PARAMETER(0, 0).ref(); in TEST_F()
310 PARAMETER(0, 0).ref(); in TEST_F()
[all …]
Dgraph_comparator_test.cpp29 PARAMETER(1, 0).s32(); in CreateGraph()
30 PARAMETER(2, 1).b(); in CreateGraph()
68 PARAMETER(1, 0).s32(); in TEST_F()
82 PARAMETER(3, 0).s32(); in TEST_F()
102 PARAMETER(1, 0).s32(); in TEST_F()
103 PARAMETER(2, 1).b(); in TEST_F()
126 PARAMETER(1, 0).s32(); in TEST_F()
127 PARAMETER(2, 1).b(); in TEST_F()
180 PARAMETER(1, 0).s32(); in TEST_F()
181 PARAMETER(2, 1).b(); in TEST_F()
[all …]
Dalias_analysis_test.cpp39 PARAMETER(0, 0).ref(); in TEST_F()
40 PARAMETER(1, 1).s64(); in TEST_F()
41 PARAMETER(2, 2).s64(); in TEST_F()
42 PARAMETER(3, 3).s64(); in TEST_F()
106 PARAMETER(0, 0).ref(); in TEST_F()
107 PARAMETER(1, 1).s64(); in TEST_F()
108 PARAMETER(2, 2).s64(); in TEST_F()
109 PARAMETER(3, 3).s64(); in TEST_F()
182 PARAMETER(0, 0).ref(); in TEST_F()
183 PARAMETER(1, 1).s64(); in TEST_F()
[all …]
Dmove_constants_test.cpp28 PARAMETER(0, 1).u64(); in TEST_F()
59 PARAMETER(0, 1).u64(); in TEST_F()
99 PARAMETER(0, 1).u64(); in TEST_F()
132 PARAMETER(0, 1).u64(); in TEST_F()
174 PARAMETER(0, 1).u64(); in TEST_F()
218 PARAMETER(0, 1).u64(); in TEST_F()
271 PARAMETER(0, 1).u64(); in TEST_F()
303 PARAMETER(0, 1).u64(); in TEST_F()
344 PARAMETER(0, 1).u64(); in TEST_F()
377 PARAMETER(0, 1).u64(); in TEST_F()
[all …]
/arkcompiler/runtime_core/compiler/docs/
Dvn_doc.md80 0.u64 Parameter arg 0 -> (v10, v6, v7, v13)
81 1.u64 Parameter arg 1 -> (v10, v6, v7, v13)
82 2.f64 Parameter arg 2 -> (v11, v9)
83 3.f64 Parameter arg 3 -> (v11, v9)
84 4.f32 Parameter arg 4 -> (v8, v12)
85 5.f32 Parameter arg 5 -> (v8, v12)
110 0.u64 Parameter arg 0 -> (v10, v6, v7, v13)
111 1.u64 Parameter arg 1 -> (v10, v6, v7, v13)
112 2.f64 Parameter arg 2 -> (v11, v9)
113 3.f64 Parameter arg 3 -> (v11, v9)
[all …]
Dbalance_expressions_doc.md95 0.i64 Parameter -> v8 // a
96 1.i64 Parameter -> v8 // b
97 2.i64 Parameter -> v9 // c
98 3.i64 Parameter -> v10 // d
99 4.i64 Parameter -> v11 // e
100 5.i64 Parameter -> v12 // f
101 6.i64 Parameter -> v12 // g
118 0.i64 Parameter -> v8 // a
119 1.i64 Parameter -> v8 // b
120 2.i64 Parameter -> v9 // c
[all …]
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp93 …* the first parameter of the ECMAObject,the second parameter is JSFunction,the third par…
94 …* is Undefined.if the second parameter is JSFunction,the return value is the parameter s…
128 …* the first parameter of the ECMAObject,the second parameter is Undefined,the third para…
152 …* the first parameter of the ECMAObject,the second parameter is Undefined,the third para…
180 …* the first parameter of the ECMAObject,the second parameter is JSArray,the third parame…
219 …* the first parameter of the ECMAObject,the second parameter is Undefined,the third para…
220 …* is Undefined.This situation will stringize the first parameter through "SerializeJSONO…
242 …* the first parameter of the JSArray,the second parameter is Undefined,the third paramet…
284 …* the first parameter of the JSObject,the second parameter is Undefined,the third parame…
285 …* is Undefined.This situation will stringize the first parameter through "SerializeJSArr…
[all …]
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.h37 class Parameter {
39 …static void Serialize(const panda::pandasm::Function::Parameter &param, protoPanda::Parameter &pro…
40 …static void Deserialize(const protoPanda::Parameter &protoParam, panda::pandasm::Function::Paramet…
DassemblyFunctionProto.cpp40 void Parameter::Serialize(const panda::pandasm::Function::Parameter &param, protoPanda::Parameter &… in Serialize()
48 void Parameter::Deserialize(const protoPanda::Parameter &protoParam, panda::pandasm::Function::Para… in Deserialize()
92 Parameter::Serialize(param, *protoParam); in Serialize()
155 … panda::pandasm::Function::Parameter param(paramType, panda::panda_file::SourceLang::ECMASCRIPT); in Deserialize()
156 Parameter::Deserialize(protoParam, param, allocator); in Deserialize()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-parameter-property8-expected.txt1 SyntaxError: A parameter property cannot be declared using a rest parameter. [test-ts-parameter-pro…
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp246 GateRef numVars = Int32Argument(2); /* 2 : 3rd parameter is index */ in GenerateCircuit()
288 GateRef index = Int32Argument(2); /* 2 : 3rd parameter is index */ in GenerateCircuit()
296 GateRef index = Int32Argument(2); /* 2 : 3rd parameter is index */ in GenerateCircuit()
297 GateRef value = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit()
305 GateRef index = Int32Argument(2); /* 2 : 3rd parameter is index */ in GenerateCircuit()
306 GateRef value = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit()
385 GateRef key = TaggedArgument(2); /* 2 : 3rd parameter is key */ in GenerateCircuit()
386 GateRef value = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit()
387 GateRef profileTypeInfo = TaggedPointerArgument(4); /* 4 : 5th parameter is profileTypeInfo */ in GenerateCircuit()
388 GateRef slotId = Int32Argument(5); /* 5 : 6th parameter is slotId */ in GenerateCircuit()
[all …]
/arkcompiler/ets_runtime/test/perform/string/
Dstring.js96 print("string indexOf input parameter is a substring : " + time3);
108 print("string indexOf Input parameter is not a substring : " + time3);
152 print("string slice input parameter is negative : " + time3);
163 print("string substring the first parameter is less than the second parameter : " + time3);
174 print("string substring the first parameter is greater than the second parameter : " + time3);
185 print("string substring The first parameter is equal to the second parameter : " + time3);
207 print("string substr negative number in parameter : " + time3);
229 …print("string replace into string.replace searchtag in the middle of the input parameter : " + tim…
240 …print("string replace into string.replace searchtag in the beginning of the input parameter : " + …
262 print("string repeat the parameter is integer : " + time3);
[all …]
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsParameterProperty.h36 …explicit TSParameterProperty(AccessibilityOption accessibility, Expression *parameter, bool readon… in TSParameterProperty() argument
40 parameter_(parameter), in TSParameterProperty()
67 const Expression *Parameter() const in Parameter() function
72 Expression *Parameter() in Parameter() function

1234567891011