Searched full:returned (Results 1 – 25 of 201) sorted by relevance
123456789
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_abi.h | 56 and returned in the upper bytes of it. 57 - X87, X87UP These classes consists of types that will be returned via the x87 FPU. 58 - COMPLEX_X87 This class consists of types that will be returned via the x87 FPU. 61 - MEMORY This class consists of types that will be passed and returned in memory via the stack.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_resolve_string.md | 7 returned string pointer into the slot and subsequent executions of the same code will bypass runtim… 37 - if PLT-slot's value is already a pointer then the resolved string gets returned; 39 returned; 41 returned; 43 registered as GC-root in `AotManager` and the resolved string is returned.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 7 returned string pointer into the slot and subsequent executions of the same code will bypass runtim… 37 - if PLT-slot's value is already a pointer then the resolved string gets returned; 39 returned; 41 returned; 43 registered as GC-root in `AotManager` and the resolved string is returned.
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_table_test.cpp | 45 … it will be returned directly. If not, it will be added to the detention pool and then returned. 66 … it will be returned directly. If not, it will be added to the detention pool and then returned. 88 … it will be returned directly. If not, it will be added to the detention pool and then returned.
|
| D | template_map_test.cpp | 30 …* returned through the TemplateMap's calling Get/GetKey/GetValue function is within expe… 31 …* whether the value returned through the TaggedArray's(transformed from the TemplateMap)… 59 …* the value(entry) returned through the TemplateMap's calling FindEntry function with th… 60 …* within expectations. Check whether the value returned through the TemplateMap's callin… 96 …reate a TemplateMap, let it call IncreaseEntries function, check whether the value returned through 115 …* whether the value returned through calling EntriesCount function and the value returne… 136 …* @tc.desc: Check whether the value returned through a TemplateMap's calling ComputeHashTableSize … 160 …* Check whether the bool returned through the source TemplateMap's calling IsNeedGrowHas… 196 …* returned through the TemplateMap's(returned through calling GrowHashTable function) ca… 240 …* @tc.desc: Check whether the value returned through calling RecalculateTableSize function is with… [all …]
|
| D | constant_string_test.cpp | 64 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta… 84 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings … 112 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m… 155 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 185 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 217 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma… 233 …* @tc.desc: Check whether the value returned through calling GetUtf8Length function is within expe… 248 …* @tc.desc: Check whether the pointer returned through calling GetDataUtf8 function is within expe… 266 …* @tc.desc: Check whether the value returned through a source EcmaString made by CreateConstantStr… 297 …* @tc.desc: Check whether the value returned through a source EcmaString made by CreateConstantStr… [all …]
|
| D | ecma_string_accessor_test.cpp | 28 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf8 function is within ex… 43 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf16 function is within e… 147 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 177 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 209 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 222 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma… 238 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma… 263 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma… 288 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma… 331 …* @tc.desc: Check whether the value returned through calling GetUtf8Length function is within expe… [all …]
|
| D | ecma_string_test.cpp | 39 …* @tc.desc: Check whether the bool returned through calling CanBeCompressed function is within exp… 146 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta… 189 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings … 217 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings … 245 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m… 284 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings … 312 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m… 350 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m… 388 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 418 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… [all …]
|
| D | js_map_iterator_test.cpp | 72 …* the returned value through calling "GetIteratedMap" function from the JSMapIterator is… 73 …* returned value through calling "GetLinkedMap" function. Call "SetIteratedMap" function… 74 …* Check whether the returned JSTaggedValue through calling "GetNextIndex" function from … 98 …* whether the returned value through calling "GetNextIndex" function from the JSMapItera… 99 … JSTaggedValue(0) Call "SetNextIndex" to change NextIndex, Check whether the returned value through 120 …* the returned value through calling "GetIterationKind" function is the same with JSTagg… 121 …* whether the returned value through calling "GetIterationKind" function is within expec…
|
| D | js_dataview_test.cpp | 33 …* CaseDescription: Check whether the returned value through "GetElementSize" function is within ex… 79 …* CaseDescription: Check whether the returned value through "GetDataView" function is within expec… 114 …* CaseDescription: Check whether the returned value through "GetViewedArrayBuffer" function is wit… 155 …* CaseDescription: Check whether the returned value through "GetByteLength" function is within exp… 188 …* CaseDescription: Check whether the returned value through "GetByteOffset" function is within exp…
|
| D | js_array_iterator_test.cpp | 33 …* CaseDescription: Call the "SetIteratedArray" function, check whether the result returned through… 97 …* CaseDescription: Call the "SetNextIndex" function, check whether the result returned through "Ge… 124 …* CaseDescription: Call the "SetIterationKind" function, check whether the result returned through…
|
| D | js_stable_array_test.cpp | 197 …* source Array 5 times, check whether the returned JSTaggedValue and the changed source … 234 …* returned through calling Join function with the source Array and the EcmaRuntimeCallIn… 266 …* EcmaString returned through calling Join function with the source Array and the EcmaRu… 299 …ntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through calling 331 …e EcmaRuntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through 368 …e EcmaRuntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through 411 …e EcmaRuntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through 442 …e EcmaRuntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through 474 …e EcmaRuntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through 518 … EcmaRuntimeCallInfo an number as the index, check whether the element returned through calling [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe14.md | 21 console.log(fn.description + " returned " + fn(6)) 42 console.log(fn.description + " returned " + fn.invoke(6))
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | builtins_base_test.cpp | 57 …* function set msgs,check result returned through "GetConstructor","GetFunction","GetThi… 97 …* @tc.desc: Check whether the result returned through "GetTaggedString" function is within expecta… 118 …* @tc.desc: Check whether the result returned through "GetTaggedInt" function is within expectatio… 130 …* @tc.desc: Check whether the result returned through "GetTaggedDouble" function is within expecta… 142 …* @tc.desc: Check whether the result returned through "GetTaggedBoolean" function is within expect…
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_handler_test.cpp | 58 …"LoadElement" function,check whether the Element is loaded successfully by checking returned value. 74 …oadProperty" function,check whether the Property is loaded successfully by checking returned value. 111 …StoreElement" function,check whether the Element is stored successfully by checking returned value. 139 …oreProperty" function,check whether the Property is stored successfully by checking returned value. 182 * returned value. 208 …adPrototype" function,check whether the Prototype is loaded successfully by checking returned value 247 …orePrototype function,check whether the Prototype is stored successfully by checking returned value
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/ |
| D | escompat_Array_modifications.sts | 58 console.println("Unexpected value returned at shift") 82 console.println("Unexpected data returned at shift empty " + result) 102 console.println("Unexpected value returned at pop") 125 console.println("Unexpected data returned at pop empty" + result)
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.h | 40 // length is returned on pending exception. 49 // -1 is returned on pending exception.
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule14.sts | 22 console.log(fn.description + " returned " + fn(6))
|
| D | rule14_1.sts | 27 console.log(fn.description + " returned " + fn.invoke(6))
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.coroutines/03.promise_class/ |
| D | p.sts | 18 desc: The class Promise<T> represents the values returned by launch expressions.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.coroutines/01.create_and_launch_coroutine/ |
| D | c.sts | 18 desc: The class Promise<T> represents the values returned by launch expressions.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Char.sts | 438 …se(char) converts the char to upper case if it is in lower case, otherwise the char returned itself 442 …f char is in lower case then an upper case of it is returned, otherwise the argument itself return… 454 …se(char) converts the char to lower case if it is in upper case, otherwise the char returned itself 458 …f char is in lower case then an upper case of it is returned, otherwise the argument itself return…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | launch_launch.sts | 16 // This test checks that nested promises are returned and awaited correctly
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/ |
| D | test_stress_gc_humongous.sts | 89 console.println("Null is returned. Not enough memory.Finish."); 98 console.println("Null is returned. Not enough memory.Finish.");
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_saver.h | 104 * If no entry exists, a new empty one will be created, added to the cache and then returned. 157 * If no entry exists, a new empty one will be created, added to the cache and then returned.
|
123456789